<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
<div dir="ltr" id="ecxidOWAReplyText98250">

<div dir="ltr"><font style="font-size: 12pt;" size="3" color="#000000" face="Courier New">I tried to generate Symphony lib that links all other libs into it, </font><font style="font-size: 12pt;" size="3" face="Courier New">linking without DLL libs will put all dll functions into the lib so
that DLL libs are not required during runtime. But the problem persists, because the libraries </font>("libCgl.lib" "libClp.lib" "libCoinUtils.lib" "libOsi.lib" "libOsiClp.lib" "libOsiSym.lib" "libSymphony.lib" )  <font style="font-size: 12pt;" size="3" face="Courier New"> that are included into my own "Symphony library"</font><font style="font-size: 12pt;" size="3" face="Courier New"> are not compiled with the option "</font><font style="font-size: 12pt;" size="3" face="Courier New">"Debug-multhithreaded dll" in Visual Studio 6.0"</font><font style="font-size: 12pt;" size="3" face="Courier New">"</font><font style="font-size: 12pt;" size="3" face="Courier New"><br></font></div></div><br><span style="font-family: Courier New; font-size: 10pt;">The errors that I get are the following:<br><br>libcp.lib(xwctomb.obj) : error LNK2001: unresolved external symbol _errno</span><p style="margin: 0px; text-indent: 0px; font-family: Courier New; font-size: 10pt;">libcp.lib(xstrcoll.obj) : error LNK2001: unresolved external symbol _errno</p><p style="margin: 0px; text-indent: 0px; font-family: Courier New; font-size: 10pt;">libcp.lib(locale.obj) : error LNK2001: unresolved external symbol _errno</p><p style="margin: 0px; text-indent: 0px; font-family: Courier New; font-size: 10pt;">libcp.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol _errno</p><p style="margin: 0px; text-indent: 0px; font-family: Courier New; font-size: 10pt;">libcp.lib(wlocale.obj) : error LNK2001: unresolved external symbol _errno</p><p style="margin: 0px; text-indent: 0px; font-family: Courier New; font-size: 10pt;">libcp.lib(xlocale.obj) : error LNK2001: unresolved external symbol _errno</p><p style="margin: 0px; text-indent: 0px; font-family: Courier New; font-size: 10pt;">libcp.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol __pctype</p><p style="margin: 0px; text-indent: 0px; font-family: Courier New; font-size: 10pt;">libcp.lib(_tolower.obj) : error LNK2001: unresolved external symbol __pctype</p><p style="margin: 0px; text-indent: 0px; font-family: Courier New; font-size: 10pt;">libcp.lib(_toupper.obj) : error LNK2001: unresolved external symbol __pctype</p><p style="margin: 0px; text-indent: 0px; font-family: Courier New; font-size: 10pt;">libcp.lib(_toupper.obj) : error LNK2001: unresolved external symbol ___mb_cur_max</p><p style="margin: 0px; text-indent: 0px; font-family: Courier New; font-size: 10pt;">libcp.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol ___mb_cur_max</p><p style="margin: 0px; text-indent: 0px; font-family: Courier New; font-size: 10pt;">libcp.lib(wlocale.obj) : error LNK2001: unresolved external symbol ___mb_cur_max</p><p style="margin: 0px; text-indent: 0px; font-family: Courier New; font-size: 10pt;">libcp.lib(xwctomb.obj) : error LNK2001: unresolved external symbol ___mb_cur_max</p><p style="margin: 0px; text-indent: 0px; font-family: Courier New; font-size: 10pt;">libcp.lib(_tolower.obj) : error LNK2001: unresolved external symbol ___mb_cur_max</p><p style="margin: 0px; text-indent: 0px; font-family: Courier New; font-size: 10pt;">libcp.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol ___lc_codepage</p><p style="margin: 0px; text-indent: 0px; font-family: Courier New; font-size: 10pt;">libcp.lib(xwctomb.obj) : error LNK2001: unresolved external symbol ___lc_codepage</p><p style="margin: 0px; text-indent: 0px; font-family: Courier New; font-size: 10pt;">libcp.lib(_tolower.obj) : error LNK2001: unresolved external symbol ___lc_codepage</p><p style="margin: 0px; text-indent: 0px; font-family: Courier New; font-size: 10pt;">libcp.lib(_toupper.obj) : error LNK2001: unresolved external symbol ___lc_codepage</p><p style="margin: 0px; text-indent: 0px; font-family: Courier New; font-size: 10pt;">libcp.lib(xstrcoll.obj) : error LNK2001: unresolved external symbol ___lc_handle</p><p style="margin: 0px; text-indent: 0px; font-family: Courier New; font-size: 10pt;">libcp.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol ___lc_handle</p><p style="margin: 0px; text-indent: 0px; font-family: Courier New; font-size: 10pt;">libcp.lib(xwctomb.obj) : error LNK2001: unresolved external symbol ___lc_handle</p><p style="margin: 0px; text-indent: 0px; font-family: Courier New; font-size: 10pt;">libcp.lib(_tolower.obj) : error LNK2001: unresolved external symbol ___lc_handle</p><p style="margin: 0px; text-indent: 0px; font-family: Courier New; font-size: 10pt;">libcp.lib(_toupper.obj) : error LNK2001: unresolved external symbol ___lc_handle</p><p style="margin: 0px; text-indent: 0px; font-family: Courier New; font-size: 10pt;">libcp.lib(xstrcoll.obj) : error LNK2001: unresolved external symbol ___lc_collate_cp</p><br><br>Please, is it not possible to get this libraries ("libCgl.lib" "libClp.lib" "libCoinUtils.lib" "libOsi.lib" "libOsiClp.lib" "libOsiSym.lib" "libSymphony.lib" )  compiled with this option ("Debug-multhithreaded dll").<br><br>Thanks a lot<br><br>Looking forward to hearing from you soon<br><br>===========================================<br>Alberto Jorrín Rodríguez<br>Departamento de Ingenieria de Sistemas y Automatica<br>Dpt.&nbsp; of Systems Engineering and Automatic Control<br>Universidad de Valladolid&nbsp; / University of Valladolid<br>Address: Facultad de Ciencias, c/ Real de Burgos s/n<br>47011 Valladolid, Spain<br>Tel: +34 647 670 581, Fax: +34 983 423161<br>e-mail: albejor@autom.uva.es<br>============================================<br><br><br><hr id="stopSpelling">Subject: RE: [Symphony] DEBUG Multithreaded DLL LIB´s<br>Date: Mon, 11 Jan 2010 14:34:53 -0800<br>From: jcheng@mwdh2o.com<br>To: albejor2002@hotmail.com<br><br>



<style>
.ExternalClass .ecxhmmessage P
{padding:0px;}
.ExternalClass body.ecxhmmessage
{font-size:10pt;font-family:Verdana;}
</style>



<div dir="ltr" id="ecxidOWAReplyText98250">
<div dir="ltr"><font size="3" color="#000000" face="Courier New">I think you can generate Symphony lib that links all other libs into it.</font></div>
<div dir="ltr"><font size="3" face="Courier New">Linking with DLL libs will require these dll files when you call functions with these libs.&nbsp; Linking without DLL libs will put all dll functions into the lib so that DLL libs are not required during runtime.</font></div>
<div dir="ltr"><font size="3" face="Courier New"></font>&nbsp;</div>
<div dir="ltr"><font size="3" face="Courier New">Good luck.&nbsp;&nbsp; </font></div></div>
<div dir="ltr"><br>
<hr>
<font size="2" face="Tahoma"><b>From:</b> symphony-bounces@list.coin-or.org on behalf of Alberto Jorrín Rodríguez<br><b>Sent:</b> Mon 1/11/2010 1:42 PM<br><b>To:</b> SYMPHONY LISTS<br><b>Subject:</b> [Symphony] DEBUG Multithreaded DLL LIB´s<br></font><br></div>
<div>Hi,<br><br>&nbsp; I am working with a modelling and simulation tool called Ecosimpro. I have developed, for doing some tests for a paper, a library for calling SYMPHONY from this tool with Visual Studio 6.0. For this purpose I am using the libraries ("libCgl.lib" "libClp.lib" "libCoinUtils.lib" "libOsi.lib" "libOsiClp.lib" "libOsiSym.lib" "libSymphony.lib" ) that I have found in the SHYMPHONY directory called "SYMPHONY VISUAL6".<br><br>&nbsp; My problem is that my tool Ecosimpro needs that all the libraries ("libCgl.lib" "libClp.lib" "libCoinUtils.lib" "libOsi.lib" "libOsiClp.lib" "libOsiSym.lib" "libSymphony.lib") called from the tool are precompiled with the option "Debug-multhithreaded dll" in Visual Studio 6.0. The problem is that this libraries ("libCgl.lib" "libClp.lib" "libCoinUtils.lib" "libOsi.lib" "libOsiClp.lib" "libOsiSym.lib" "libSymphony.lib") were obtained with the option "Debug-single-threaded" (Project -&gt; Settings -&gt; C++ -&gt; Code Generation -&gt; Use run-time library)<br><br>&nbsp; Please, can I get this libraries compiled with this option ("Debug-multhithreaded dll"). It is very important for my papers.<br><br><br>Thanks a lot<br><br>===========================================<br>Alberto Jorrín Rodríguez<br>Departamento de Ingenieria de Sistemas y Automatica<br>Dpt.&nbsp; of Systems Engineering and Automatic Control<br>Universidad de Valladolid&nbsp; / University of Valladolid<br>Address: Facultad de Ciencias, c/ Real de Burgos s/n<br>47011 Valladolid, Spain<br>Tel: +34 647 670 581, Fax: +34 983 423161<br>e-mail: albejor@autom.uva.es<br>============================================<br><br>
<hr>
Windows 7 es fácil, cómodo y sin complicaciones. <a href="http://www.sietesunpueblodeexpertos.com/index_windows7.html">¡Conócelo!</a> </div>                                               <br /><hr /> Llévate gratis un Mazda 2 y una Xbox 360. <a href='http://www.vivelive.com/historiasdehotmail/' target='_new'>¡Participa con Hotmail!</a></body>
</html>