So I downloaded omniorb and am attempting to build the echo example. I Generated the .hh and SK files and included them in my project.<br><br>According to the documentation that shipped with Omniorb in Readme.win32.txt it says to include the following in additional dependancies<br>
ws2_32.lib, mswsock.lib, advapi32.lib, omniORB410_rt.lib,     omniDynamic410_rt.lib, omnithread32_rt.lib<br>I however included thefollowing (The bold ones are different .. since i cant seem to find the recommended libraries)<br>
ws2_32.lib,mswsock.lib,advapi32.lib<b>,omniORB4_rt.lib</b>,<b>omniDynamic4_rt.lib</b>,<b>omnithread_rt.lib,omniORB414_rtd.lib,omniDynamic4_rtd.lib,omnithread_rtd.lib</b><br><br>I included the following preprocessors :<br>
__WIN32__;__x86__;_WIN32_WINNT=0x0400;__NT__;__OSVERSION__=4<br><br>And I am using VS2010,Win7 now when I build it an exe file does get generated but when i run it , I get the message<br><b>&quot;The program cant start because omniORB414_vc10_rt.dll is missing from your computer , Try reinstalling the prgram&quot;</b><br>
<br>I hav double checked and the dll file does exist and in Visual Studio 2010 my compiler is also provided with the path to the dlls in <b><i>Linker &gt;&gt; General &gt;&gt; Additional Library directories</i></b><br>So any ideas why my exe generated from eg1.cc wont run ?? Suggestions ???<br>