<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Thanks a lot for the orientaiton.<br>I downloaded the source code and compiled the libraries with the DEBUG Multithreaded option, and all is working fine now.<br>By the way, I only was able to recompile with Visual Studio 6.0 all the libraries ("libCgl.lib" "libClp.lib" "libCoinUtils.lib" "libOsi.lib" "libOsiClp.lib" "libOsiSym.lib" "libSymphony.lib" ) with the first version of SYMPHONY (5.1.0) using the directory "win32". With the new versions I have a lot of errors when I try to recompile tha project of each library separately and I have not find a project for Visual 6.0 for obtaining the library "libSymphony.lib". I am using Visual 6.0 because my tool Ecosimpro only works with this compiler.<br><br>Thanks a lot<br><br>All the best<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>&gt; Date: Tue, 12 Jan 2010 12:47:10 -0500<br>&gt; Subject: Re: [Symphony] DEBUG Multithreaded DLL LIB´s<br>&gt; From: megb@lehigh.edu<br>&gt; To: albejor2002@hotmail.com<br>&gt; CC: jcheng@mwdh2o.com; symphony@list.coin-or.org<br>&gt; <br>&gt; Alberto,<br>&gt; <br>&gt; Did you try downloading the source code and compiling the libraries<br>&gt; with the option that you need?<br>&gt; <br>&gt; Menal.<br>&gt; <br>&gt; Menal Guzelsoy<br>&gt; 1610 4620455<br>&gt; <br>&gt; <br>&gt; <br>&gt; On Tue, Jan 12, 2010 at 12:39 PM, Alberto Jorrín Rodríguez<br>&gt; &lt;albejor2002@hotmail.com&gt; wrote:<br>&gt; &gt; I tried to generate Symphony lib that links all other libs into it, linking<br>&gt; &gt; without DLL libs will put all dll functions into the lib so that DLL libs<br>&gt; &gt; are not required during runtime. But the problem persists, because the<br>&gt; &gt; libraries ("libCgl.lib" "libClp.lib" "libCoinUtils.lib" "libOsi.lib"<br>&gt; &gt; "libOsiClp.lib" "libOsiSym.lib" "libSymphony.lib" ) that are included into<br>&gt; &gt; my own "Symphony library" are not compiled with the option<br>&gt; &gt; ""Debug-multhithreaded dll" in Visual Studio 6.0""<br>&gt; &gt;<br>&gt; &gt; The errors that I get are the following:<br>&gt; &gt;<br>&gt; &gt; libcp.lib(xwctomb.obj) : error LNK2001: unresolved external symbol _errno<br>&gt; &gt;<br>&gt; &gt; libcp.lib(xstrcoll.obj) : error LNK2001: unresolved external symbol _errno<br>&gt; &gt;<br>&gt; &gt; libcp.lib(locale.obj) : error LNK2001: unresolved external symbol _errno<br>&gt; &gt;<br>&gt; &gt; libcp.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol _errno<br>&gt; &gt;<br>&gt; &gt; libcp.lib(wlocale.obj) : error LNK2001: unresolved external symbol _errno<br>&gt; &gt;<br>&gt; &gt; libcp.lib(xlocale.obj) : error LNK2001: unresolved external symbol _errno<br>&gt; &gt;<br>&gt; &gt; libcp.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol __pctype<br>&gt; &gt;<br>&gt; &gt; libcp.lib(_tolower.obj) : error LNK2001: unresolved external symbol __pctype<br>&gt; &gt;<br>&gt; &gt; libcp.lib(_toupper.obj) : error LNK2001: unresolved external symbol __pctype<br>&gt; &gt;<br>&gt; &gt; libcp.lib(_toupper.obj) : error LNK2001: unresolved external symbol<br>&gt; &gt; ___mb_cur_max<br>&gt; &gt;<br>&gt; &gt; libcp.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol<br>&gt; &gt; ___mb_cur_max<br>&gt; &gt;<br>&gt; &gt; libcp.lib(wlocale.obj) : error LNK2001: unresolved external symbol<br>&gt; &gt; ___mb_cur_max<br>&gt; &gt;<br>&gt; &gt; libcp.lib(xwctomb.obj) : error LNK2001: unresolved external symbol<br>&gt; &gt; ___mb_cur_max<br>&gt; &gt;<br>&gt; &gt; libcp.lib(_tolower.obj) : error LNK2001: unresolved external symbol<br>&gt; &gt; ___mb_cur_max<br>&gt; &gt;<br>&gt; &gt; libcp.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol<br>&gt; &gt; ___lc_codepage<br>&gt; &gt;<br>&gt; &gt; libcp.lib(xwctomb.obj) : error LNK2001: unresolved external symbol<br>&gt; &gt; ___lc_codepage<br>&gt; &gt;<br>&gt; &gt; libcp.lib(_tolower.obj) : error LNK2001: unresolved external symbol<br>&gt; &gt; ___lc_codepage<br>&gt; &gt;<br>&gt; &gt; libcp.lib(_toupper.obj) : error LNK2001: unresolved external symbol<br>&gt; &gt; ___lc_codepage<br>&gt; &gt;<br>&gt; &gt; libcp.lib(xstrcoll.obj) : error LNK2001: unresolved external symbol<br>&gt; &gt; ___lc_handle<br>&gt; &gt;<br>&gt; &gt; libcp.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol<br>&gt; &gt; ___lc_handle<br>&gt; &gt;<br>&gt; &gt; libcp.lib(xwctomb.obj) : error LNK2001: unresolved external symbol<br>&gt; &gt; ___lc_handle<br>&gt; &gt;<br>&gt; &gt; libcp.lib(_tolower.obj) : error LNK2001: unresolved external symbol<br>&gt; &gt; ___lc_handle<br>&gt; &gt;<br>&gt; &gt; libcp.lib(_toupper.obj) : error LNK2001: unresolved external symbol<br>&gt; &gt; ___lc_handle<br>&gt; &gt;<br>&gt; &gt; libcp.lib(xstrcoll.obj) : error LNK2001: unresolved external symbol<br>&gt; &gt; ___lc_collate_cp<br>&gt; &gt;<br>&gt; &gt; Please, is it not possible to get this libraries ("libCgl.lib" "libClp.lib"<br>&gt; &gt; "libCoinUtils.lib" "libOsi.lib" "libOsiClp.lib" "libOsiSym.lib"<br>&gt; &gt; "libSymphony.lib" ) compiled with this option ("Debug-multhithreaded dll").<br>&gt; &gt;<br>&gt; &gt; Thanks a lot<br>&gt; &gt;<br>&gt; &gt; Looking forward to hearing from you soon<br>&gt; &gt;<br>&gt; &gt; ===========================================<br>&gt; &gt; Alberto Jorrín Rodríguez<br>&gt; &gt; Departamento de Ingenieria de Sistemas y Automatica<br>&gt; &gt; Dpt.&nbsp; of Systems Engineering and Automatic Control<br>&gt; &gt; Universidad de Valladolid&nbsp; / University of Valladolid<br>&gt; &gt; Address: Facultad de Ciencias, c/ Real de Burgos s/n<br>&gt; &gt; 47011 Valladolid, Spain<br>&gt; &gt; Tel: +34 647 670 581, Fax: +34 983 423161<br>&gt; &gt; e-mail: albejor@autom.uva.es<br>&gt; &gt; ============================================<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; ________________________________<br>&gt; &gt; Subject: RE: [Symphony] DEBUG Multithreaded DLL LIB´s<br>&gt; &gt; Date: Mon, 11 Jan 2010 14:34:53 -0800<br>&gt; &gt; From: jcheng@mwdh2o.com<br>&gt; &gt; To: albejor2002@hotmail.com<br>&gt; &gt;<br>&gt; &gt; I think you can generate Symphony lib that links all other libs into it.<br>&gt; &gt; Linking with DLL libs will require these dll files when you call functions<br>&gt; &gt; with these libs.&nbsp; Linking without DLL libs will put all dll functions into<br>&gt; &gt; the lib so that DLL libs are not required during runtime.<br>&gt; &gt;<br>&gt; &gt; Good luck.<br>&gt; &gt; ________________________________<br>&gt; &gt; From: symphony-bounces@list.coin-or.org on behalf of Alberto Jorrín<br>&gt; &gt; Rodríguez<br>&gt; &gt; Sent: Mon 1/11/2010 1:42 PM<br>&gt; &gt; To: SYMPHONY LISTS<br>&gt; &gt; Subject: [Symphony] DEBUG Multithreaded DLL LIB´s<br>&gt; &gt;<br>&gt; &gt; Hi,<br>&gt; &gt;<br>&gt; &gt; &nbsp; I am working with a modelling and simulation tool called Ecosimpro. I have<br>&gt; &gt; developed, for doing some tests for a paper, a library for calling SYMPHONY<br>&gt; &gt; from this tool with Visual Studio 6.0. For this purpose I am using the<br>&gt; &gt; libraries ("libCgl.lib" "libClp.lib" "libCoinUtils.lib" "libOsi.lib"<br>&gt; &gt; "libOsiClp.lib" "libOsiSym.lib" "libSymphony.lib" ) that I have found in the<br>&gt; &gt; SHYMPHONY directory called "SYMPHONY VISUAL6".<br>&gt; &gt;<br>&gt; &gt; &nbsp; My problem is that my tool Ecosimpro needs that all the libraries<br>&gt; &gt; ("libCgl.lib" "libClp.lib" "libCoinUtils.lib" "libOsi.lib" "libOsiClp.lib"<br>&gt; &gt; "libOsiSym.lib" "libSymphony.lib") called from the tool are precompiled with<br>&gt; &gt; the option "Debug-multhithreaded dll" in Visual Studio 6.0. The problem is<br>&gt; &gt; that this libraries ("libCgl.lib" "libClp.lib" "libCoinUtils.lib"<br>&gt; &gt; "libOsi.lib" "libOsiClp.lib" "libOsiSym.lib" "libSymphony.lib") were<br>&gt; &gt; obtained with the option "Debug-single-threaded" (Project -&gt; Settings -&gt; C++<br>&gt; &gt; -&gt; Code Generation -&gt; Use run-time library)<br>&gt; &gt;<br>&gt; &gt; &nbsp; Please, can I get this libraries compiled with this option<br>&gt; &gt; ("Debug-multhithreaded dll"). It is very important for my papers.<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; Thanks a lot<br>&gt; &gt;<br>&gt; &gt; ===========================================<br>&gt; &gt; Alberto Jorrín Rodríguez<br>&gt; &gt; Departamento de Ingenieria de Sistemas y Automatica<br>&gt; &gt; Dpt.&nbsp; of Systems Engineering and Automatic Control<br>&gt; &gt; Universidad de Valladolid&nbsp; / University of Valladolid<br>&gt; &gt; Address: Facultad de Ciencias, c/ Real de Burgos s/n<br>&gt; &gt; 47011 Valladolid, Spain<br>&gt; &gt; Tel: +34 647 670 581, Fax: +34 983 423161<br>&gt; &gt; e-mail: albejor@autom.uva.es<br>&gt; &gt; ============================================<br>&gt; &gt;<br>&gt; &gt; ________________________________<br>&gt; &gt; Windows 7 es fácil, cómodo y sin complicaciones. ¡Conócelo!<br>&gt; &gt; ________________________________<br>&gt; &gt; Llévate gratis un Mazda 2 y una Xbox 360. ¡Participa con Hotmail!<br>&gt; &gt; _______________________________________________<br>&gt; &gt; Symphony mailing list<br>&gt; &gt; Symphony@list.coin-or.org<br>&gt; &gt; http://list.coin-or.org/mailman/listinfo/symphony<br>&gt; &gt;<br>&gt; &gt;<br>                                               <br /><hr />¡Nuevo MSN Deportes! Sigue los partidos en directo y <a href='http://deportes.es.msn.com/' target='_new'>encuentra la última información de tus equipos favoritos.</a></body>
</html>