<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE>Message</TITLE>

<META content="MSHTML 6.00.6000.16481" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=925043214-19062007><FONT face=Arial color=#0000ff size=2>Hi 
Muthuvel,</FONT></SPAN></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
<DIV><SPAN class=925043214-19062007><FONT face=Arial color=#0000ff size=2>The 
easiest way to get this right on Linux is to base your application's Makefiles 
on the ACE build scheme, then do:</FONT></SPAN></DIV>
<DIV><SPAN class=925043214-19062007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=925043214-19062007><FONT face=Arial color=#0000ff size=2>make 
inline=0</FONT></SPAN></DIV>
<DIV><SPAN class=925043214-19062007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=925043214-19062007><FONT face=Arial color=#0000ff 
size=2>or</FONT></SPAN></DIV>
<DIV><SPAN class=925043214-19062007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=925043214-19062007><FONT face=Arial color=#0000ff size=2>make 
inline=1</FONT></SPAN></DIV>
<DIV><SPAN class=925043214-19062007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=925043214-19062007><FONT face=Arial color=#0000ff size=2>to 
turn inlines off/on, respectively.</FONT></SPAN></DIV>
<DIV><SPAN class=925043214-19062007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=925043214-19062007><FONT face=Arial color=#0000ff size=2>If you 
have some other scheme, or this doesn't work, please use the PROBLEM-REPORT-FORM 
and supply all details, or contact me to arrange for more in-depth 
support.</FONT></SPAN></DIV>
<DIV><SPAN class=925043214-19062007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=925043214-19062007><FONT face=Arial color=#0000ff size=2>Best 
regards,</FONT></SPAN></DIV>
<DIV><SPAN class=925043214-19062007><FONT face=Arial color=#0000ff 
size=2>-Steve</FONT></SPAN></DIV><!-- Converted from text/plain format -->
<P><FONT size=2>--<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">http://www.riverace.com/sponsor.htm</A><BR></FONT></P>
<BLOCKQUOTE 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV></DIV>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT 
  face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> Muthuvel 
  [mailto:muthuvel.sivaprakasam@gmail.com] <BR><B>Sent:</B> Tuesday, June 19, 
  2007 9:11 AM<BR><B>To:</B> Steve Huston<BR><B>Cc:</B> Stew Paddaso; 
  ace-users@cse.wustl.edu<BR><B>Subject:</B> Re: [ace-users] "unresolved 
  symbols" on Windows<BR><BR></FONT></DIV>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&nbsp; 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> &lt;<A onclick="return top.js.OpenExtLink(window,event,this)" 
  href="mailto:shuston@riverace.com" target=_blank> shuston@riverace.com 
  </A>&gt; wrote:</SPAN>
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">Hi 
    Stew,<BR><BR>&gt; I built ACE 5.5.1 using the VS8 solution on Windows Vista. 
    I copied <BR>&gt; ACE.dll and ACE.lib to folder that is located in my PATH 
    variable<BR>&gt; (call this folder ACELIB). I created my application project 
    that<BR>uses<BR>&gt; ACE and added ACELIB as an additional library 
    directory.&nbsp;&nbsp;My <BR>&gt; application compiles correctly and the 
    linker finds ACE.lib.<BR>However,<BR>&gt; 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 
    onclick="return top.js.OpenExtLink(window,event,this)" 
    href="http://www.riverace.com/sponsor.htm" 
    target=_blank>http://www.riverace.com/sponsor.htm</A><BR><BR><BR>_______________________________________________<BR>ace-users 
    mailing list <BR><A onclick="return top.js.OpenExtLink(window,event,this)" 
    href="mailto:ace-users@mail.cse.wustl.edu" 
    target=_blank>ace-users@mail.cse.wustl.edu</A><BR><A 
    onclick="return top.js.OpenExtLink(window,event,this)" 
    href="http://mail.cse.wustl.edu/mailman/listinfo/ace-users" 
    target=_blank>http://mail.cse.wustl.edu/mailman/listinfo/ace-users</A><BR></BLOCKQUOTE></DIV><BR></BLOCKQUOTE></BODY></HTML>