[omniORB] link error under NT4.0 (sp3) \w MS-VC5 (sp3)

Igor Cunko igor@eyelit.com
Mon, 26 Oct 1998 14:40:01 -0500



Tameem Khan wrote:
> 
> Hello everyone,
> 
>   I just finish my program using omniORB2.60.  The problem is when I compiled and linked the program it gives 81 linker errors (see attached err1.txt file).  Than I read the reamde and added the include and lib paths to the Tools->Optins->Directories. After that I added the things to C/C++ tab under Project->settings. I also added the following line to Project->settings->link tab->category=Input->Object/libraries modules:-
>   wsock32.lib,advapi32.lib,omniORB260_rtd.lib,omnithread2_rtd.lib
> 
> But now it gives the following error:-
> 
> Linking...
> LINK : fatal error LNK1104: cannot open file "wsock32.lib,advapi32.lib,omniORB260_rtd.lib,omnithread2_rtd.lib"
> Error executing link.exe.
> 
> Demo.exe - 1 error(s), 5 warning(s)
> 
> Can anyone explain what I am doing wrong.
> 

Lib names are suppose to be separated with spaces. RTFM !!! This is
highly inappropriate place for that kind of question.

Cunac