<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>Hello,<br><br>If you read the README.win32.txt carefully, you'll get the point. I've also followed it and felt no problem.<br><br>Btw, I pick up some main points (extracted from that file), please follow correctly:<br><br><span style="font-style: italic;">Before building anything (or running the examples), you should refer</span><br style="font-style: italic;"><span style="font-style: italic;">to the omniORB documentation. In particular, you must configure the</span><br style="font-style: italic;"><span style="font-style: italic;">naming service as described above.</span><br style="font-style: italic;"><br style="font-style: italic;"><span style="font-style: italic;">To configure your project to us the omniORB DLLs, follow these steps:</span><br style="font-style: italic;"><br
 style="font-style: italic;"><span style="font-style: italic;">a) Add the stub (SK.cpp) files generated by the IDL compiler to the project </span><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp; (Insert-&gt;"Files into Project")</span><br style="font-style: italic;"><br style="font-style: italic;"><span style="font-style: italic;">b) Set up the search paths for include and library files: </span><br style="font-style: italic;"><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp; 1. Under Tools-&gt;Options, select the Directories tab.</span><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp; 2. In the "Show directories for" box, select "Include files".</span><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp; 3. Add the directory where you installed the omniORB include files to the </span><br style="font-style: italic;"><span style="font-style:
 italic;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; list (this is &lt;Top-Level Directory&gt;\include).</span><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp; 4. In the "Show directories for" box, select "Library files".</span><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp; 5. Add the directory where you installed the omniORB library files to the</span><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; list (this is &lt;Top-Level Directory\lib\x86_win32).</span><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp;&nbsp; </span><br style="font-style: italic;"><span style="font-style: italic;">c) Set up macros and libraries:</span><br style="font-style: italic;"><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp;&nbsp; 1. Under Build-&gt;Settings, select the "C/C++" tab.</span><br style="font-style:
 italic;"><span style="font-style: italic;">&nbsp;&nbsp;&nbsp; 2. In the "Category" box, select "C++ Language". Tick the </span><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Enable exception handling" box.</span><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp;&nbsp; 3. In the "Category" box, select "Code Generation". In the </span><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Use run-time library" box, select "Multithreaded DLL".</span><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp;&nbsp; 4. **This is an important step.** </span><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; In the "Category" box, select "Preprocessor". In the</span><br style="font-style: italic;"><span style="font-style:
 italic;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Preprocessor" box, add the macros</span><br style="font-style: italic;"><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><span style="font-weight: bold;">__WIN32__,__x86__,_WIN32_WINNT=0x0400</span><br style="font-style: italic;"><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><span style="font-weight: bold;">If this is NT 4.0, Windows 2000 or XP (or something later), add</span><br style="font-weight: bold;"><span style="font-weight: bold;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; the macros __NT__ and __OSVERSION__=4 as well.</span><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp;&nbsp; </span><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp;&nbsp; 5. Select the "Link" tab.</span><br style="font-style: italic;"><br
 style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp;&nbsp; 6. In the "Category" box, select "Input". In the "Object/library</span><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modules" box, add the following libraries: ws2_32.lib,</span><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mswsock.lib, advapi32.lib, omniORB410_rt.lib,</span><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; omniDynamic410_rt.lib, omnithread32_rt.lib</span><br style="font-style: italic;"><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If you are building a debug executable, the debug version of</span><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; the libraries: omniORB410_rtd.lib,
 omniDynamic410_rtd.lib and</span><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; omnithread32_rtd.lib should be used.</span><br><br>And MAKE SURE that &lt;Top-Level Directory&gt;\bin\x86_win32 is in your PATH environment.<br>If it fail at what step, please let me know.<br><br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">Regards,<br>Hung<br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> lyp &lt;l35633@163.com&gt;<br><b><span style="font-weight: bold;">To:</span></b> omniorb-list@omniorb-support.com<br><b><span style="font-weight: bold;">Sent:</span></b> Fri, June 4, 2010 2:20:36 PM<br><b><span style="font-weight: bold;">Subject:</span></b> [omniORB] who can help me?? --about how to build omniorb source code<br></font><br>


 
 
<style></style>

<div><font size="2">hello everybody:</font></div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2">Now I have the source code of omniORB_3_0_5, </font></div>
<div><font size="2">and I want to build it in VC6,how can I?</font></div>
<div><font size="2">I have read the REAMME.win32 file,but still very 
confused!</font></div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2">I NEED YOUR HELP</font></div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2">BEST REGARD</font></div></div></div>
</div><br>







      </body></html>