[Cbc-tickets] [COIN-OR Branch-and-Cut MIP Solver] #163: CBC doesn't build in VS2013

COIN-OR Branch-and-Cut MIP Solver coin-trac at coin-or.org
Wed Jul 8 02:31:12 EDT 2015


#163: CBC doesn't build in VS2013
---------------------+-----------------
Reporter:  sstewart  |      Owner:  tkr
    Type:  defect    |     Status:  new
Priority:  major     |  Component:  Cbc
 Version:  2.9.2     |   Keywords:
---------------------+-----------------
 I've been unsuccessful in building CBC using
 Cbc\stable\2.9\Cbc\MSVisualStudio\v10 with MS Visual Studio 2013.  I get
 two linker errors:
 Error   59      error LNK2019: unresolved external symbol "int __cdecl
 CbcMain1(int,char const * * const,class CbcModel &)"
 (?CbcMain1@@YAHHQAPBDAAVCbcModel@@@Z) referenced in function _Cbc_solve at 4
 C:\Projects\Cbc\stable\2.9\Cbc\MSVisualStudio\v9\cbcCInterfaceDll\Cbc_C_Interface.obj
 cbcCInterfaceDll

 and

 Error   58      error LNK2019: unresolved external symbol "void __cdecl
 CbcMain0(class CbcModel &)" (?CbcMain0@@YAXAAVCbcModel@@@Z) referenced in
 function _Cbc_newModel at 0
 C:\Projects\Cbc\stable\2.9\Cbc\MSVisualStudio\v9\cbcCInterfaceDll\Cbc_C_Interface.obj
 cbcCInterfaceDll


 Nor can I find the CBC binaries for windows for recent versions at

 http://www.coin-or.org/Binaries/Cbc/

 Nor do the older versions of those binaries contain what I think are the
 cbc dll's referred to in ticket #99 for use with other projects.

--
Ticket URL: <https://projects.coin-or.org/Cbc/ticket/163>
COIN-OR Branch-and-Cut MIP Solver <http://projects.coin-or.org/Cbc>
An LP-based branch-and-cut MIP solver.



More information about the Cbc-tickets mailing list