Hi, excuse me for answering too late but now i&#39;m on vacances. <br>I don&#39;t know what is &quot;managed code&quot;, i&#39;ve just compile it normaly.<br>The &quot;compile phase&quot; finished successfully. <br>The reported errors in this mail were from the &quot;linking phase&quot;.<br>
Don&#39;t know if the next information could be helpfull: I&#39;m compiling with debug information and i&#39;m using de debug libraries for linking (those with a &quot;d&quot; in their name)<br><br>i would read carefully the documentation in the URL you gave me, it looks good. Maybe this could help me.<br>
Thank you very much.<br><br><div class="gmail_quote">On Wed, Dec 23, 2009 at 1:17 AM, Luke Deller <span dir="ltr">&lt;<a href="mailto:ldeller@iress.com.au">ldeller@iress.com.au</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Jose,<br>
<br>
The presence of the keyword &quot;__clrcall&quot; indicates to me that you are trying to compile your code as managed code.  Is this correct?<br>
<br>
OmniORB has not been ported to the .NET platform.  See the <a href="http://IIOP.NET" target="_blank">IIOP.NET</a> project for CORBA support on .NET:<br>
<a href="http://iiop-net.sourceforge.net/" target="_blank">http://iiop-net.sourceforge.net/</a><br>
<br>
Regards,<br>
Luke.<br>
<br>
________________________________________<br>
From: <a href="mailto:omniorb-list-bounces@omniorb-support.com">omniorb-list-bounces@omniorb-support.com</a> [mailto:<a href="mailto:omniorb-list-bounces@omniorb-support.com">omniorb-list-bounces@omniorb-support.com</a>] On Behalf Of Jose Luis Dominguez<br>

Sent: Wednesday, 23 December 2009 3:08 AM<br>
To: <a href="mailto:omniorb-list@omniorb-support.com">omniorb-list@omniorb-support.com</a><br>
Subject: [omniORB] Re: Compile with visual C++ 2008<br>
<div><div></div><div class="h5"><br>
I manage to compile, but i can&#39;t link<br>
I solve compiling error by deleting one preprocesor key:<br>
I use just: &quot;__WIN32__,__x86__,__NT__,__OSVERSION__=4&quot;<br>
<br>
This is the first error when i link:<br>
      1&gt;Cliente_CLR.obj : error LNK2028: se hace referencia al símbolo (token) sin resolver (0A000013) &quot;public: virtual struct _omni_ValueIds const * __clrcall CORBA::StringValue::_NP_truncatableIds(void)const &quot; (?_NP_truncatableIds@StringValue@CORBA@@$$FUBMPBU_omni_ValueIds@@XZ) en la función &quot;[thunk]:public: virtual struct _omni_ValueIds const * __clrcall CORBA::StringValue::_NP_truncatableIds`vtordisp{4294967292,0}&#39; (void)const &quot; (?_NP_truncatableIds@StringValue@CORBA@@$$F$4PPPPPPPM@A@BMPBU_omni_ValueIds@@XZ)<br>

<br>
****************************************<br>
<br>
Any idea?<br>
<br>
<br>
On Tue, Dec 22, 2009 at 1:07 PM, Jose Luis Dominguez &lt;<a href="mailto:jldm231@gmail.com">jldm231@gmail.com</a>&gt; wrote:<br>
<br>
Hi when i try to compile my code i get this error:<br>
1&gt;C:\omniORB-4.1.4\include\omnithread.h(239) : error C3861: &#39;TryEnterCriticalSection&#39;: no se encontró el identificador<br>
<br>
and a lot of warning like this:<br>
C:\omniORB-4.1.4\include\omnithread.h(213) : warning C4272: &#39;omni_thread_fatal::omni_thread_fatal&#39; : está marcada con __declspec(dllimport); debe especificar la convención de llamadas nativa al importar una función.<br>

and like this:<br>
1&gt;C:\omniORB-4.1.4\include\omniORB4/IOP.h(107) : warning C4394: &#39;IOP::TAG_INTERNET_IOP&#39; : el símbolo por Appdomain no se debe marcar con __declspec(dllimport)<br>
<br>
please, help!<br>
</div></div>**********************************************************************************************<br>
Important Note<br>
This email (including any attachments) contains information which is confidential and may be subject to legal privilege.  If you are not the intended recipient you must not use, distribute or copy this email.  If you have received this email in error please notify the<br>

sender immediately and delete this email. Any views expressed in this email are not necessarily the views of IRESS Market Technology Limited.<br>
<br>
It is the duty of the recipient to virus scan and otherwise test the information provided before loading onto any computer system.<br>
IRESS Market Technology Limited does not warrant that the information is free of a virus or any other defect or error.<br>
**********************************************************************************************<br>
</blockquote></div><br>