[omniORB] a beginner's question

bjorn rohde jensen shamus@tdcadsl.dk
Wed Jun 12 09:24:00 2002


Hi Jian,

 First of all you might want to consider upgrading to
the newer omniORB3.0.4 or omniORB4, a fair bit of
improvements have happened since omniORB2.5.
 The link error is probably due to your VC project
setting. Apparently windows GUI applications need a
WinMain function, which is probably some sort of
event loop thing, instead of the usual C/C++ main
function. If you change your project type to a
console application, the link error should go away.
I learnt this using google so no garanties, i dont
use windows;)

Yours sincerely,

Bjorn