After the first compilation of the VNC source code, I get these 12 warnings and 1 error:
Warnings: C:\My Documents\Masters\VNC\vnc_winsrc\winvnc\d3des.c(182) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data C:\My Documents\Masters\VNC\vnc_winsrc\winvnc\d3des.c(183) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data C:\My Documents\Masters\VNC\vnc_winsrc\winvnc\d3des.c(184) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data C:\My Documents\Masters\VNC\vnc_winsrc\winvnc\d3des.c(185) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data C:\My Documents\Masters\VNC\vnc_winsrc\winvnc\d3des.c(186) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data C:\My Documents\Masters\VNC\vnc_winsrc\winvnc\d3des.c(187) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data C:\My Documents\Masters\VNC\vnc_winsrc\winvnc\d3des.c(188) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data C:\My Documents\Masters\VNC\vnc_winsrc\winvnc\d3des.c(189) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data C:\My Documents\Masters\VNC\vnc_winsrc\winvnc\translate.cpp(35) : warning C4005: 'OUT' : macro redefinition C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\rpcdce.h(23) : see previous definition of 'OUT' C:\My Documents\Masters\VNC\vnc_winsrc\winvnc\translate.cpp(38) : warning C4005: 'IN' : macro redefinition C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\rpcdce.h(22) : see previous definition of 'IN' C:\My Documents\Masters\VNC\vnc_winsrc\winvnc\vncauth.c(58) : warning C4018: '<' : signed/unsigned mismatch C:\My Documents\Masters\VNC\vnc_winsrc\winvnc\vncauth.c(118) : warning C4018: '<' : signed/unsigned mismatch Error: Linking... LINK : fatal error LNK1181: cannot open input file ".\No_CORBA\omnithread_rt.lib" Error executing link.exe. WinVNC.exe - 1 error(s), 12 warning(s) Please take note that when I compile it for the second time, no warnings nor errors occur. So, why is it so? Thanks. Chee Seng ------ Original Message ----- From: "Alex K. Angelopoulos" <[EMAIL PROTECTED]> Send: Thu, 25 Apr 2002 08:11:30 -0500 Subject: Re: Problem compiling VNC source code That's hard to say.. What were the errors and warnings? - ----- Original Message ----- From: "#CHONG CHEE SENG#" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, 2002-04-25 06:27 Subject: Problem compiling VNC source code > Hi all, > > I have downloaded the VNC source code for windows. > I am facing a slight problem with it. > > When I compile it using Microsoft Visual C++ "Batch Build" command with the > NO_CORBA options, I get 1 error and 12 warnings. > Then, I compile it for the second time, no errors nor warnings occur. > Why is it so? > > Thanks a lot in advance. > > Chee Seng --------------------------------------------------------------------- To unsubscribe, mail [EMAIL PROTECTED] with the line: 'unsubscribe vnc-list' in the message BODY See also: http://www.uk.research.att.com/vnc/intouch.html ---------------------------------------------------------------------