[omniORB] a beginner's question

Jian Peng jian.peng@vanderbilt.edu
Wed Jun 12 04:36:01 2002


Hi, everyone,

I just started to learn how to program in CORBA. We have a Linux
machine running omniORB2.4, and I want to access corba servers from my
Windows NT machine. I have installed omniORB2.5 on my Window NT 4
workstation machine, and wrote a simple program based on eg3_clt.cpp
of the echo example. I set up the Visual C++ 6.0 according to the
readme file, and I got this error message when I tried to build the
exe:

Linking...
MSVCRT.lib(crtexew.obj) : error LNK2001: unresolved external symbol
_WinMain@16
Debug/List.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

Any suggestion?

Best regards,

Jian