<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>I already replied to your question in one of my previous emails.</DIV>
<DIV> </DIV>
<DIV>yes, I tried, and just did it once more time, _alloca() does not change the link error<BR></DIV>
<DIV>_alloca is compiled to __alloca_probe_16() on my side, but yours must be compiled to __alloca_probe(). </DIV>
<DIV> </DIV>
<DIV>If I manually change __alloca_probe_16 to __alloca_probe in RuntimeR0Drv.lib, then linker works.</DIV>
<DIV> </DIV>
<DIV>Can you post the command that compiles stringalloc.cpp? I wanted to check the include path and defines.<BR><BR>--- On <B>Thu, 8/26/10, Frank Mehnert <I><frank.mehnert@oracle.com></I></B> wrote:<BR></DIV>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid"><BR>From: Frank Mehnert <frank.mehnert@oracle.com><BR>Subject: Re: [vbox-dev] compiling error (__alloca_probe_16)<BR>To: vbox-dev@virtualbox.org<BR>Date: Thursday, August 26, 2010, 11:45 PM<BR><BR>
<DIV class=plainMail>On Friday 27 August 2010, Huihong Luo wrote:<BR>> I spent the whole day trying to figure out, but the error still exists. I<BR><BR>Please can you answer my question? Sorry but I want to be sure about<BR>that. I've read somewhere that _alloca is _always_ inlined.<BR><BR>> > > I tried to use  _alloca, still same error.<BR>> ><BR>> > I want to come back here. Did you really try _alloca() instead of<BR>> > alloca() and you got an unsatisfied external reference to _alloca?<BR>> > I've googled a bit and it seems that _alloca is the correct function<BR>> > with Microsoft Visual ...<BR>><BR>> See here:<BR>><BR>>   <A href="http://msdn.microsoft.com/en-us/library/wb1s57t5.aspx" target=_blank>http://msdn.microsoft.com/en-us/library/wb1s57t5.aspx</A><BR><BR>Kind regards,<BR><BR>Frank<BR>-- <BR>ORACLE Deutschland B.V. & Co. KG   Dr.-Ing. Frank
 Mehnert<BR>Werkstrasse 24                     Staff Engineer, VirtualBox<BR>71384 Weinstadt, Germany           mailto:<A href="http://us.mc343.mail.yahoo.com/mc/compose?to=frank.mehnert@oracle.com" ymailto="mailto:frank.mehnert@oracle.com">frank.mehnert@oracle.com</A><BR><BR>Hauptverwaltung: Riesstr. 25, D-80992 München<BR>Registergericht: Amtsgericht München, HRA 95603<BR><BR>Komplementärin: ORACLE Deutschland Verwaltung B.V.<BR>Rijnzathe 6, 3454PV De Meern, Niederlande<BR>Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697<BR>Geschäftsführer: Jürgen Kunz, Marcel van de Molen, Alexander van der Ven<BR></DIV><BR>-----Inline Attachment Follows-----<BR><BR>
<DIV class=plainMail>_______________________________________________<BR>vbox-dev mailing list<BR><A href="http://us.mc343.mail.yahoo.com/mc/compose?to=vbox-dev@virtualbox.org" ymailto="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</A><BR><A href="http://vbox.innotek.de/mailman/listinfo/vbox-dev" target=_blank>http://vbox.innotek.de/mailman/listinfo/vbox-dev</A><BR></DIV></BLOCKQUOTE></td></tr></table>