Steve<br>I am also getting unresolved symbol error when linking with ACE in linux. If __ACE_INLINE__ defined, we are including inline function in the same .h file. I would like to know any other type of inlining we are using in ACE build to resolve this issue.
<br><br>regards<br>muthuvel<br><br><br><br><br><br><br><div><span class="gmail_quote">On 6/19/07, <b class="gmail_sendername">Steve Huston</b> <<a href="mailto:shuston@riverace.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
shuston@riverace.com
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Stew,<br><br>> I built ACE 5.5.1 using the VS8 solution on Windows Vista. I copied
<br>> ACE.dll and ACE.lib to folder that is located in my PATH variable<br>> (call this folder ACELIB). I created my application project that<br>uses<br>> ACE and added ACELIB as an additional library directory. My
<br>> application compiles correctly and the linker finds ACE.lib.<br>However,<br>> the linker is unable to resolve any of the ACE symbols. Any ideas?<br><br>A common cause for this type of thing is a mismatch between the inline
<br>settings of how ACE was built and how your application is built. If<br>mismatched, your app's build thinks the inlineable methods are not<br>inlined and reside in ACE.dll, but the ACE build was done the other<br>
way, expecting apps to inline the methods, so they're not actually in
<br>ACE.lib/dll.<br><br>If this doesn't help, please use the PROBLEM-REPORT-FORM and supply<br>more details, or consider use of commercial support services.<br><br>Best regards,<br>-Steve<br><br>--<br>Steve Huston, Riverace Corporation
<br>Would you like ACE to run great on your platform?<br>See <a href="http://www.riverace.com/sponsor.htm" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.riverace.com/sponsor.htm</a><br>
<br><br>_______________________________________________<br>ace-users mailing list
<br><a href="mailto:ace-users@mail.cse.wustl.edu" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">ace-users@mail.cse.wustl.edu</a><br><a href="http://mail.cse.wustl.edu/mailman/listinfo/ace-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://mail.cse.wustl.edu/mailman/listinfo/ace-users</a><br></blockquote>
</div><br>