<font size=2 face="sans-serif">Hi Thomas,</font><br><br><font size=2 face="sans-serif">you cannot link a 64 bit process against
32 bit DLLs.</font><br><br><br><font size=2 face="sans-serif">You need a 64 bit windows version ...
</font><br><font size=2 face="sans-serif">And preferably one compiled with --enable-cbc-parallel
or you will be stuck with a single thread.</font><br><br><br><font size=2 face="sans-serif">I don't think there are such precompiled
binaries up for download though. :-(</font><br><br><br><font size=3 color=#ffbf18 face="Calibri">_________________________________________</font><br><br><font size=3 face="Arial"><b>Pieter Zieschang</b></font><br><br><font size=1 face="Arial"><b>Modis IT Outsourcing GmbH</b></font><br><font size=1 face="Arial">Kohlgartenstrasse 11, 04315-Leipzig</font><br><br><font size=1 face="Arial">Amtsgericht Düsseldorf: HRB 78227</font><br><font size=1 face="Arial">Geschäftsführer: Martin Wimmer, Andreas Buchelt</font><br><br><a href=https://www.modis.de/><font size=3 color=blue face="Calibri">www.modis.de</font></a><br><br><br><br><br><br><font size=1 color=#5f5f5f face="sans-serif">From:      
 </font><font size=1 face="sans-serif">TAM Thomas <Thomas.TAM@3ds.com></font><br><font size=1 color=#5f5f5f face="sans-serif">To:      
 </font><font size=1 face="sans-serif">"cbc@list.coin-or.org"
<cbc@list.coin-or.org></font><br><font size=1 color=#5f5f5f face="sans-serif">Date:      
 </font><font size=1 face="sans-serif">20.08.2018 20:07</font><br><font size=1 color=#5f5f5f face="sans-serif">Subject:    
   </font><font size=1 face="sans-serif">[Cbc] CBC Binaries
for the Windows 64-bit VC14 Platform</font><br><font size=1 color=#5f5f5f face="sans-serif">Sent by:    
   </font><font size=1 face="sans-serif">"Cbc"
<cbc-bounces@coin-or.org></font><br><hr noshade><br><br><br><font size=3 face="Calibri">Dear all,</font><br><font size=3 face="Calibri"> </font><br><font size=3 face="Calibri">I am trying to link the CBC binaries with
my Windows <u>64-bit</u> application which is built using <u>Visual C++
VC14</u>. I am unable to find such libraries from the CBC repositories:</font><br><font size=3 face="Symbol">·         </font><a href="https://urldefense.proofpoint.com/v2/url?u=https-3A__bintray.com_coin-2Dor_download_Cbc_-23files&d=DwMFAg&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=j5xv9dV3_3fN5pLs_VuVAevB-I_PPHxz1BDywJ3EDSM&m=G85lxiyPWHf_n1E_XfcXXdMdAQC5cKLJX4djV_bUIm4&s=jt6H-R5VIgIRtCsYXL7If1tXwUwk3EsPy-pYu03udr8&e="><font size=3 color=blue face="Calibri"><u>https://bintray.com/coin-or/download/Cbc/#files</u></font></a><br><font size=3 face="Symbol">·         </font><a href="https://urldefense.proofpoint.com/v2/url?u=https-3A__www.coin-2Dor.org_download_binary_CoinAll_&d=DwMFAg&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=j5xv9dV3_3fN5pLs_VuVAevB-I_PPHxz1BDywJ3EDSM&m=G85lxiyPWHf_n1E_XfcXXdMdAQC5cKLJX4djV_bUIm4&s=0eytOf37SMTff7iX2YxBn7wdTINBLl5Ai55YqFsHVfA&e="><font size=3 color=blue face="Calibri"><u>https://www.coin-or.org/download/binary/CoinAll/</u></font></a><br><font size=3 face="Calibri"> </font><br><font size=3 face="Calibri">According to the CBC homepage (</font><a href="https://urldefense.proofpoint.com/v2/url?u=https-3A__projects.coin-2Dor.org_Cbc_wiki&d=DwMFAg&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=j5xv9dV3_3fN5pLs_VuVAevB-I_PPHxz1BDywJ3EDSM&m=G85lxiyPWHf_n1E_XfcXXdMdAQC5cKLJX4djV_bUIm4&s=ddBURemeR4XeZXNuVCPFOyEndRPN7KKXJlk2y1B1rZQ&e="><font size=3 color=blue face="Calibri"><u>https://projects.coin-or.org/Cbc/wiki</u></font></a><font size=3 face="Calibri">),
we can request for the latest version for the missing platform (Cbc-2.9.9-win64-msvc14)
to be built and posted. If that is true, can it be done please? Thanks!</font><br><font size=3 face="Calibri"> </font><br><font size=3 face="Calibri">I attempted to link my Win64 application
with the 32-bit binaries (Cbc-2.9.9-win32-msvc14.zip) that are available,
but my build failed due to mismatched symbols everywhere. For example,
for the OsiClpSolverInterface constructor, the linker is looking for:</font><br><font size=3 face="Calibri">my_main_test.obj : error LNK2019: </font><font size=3 color=red face="Calibri">unresolved
external symbol "public: __cdecl OsiClpSolverInterface::OsiClpSolverInterface(void)</font><font size=3 face="Calibri">"
(??0OsiClpSolverInterface@@QEAA@XZ) referenced in function "int __cdecl
my_main_test(void)" (?my_main_test@@YAHXZ)</font><br><font size=3 face="Calibri">but the supplied win32 libOsiClp.lib contains:</font><br><font size=3 face="Calibri">??0OsiClpSolverInterface@@QAE@XZ (public:
__thiscall OsiClpSolverInterface::OsiClpSolverInterface(void))</font><br><font size=3 face="Calibri"> </font><br><font size=3 face="Calibri">Are the mismatched symbols due to 32/64-bit
incompatibility, or due to special compiler flags utilized by CBC (and,
if so, where can I find these CBC compiler flags for the Visual C++ platform)?</font><br><font size=3 face="Calibri"> </font><br><font size=3 face="Calibri">Your help will be greatly appreciated!</font><br><font size=3 face="Calibri"> </font><br><font size=3 face="Calibri">Best regards,</font><br><font size=3 face="Calibri"> </font><br><font size=3 face="Calibri">Thomas</font><p><font size=1 color=#a2a2a2 face="Arial"><i>This email and any attachments
are intended solely for the use of the individual or entity to whom it
is addressed and may be confidential and/or privileged.</i></font><p><font size=1 color=#a2a2a2 face="Arial"><i>If you are not one of the
named recipients or have received this email in error, </i></font><p><font size=1 color=#a2a2a2 face="Arial"><i>(i) you should not read,
disclose, or copy it,</i></font><p><font size=1 color=#a2a2a2 face="Arial"><i>(ii) please notify sender
of your receipt by reply email and delete this email and all attachments,</i></font><p><font size=1 color=#a2a2a2 face="Arial"><i>(iii) Dassault Systemes does
not accept or assume any liability or responsibility for any use of or
reliance on this email.</i></font><p><font size=1 color=#a2a2a2 face="Arial"><i>For other languages, go to
</i></font><a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__www.3ds.com_terms_email-2Ddisclaimer&d=DwQFAg&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=j5xv9dV3_3fN5pLs_VuVAevB-I_PPHxz1BDywJ3EDSM&m=G85lxiyPWHf_n1E_XfcXXdMdAQC5cKLJX4djV_bUIm4&s=LB3Le-ycCG9bwO6EEEoq0R8CZSArvSE6v8Av0scaevI&e="><font size=1 color=blue face="Arial"><i><u>http://www.3ds.com/terms/email-disclaimer</u></i></font></a><font size=1 color=#a2a2a2 face="Arial"><i></i></font><tt><font size=2>_______________________________________________<br>Cbc mailing list<br>Cbc@list.coin-or.org<br></font></tt><a href="https://urldefense.proofpoint.com/v2/url?u=https-3A__list.coin-2Dor.org_mailman_listinfo_cbc&d=DwICAg&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=j5xv9dV3_3fN5pLs_VuVAevB-I_PPHxz1BDywJ3EDSM&m=G85lxiyPWHf_n1E_XfcXXdMdAQC5cKLJX4djV_bUIm4&s=0JwaHAqA2i68_o_Jnw88LU7FPSZBMioPwXpTLMpnuPY&e="><tt><font size=2>https://urldefense.proofpoint.com/v2/url?u=https-3A__list.coin-2Dor.org_mailman_listinfo_cbc&d=DwICAg&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=j5xv9dV3_3fN5pLs_VuVAevB-I_PPHxz1BDywJ3EDSM&m=G85lxiyPWHf_n1E_XfcXXdMdAQC5cKLJX4djV_bUIm4&s=0JwaHAqA2i68_o_Jnw88LU7FPSZBMioPwXpTLMpnuPY&e=</font></tt></a><tt><font size=2><br></font></tt><p><p><font face="sans-serif"><div style="color:#968080; font-size: 12px;font-family:Arial">
Diese E-Mail und alle Anhänge sind vertraulich und für den Adressaten bestimmt und können auch privilegiert oder von der Offenlegung nach geltendem Recht ausgenommen sein. Wenn Sie nicht der Adressat sind oder diese E-Mail irrtümlicherweise erhalten haben, benachrichtigen Sie den Absender unverzüglich, löschen Sie die E-Mail aus Ihrem System und kopieren Sie keine Teile dieser E-Mail oder deren Anhänge und geben Sie sie nicht weiter.<br> <br>
This email and any attachments are confidential and intended for the addressee and may also be privileged or exempt from disclosure under applicable law. If you are not the addressee, or have received this email in error, please notify the sender immediately, delete it from your system and do not copy, or disclose or otherwise act upon any part of this email or its attachments.
</div>
</font>