Here is my Build Log:
Code: Select all
Create Buildtime for VERSIONINFO
buildtime.in
Compiling...
vncExportACL.cpp
NOTE: WINVER has been defined as 0x0500 or greater which enables
Windows NT 5.0 and Windows 98 features. When these headers were released,
Windows NT 5.0 beta 1 and Windows 98 beta 2.1 were the current versions.
For this release when WINVER is defined as 0x0500 or greater, you can only
build beta or test applications. To build a retail application,
set WINVER to 0x0400 or visit http://www.microsoft.com/msdn/sdk
to see if retail Windows NT 5.0 or Windows 98 headers are available.
See the SDK release notes for more information.
C:\temp\src\ultravnc\winvnc\ms-logon\MSLogonACL\vncExportACL.cpp(136) : error C2664: 'wcstombs' : cannot convert parameter 2 from 'char *' to 'const unsigned short *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
C:\temp\src\ultravnc\winvnc\ms-logon\MSLogonACL\vncExportACL.cpp(137) : error C2664: 'wcstombs' : cannot convert parameter 2 from 'char *' to 'const unsigned short *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
vncImportACL.cpp
NOTE: WINVER has been defined as 0x0500 or greater which enables
Windows NT 5.0 and Windows 98 features. When these headers were released,
Windows NT 5.0 beta 1 and Windows 98 beta 2.1 were the current versions.
For this release when WINVER is defined as 0x0500 or greater, you can only
build beta or test applications. To build a retail application,
set WINVER to 0x0400 or visit http://www.microsoft.com/msdn/sdk
to see if retail Windows NT 5.0 or Windows 98 headers are available.
See the SDK release notes for more information.
C:\temp\src\ultravnc\winvnc\ms-logon\MSLogonACL\vncImportACL.cpp(382) : error C2664: 'wcstombs' : cannot convert parameter 2 from 'char *' to 'const unsigned short *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
Error executing cl.exe.
MSLogonACL.exe - 3 error(s), 0 warning(s)
So. Someone please help me to get ultravnc compiled on VCC.
BTW. I have VCC 6.0, SP5, Processor Pack, and SDK installed with all settings changed to VCC and PATH variables set.
So, what next my friends?
[mod=494,1150449717]moved from General help to MS Logon[/mod]