Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Source

Post Reply
Guest

Source

Post by Guest »

What happened to releasing the source codes,
Also I can not compile the RC15 source code using VC++ 6
or Borland C++BuilderX

I have the vc++ includes and borland includes in my paths due to some of them missing to vc++.



------------------------------
Output below from vc++
------------------------------
--------------------Configuration: winvnc - Win32 Release--------------------
Compiling...
Command line warning D4002 : ignoring unknown option '/O3'
Command line warning D4002 : ignoring unknown option '/QaxM'
Command line warning D4002 : ignoring unknown option '/Qip'
videodriver.cpp
C:\vnc\UltraVnc_RC15_src\ultravnc\winvnc\winvnc\videodriver.cpp(121) : warning C4244: '=' : conversion from 'unsigned long' to 'unsigned short', possible loss of data
C:\vnc\UltraVnc_RC15_src\ultravnc\winvnc\winvnc\videodriver.cpp(615) : error C2065: 'EnumDisplayDevices' : undeclared identifier
C:\vnc\UltraVnc_RC15_src\ultravnc\winvnc\winvnc\videodriver.cpp(621) : error C2664: 'EnumDisplaySettingsA' : cannot convert parameter 1 from 'unsigned char [32]' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
vncmemcpy.cpp
C:\vnc\UltraVnc_RC15_src\ultravnc\winvnc\winvnc\vncmemcpy.cpp(82) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
C:\vnc\UltraVnc_RC15_src\ultravnc\winvnc\winvnc\vncmemcpy.cpp(155) : error C2400: inline assembler syntax error in 'opcode'; found 'constant'
C:\vnc\UltraVnc_RC15_src\ultravnc\winvnc\winvnc\vncmemcpy.cpp(156) : error C2400: inline assembler syntax error in 'opcode'; found 'constant'
C:\vnc\UltraVnc_RC15_src\ultravnc\winvnc\winvnc\vncmemcpy.cpp(184) : error C2400: inline assembler syntax error in 'opcode'; found 'constant'
C:\vnc\UltraVnc_RC15_src\ultravnc\winvnc\winvnc\vncmemcpy.cpp(185) : error C2400: inline assembler syntax error in 'opcode'; found 'constant'
C:\vnc\UltraVnc_RC15_src\ultravnc\winvnc\winvnc\vncmemcpy.cpp(186) : error C2400: inline assembler syntax error in 'opcode'; found 'constant'
C:\vnc\UltraVnc_RC15_src\ultravnc\winvnc\winvnc\vncmemcpy.cpp(187) : error C2400: inline assembler syntax error in 'opcode'; found 'constant'
C:\vnc\UltraVnc_RC15_src\ultravnc\winvnc\winvnc\vncmemcpy.cpp(188) : error C2400: inline assembler syntax error in 'opcode'; found 'constant'
C:\vnc\UltraVnc_RC15_src\ultravnc\winvnc\winvnc\vncmemcpy.cpp(189) : error C2400: inline assembler syntax error in 'opcode'; found 'constant'
C:\vnc\UltraVnc_RC15_src\ultravnc\winvnc\winvnc\vncmemcpy.cpp(190) : error C2400: inline assembler syntax error in 'opcode'; found 'constant'
C:\vnc\UltraVnc_RC15_src\ultravnc\winvnc\winvnc\vncmemcpy.cpp(191) : error C2400: inline assembler syntax error in 'opcode'; found 'constant'
Error executing cl.exe.

winvnc.exe - 12 error(s), 5 warning(s)
Guest

Post by Guest »

You need to download the "processor pack", free upgrade
from the MS site.
Guest

Post by Guest »

The Visual C++ 6.0 Processor Pack is not compatible with Visual C++ Service Pack 6.

I am glad I only have sp5 installed :p
Post Reply