I was told that I need to build the omni_thread sub-project first in order
to compile the VNC Server source code in Microsoft Visual C++ 6.0.  How do I
do that?  And when I want to batch build, do should I only have the NO_CORBA
configuration checked?

I'm definitely a beginner and if you have any suggestions on what steps to
take, that would be great.

Thanks so much,
Caroline

By the way, these are the errors I'm getting:

--------------------Configuration: WinVNC - Win32
> No_CORBA--------------------
> Compiling resources...
> Compiling...
> d3des.c
> C:\Program Files\VNC\sourcecode\vnc_winsrc\winvnc\d3des.c(182) : warning
> C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ',
possible
> loss of data
> C:\Program Files\VNC\sourcecode\vnc_winsrc\winvnc\d3des.c(183) : warning
> C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ',
possible
> loss of data
> C:\Program Files\VNC\sourcecode\vnc_winsrc\winvnc\d3des.c(184) : warning
> C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ',
possible
> loss of data
> C:\Program Files\VNC\sourcecode\vnc_winsrc\winvnc\d3des.c(185) : warning
> C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ',
possible
> loss of data
> C:\Program Files\VNC\sourcecode\vnc_winsrc\winvnc\d3des.c(186) : warning
> C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ',
possible
> loss of data
> C:\Program Files\VNC\sourcecode\vnc_winsrc\winvnc\d3des.c(187) : warning
> C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ',
possible
> loss of data
> C:\Program Files\VNC\sourcecode\vnc_winsrc\winvnc\d3des.c(188) : warning
> C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ',
possible
> loss of data
> C:\Program Files\VNC\sourcecode\vnc_winsrc\winvnc\d3des.c(189) : warning
> C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ',
possible
> loss of data
> Log.cpp
> MinMax.cpp
> RectList.cpp
> stdhdrs.cpp
> translate.cpp
> C:\Program Files\VNC\sourcecode\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:\Program Files\VNC\sourcecode\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'
> vncAbout.cpp
> vncAcceptDialog.cpp
> vncauth.c
> C:\Program Files\VNC\sourcecode\vnc_winsrc\winvnc\vncauth.c(58) : warning
> C4018: '<' : signed/unsigned mismatch
> C:\Program Files\VNC\sourcecode\vnc_winsrc\winvnc\vncauth.c(118) : warning
> C4018: '<' : signed/unsigned mismatch
> vncBuffer.cpp
> vncClient.cpp
> vncConnDialog.cpp
> vncDesktop.cpp
> vncEncodeCoRRE.cpp
> vncEncodeHexT.cpp
> vncEncoder.cpp
> vncEncodeRRE.cpp
> vncHTTPConnect.cpp
> vncInstHandler.cpp
> vncKeymap.cpp
> vncMenu.cpp
> vncProperties.cpp
> vncRegion.cpp
> vncServer.cpp
> vncService.cpp
> vncSockConnect.cpp
> vncTimedMsgBox.cpp
> VSocket.cpp
> WinVNC.cpp
> Linking...
> vncService.obj : error LNK2001: unresolved external symbol "public:
> __thiscall omni_thread::init_t::init_t(void)"
> (??0init_t@omni_thread@@QAE@XZ)
> vncSockConnect.obj : error LNK2001: unresolved external symbol "public:
> __thiscall omni_thread::init_t::init_t(void)"
> (??0init_t@omni_thread@@QAE@XZ)
> vncTimedMsgBox.obj : error LNK2001: unresolved external symbol "public:
> __thiscall omni_thread::init_t::init_t(void)"
> (??0init_t@omni_thread@@QAE@XZ)
> WinVNC.obj : error LNK2001: unresolved external symbol "public: __thiscall
> omni_thread::init_t::init_t(void)" (??0init_t@omni_thread@@QAE@XZ)
> vncHTTPConnect.obj : error LNK2001: unresolved external symbol "public:
> __thiscall omni_thread::init_t::init_t(void)"
> (??0init_t@omni_thread@@QAE@XZ)
> vncMenu.obj : error LNK2001: unresolved external symbol "public:
__thiscall
> omni_thread::init_t::init_t(void)" (??0init_t@omni_thread@@QAE@XZ)
> vncProperties.obj : error LNK2001: unresolved external symbol "public:
> __thiscall omni_thread::init_t::init_t(void)"
> (??0init_t@omni_thread@@QAE@XZ)
> vncServer.obj : error LNK2001: unresolved external symbol "public:
> __thiscall omni_thread::init_t::init_t(void)"
> (??0init_t@omni_thread@@QAE@XZ)
> vncEncodeCoRRE.obj : error LNK2001: unresolved external symbol "public:
> __thiscall omni_thread::init_t::init_t(void)"
> (??0init_t@omni_thread@@QAE@XZ)
> vncEncodeHexT.obj : error LNK2001: unresolved external symbol "public:
> __thiscall omni_thread::init_t::init_t(void)"
> (??0init_t@omni_thread@@QAE@XZ)
> vncEncoder.obj : error LNK2001: unresolved external symbol "public:
> __thiscall omni_thread::init_t::init_t(void)"
> (??0init_t@omni_thread@@QAE@XZ)
> vncEncodeRRE.obj : error LNK2001: unresolved external symbol "public:
> __thiscall omni_thread::init_t::init_t(void)"
> (??0init_t@omni_thread@@QAE@XZ)
> vncBuffer.obj : error LNK2001: unresolved external symbol "public:
> __thiscall omni_thread::init_t::init_t(void)"
> (??0init_t@omni_thread@@QAE@XZ)
> vncClient.obj : error LNK2001: unresolved external symbol "public:
> __thiscall omni_thread::init_t::init_t(void)"
> (??0init_t@omni_thread@@QAE@XZ)
> vncConnDialog.obj : error LNK2001: unresolved external symbol "public:
> __thiscall omni_thread::init_t::init_t(void)"
> (??0init_t@omni_thread@@QAE@XZ)
> vncDesktop.obj : error LNK2001: unresolved external symbol "public:
> __thiscall omni_thread::init_t::init_t(void)"
> (??0init_t@omni_thread@@QAE@XZ)
> vncTimedMsgBox.obj : error LNK2001: unresolved external symbol "protected:
> virtual __thiscall omni_thread::~omni_thread(void)"
(??1omni_thread@@MAE@XZ)
> vncClient.obj : error LNK2001: unresolved external symbol "protected:
> virtual __thiscall omni_thread::~omni_thread(void)"
(??1omni_thread@@MAE@XZ)
> vncDesktop.obj : error LNK2001: unresolved external symbol "protected:
> virtual __thiscall omni_thread::~omni_thread(void)"
(??1omni_thread@@MAE@XZ)
> vncHTTPConnect.obj : error LNK2001: unresolved external symbol "protected:
> virtual __thiscall omni_thread::~omni_thread(void)"
(??1omni_thread@@MAE@XZ)
> vncSockConnect.obj : error LNK2001: unresolved external symbol "protected:
> virtual __thiscall omni_thread::~omni_thread(void)"
(??1omni_thread@@MAE@XZ)
> vncClient.obj : error LNK2001: unresolved external symbol "public: void
> __thiscall omni_thread::start(void)" (?start@omni_thread@@QAEXXZ)
> vncTimedMsgBox.obj : error LNK2001: unresolved external symbol "public:
void
> __thiscall omni_thread::start(void)" (?start@omni_thread@@QAEXXZ)
> vncClient.obj : error LNK2001: unresolved external symbol "public: void
> __thiscall omni_mutex::unlock(void)" (?unlock@omni_mutex@@QAEXXZ)
> vncDesktop.obj : error LNK2001: unresolved external symbol "public: void
> __thiscall omni_mutex::unlock(void)" (?unlock@omni_mutex@@QAEXXZ)
> vncServer.obj : error LNK2001: unresolved external symbol "public: void
> __thiscall omni_mutex::unlock(void)" (?unlock@omni_mutex@@QAEXXZ)
> vncClient.obj : error LNK2001: unresolved external symbol "public: void
> __thiscall omni_mutex::lock(void)" (?lock@omni_mutex@@QAEXXZ)
> vncDesktop.obj : error LNK2001: unresolved external symbol "public: void
> __thiscall omni_mutex::lock(void)" (?lock@omni_mutex@@QAEXXZ)
> vncServer.obj : error LNK2001: unresolved external symbol "public: void
> __thiscall omni_mutex::lock(void)" (?lock@omni_mutex@@QAEXXZ)
> vncClient.obj : error LNK2001: unresolved external symbol "public:
> __thiscall omni_mutex::~omni_mutex(void)" (??1omni_mutex@@QAE@XZ)
> vncDesktop.obj : error LNK2001: unresolved external symbol "public:
> __thiscall omni_mutex::~omni_mutex(void)" (??1omni_mutex@@QAE@XZ)
> vncServer.obj : error LNK2001: unresolved external symbol "public:
> __thiscall omni_mutex::~omni_mutex(void)" (??1omni_mutex@@QAE@XZ)
> vncClient.obj : error LNK2001: unresolved external symbol "public:
> __thiscall omni_mutex::omni_mutex(void)" (??0omni_mutex@@QAE@XZ)
> vncDesktop.obj : error LNK2001: unresolved external symbol "public:
> __thiscall omni_mutex::omni_mutex(void)" (??0omni_mutex@@QAE@XZ)
> vncServer.obj : error LNK2001: unresolved external symbol "public:
> __thiscall omni_mutex::omni_mutex(void)" (??0omni_mutex@@QAE@XZ)
> vncTimedMsgBox.obj : error LNK2001: unresolved external symbol "protected:
> __thiscall omni_thread::omni_thread(void *,enum omni_thread::priority_t)"
> (??0omni_thread@@IAE@PAXW4priority_t@0@@Z)
> vncClient.obj : error LNK2001: unresolved external symbol "protected:
> __thiscall omni_thread::omni_thread(void *,enum omni_thread::priority_t)"
> (??0omni_thread@@IAE@PAXW4priority_t@0@@Z)
> vncDesktop.obj : error LNK2001: unresolved external symbol "protected:
> __thiscall omni_thread::omni_thread(void *,enum omni_thread::priority_t)"
> (??0omni_thread@@IAE@PAXW4priority_t@0@@Z)
> vncHTTPConnect.obj : error LNK2001: unresolved external symbol "protected:
> __thiscall omni_thread::omni_thread(void *,enum omni_thread::priority_t)"
> (??0omni_thread@@IAE@PAXW4priority_t@0@@Z)
> vncSockConnect.obj : error LNK2001: unresolved external symbol "protected:
> __thiscall omni_thread::omni_thread(void *,enum omni_thread::priority_t)"
> (??0omni_thread@@IAE@PAXW4priority_t@0@@Z)
> vncDesktop.obj : error LNK2001: unresolved external symbol "public: void
> __thiscall omni_condition::wait(void)" (?wait@omni_condition@@QAEXXZ)
> vncServer.obj : error LNK2001: unresolved external symbol "public: void
> __thiscall omni_condition::wait(void)" (?wait@omni_condition@@QAEXXZ)
> vncDesktop.obj : error LNK2001: unresolved external symbol "protected:
void
> __thiscall omni_thread::start_undetached(void)"
> (?start_undetached@omni_thread@@IAEXXZ)
> vncHTTPConnect.obj : error LNK2001: unresolved external symbol "protected:
> void __thiscall omni_thread::start_undetached(void)"
> (?start_undetached@omni_thread@@IAEXXZ)
> vncSockConnect.obj : error LNK2001: unresolved external symbol "protected:
> void __thiscall omni_thread::start_undetached(void)"
> (?start_undetached@omni_thread@@IAEXXZ)
> vncDesktop.obj : error LNK2001: unresolved external symbol "public:
> __thiscall omni_condition::omni_condition(class omni_mutex *)"
> (??0omni_condition@@QAE@PAVomni_mutex@@@Z)
> vncServer.obj : error LNK2001: unresolved external symbol "public:
> __thiscall omni_condition::omni_condition(class omni_mutex *)"
> (??0omni_condition@@QAE@PAVomni_mutex@@@Z)
> vncDesktop.obj : error LNK2001: unresolved external symbol "public: void
> __thiscall omni_condition::signal(void)" (?signal@omni_condition@@QAEXXZ)
> vncServer.obj : error LNK2001: unresolved external symbol "public: void
> __thiscall omni_condition::signal(void)" (?signal@omni_condition@@QAEXXZ)
> vncDesktop.obj : error LNK2001: unresolved external symbol "public: void
> __thiscall omni_thread::set_priority(enum omni_thread::priority_t)"
> (?set_priority@omni_thread@@QAEXW4priority_t@1@@Z)
> vncDesktop.obj : error LNK2001: unresolved external symbol "public: void
> __thiscall omni_thread::join(void * *)" (?join@omni_thread@@QAEXPAPAX@Z)
> vncHTTPConnect.obj : error LNK2001: unresolved external symbol "public:
void
> __thiscall omni_thread::join(void * *)" (?join@omni_thread@@QAEXPAPAX@Z)
> vncService.obj : error LNK2001: unresolved external symbol "public: void
> __thiscall omni_thread::join(void * *)" (?join@omni_thread@@QAEXPAPAX@Z)
> vncSockConnect.obj : error LNK2001: unresolved external symbol "public:
void
> __thiscall omni_thread::join(void * *)" (?join@omni_thread@@QAEXPAPAX@Z)
> vncDesktop.obj : error LNK2001: unresolved external symbol
> _SetMouseFilterHook
> vncDesktop.obj : error LNK2001: unresolved external symbol
> _SetKeyboardFilterHook
> vncDesktop.obj : error LNK2001: unresolved external symbol _SetHook
> vncDesktop.obj : error LNK2001: unresolved external symbol _UnSetHook
> vncDesktop.obj : error LNK2001: unresolved external symbol "public:
> __thiscall omni_condition::~omni_condition(void)"
> (??1omni_condition@@QAE@XZ)
> vncServer.obj : error LNK2001: unresolved external symbol "public:
> __thiscall omni_condition::~omni_condition(void)"
> (??1omni_condition@@QAE@XZ)
> vncProperties.obj : error LNK2001: unresolved external symbol "public:
> static void __cdecl omni_thread::sleep(unsigned long,unsigned long)"
> (?sleep@omni_thread@@SAXKK@Z)
> vncService.obj : error LNK2001: unresolved external symbol "public: static
> void __cdecl omni_thread::sleep(unsigned long,unsigned long)"
> (?sleep@omni_thread@@SAXKK@Z)
> vncService.obj : error LNK2001: unresolved external symbol "public: static
> class omni_thread * __cdecl omni_thread::create(void * (__cdecl*)(void
> *),void *,enum omni_thread::priority_t)"
> (?create@omni_thread@@SAPAV1@P6APAXPAX@Z0W4priority_t@1@@Z)
> vncService.obj : error LNK2001: unresolved external symbol "public: static
> class omni_thread * __cdecl omni_thread::create(void (__cdecl*)(void
*),void
> *,enum omni_thread::priority_t)"
> (?create@omni_thread@@SAPAV1@P6AXPAX@Z0W4priority_t@1@@Z)
> No_CORBA/WinVNC.exe : fatal error LNK1120: 22 unresolved externals
> Error executing link.exe.
>
> WinVNC.exe - 65 error(s), 12 warning(s)

Thank you!
Caroline
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------

Reply via email to