[Symphony] compiling error in MS Visual Studio 8

claude philippe medard claude.philippe.medard at gmail.com
Thu Aug 5 05:52:20 EDT 2010


ahh the joys of building in MSVS 05/08.
sounds like somebody needs to spend time setting up correct solution project
w/correct settings and check that in...

ok, standard start: where´s your libSymphony ? and does your release
settings for external libs point to it ?

Claude Ph Medard


On Thu, Aug 5, 2010 at 10:14 AM, Niklaus Eggenberg <n.eggenberg at gmail.com>wrote:

>  Dear all,
> I am trying to compile the latest version of Symphony (version 5.2.4)
> with MS Visual Studio 2005.
> I did not mess up with any file, however, I got a linker error (see
> below). Could anyone please help?
> Thanks a lot,
> Niklaus
>
> Compilation output:
>
> 1>------ Build started: Project: symphony, Configuration: Release Win32
> ------
> 1>Linking...
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: void __thiscall
> OsiClpSolverInterface::setupForRepeatedUse(int,int)"
> (?setupForRepeatedUse at OsiClpSolverInterface@@QAEXHH at Z) referenced in
> function "void __cdecl open_lp_solver(struct LPDATA *)"
> (?open_lp_solver@@YAXPAULPDATA@@@Z)
> 1>libsymphony.lib(lp_branch.obj) : error LNK2001: unresolved external
> symbol "public: void __thiscall
> OsiClpSolverInterface::setupForRepeatedUse(int,int)"
> (?setupForRepeatedUse at OsiClpSolverInterface@@QAEXHH at Z)
> 1>libsymphony.lib(lp_heuristics.obj) : error LNK2001: unresolved
> external symbol "public: void __thiscall
> OsiClpSolverInterface::setupForRepeatedUse(int,int)"
> (?setupForRepeatedUse at OsiClpSolverInterface@@QAEXHH at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: void __thiscall CoinMessageHandler::setLogLevel(int)"
> (?setLogLevel at CoinMessageHandler@@QAEXH at Z) referenced in function "void
> __cdecl open_lp_solver(struct LPDATA *)" (?open_lp_solver@@YAXPAULPDATA@
> @@Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: __thiscall
> OsiClpSolverInterface::OsiClpSolverInterface(void)"
> (??0OsiClpSolverInterface@@QAE at XZ) referenced in function "void __cdecl
> open_lp_solver(struct LPDATA *)" (?open_lp_solver@@YAXPAULPDATA@@@Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: __thiscall CoinWarmStartBasis::CoinWarmStartBasis(void)"
> (??0CoinWarmStartBasis@@QAE at XZ) referenced in function "void __cdecl
> load_basis(struct LPDATA *,int *,int *)" (?load_basis@@YAXPAULPDATA@
> @PAH1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: virtual __thiscall
> CoinPackedVector::~CoinPackedVector(void)" (??1CoinPackedVector@@UAE at XZ)
> referenced in function "void __cdecl add_rows(struct LPDATA
> *,int,int,double *,char *,int *,int *,double *)"
> (?add_rows@@YAXPAULPDATA@@HHPANPADPAH31 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: __thiscall CoinPackedVector::CoinPackedVector(int,int
> const *,double const *,bool)" (??0CoinPackedVector@@QAE at HPBHPBN_N@Z)
> referenced in function "void __cdecl add_rows(struct LPDATA
> *,int,int,double *,char *,int *,int *,double *)"
> (?add_rows@@YAXPAULPDATA@@HHPANPADPAH31 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: void __thiscall CoinPackedVector::insert(int,double)"
> (?insert at CoinPackedVector@@QAEXHN at Z) referenced in function "void
> __cdecl add_cols(struct LPDATA *,int,int,double *,int *,int *,double
> *,double *,double *,char *)" (?add_cols@@YAXPAULPDATA@@HHPANPAH2111PAD at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: __thiscall CoinPackedVector::CoinPackedVector(bool)"
> (??0CoinPackedVector@@QAE at _N@Z) referenced in function "void __cdecl
> add_cols(struct LPDATA *,int,int,double *,int *,int *,double *,double
> *,double *,char *)" (?add_cols@@YAXPAULPDATA@@HHPANPAH2111PAD at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: double __thiscall CoinMpsIO::objectiveOffset(void)const
> " (?objectiveOffset at CoinMpsIO@@QBENXZ) referenced in function "int
> __cdecl read_mps(struct MIPDESC *,char *,char *)"
> (?read_mps@@YAHPAUMIPDESC@@PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: char const * __thiscall CoinMpsIO::columnName(int)const
> " (?columnName at CoinMpsIO@@QBEPBDH at Z) referenced in function "int __cdecl
> read_mps(struct MIPDESC *,char *,char *)" (?read_mps@@YAHPAUMIPDESC@
> @PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: bool __thiscall CoinMpsIO::isInteger(int)const "
> (?isInteger at CoinMpsIO@@QBE_NH at Z) referenced in function "int __cdecl
> read_mps(struct MIPDESC *,char *,char *)" (?read_mps@@YAHPAUMIPDESC@
> @PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: class CoinPackedMatrix const * __thiscall
> CoinMpsIO::getMatrixByCol(void)const "
> (?getMatrixByCol at CoinMpsIO@@QBEPBVCoinPackedMatrix@@XZ) referenced in
> function "int __cdecl read_mps(struct MIPDESC *,char *,char *)"
> (?read_mps@@YAHPAUMIPDESC@@PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: double const * __thiscall
> CoinMpsIO::getColLower(void)const " (?getColLower at CoinMpsIO@@QBEPBNXZ)
> referenced in function "int __cdecl read_mps(struct MIPDESC *,char
> *,char *)" (?read_mps@@YAHPAUMIPDESC@@PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: double const * __thiscall
> CoinMpsIO::getColUpper(void)const " (?getColUpper at CoinMpsIO@@QBEPBNXZ)
> referenced in function "int __cdecl read_mps(struct MIPDESC *,char
> *,char *)" (?read_mps@@YAHPAUMIPDESC@@PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: double const * __thiscall
> CoinMpsIO::getRowRange(void)const " (?getRowRange at CoinMpsIO@@QBEPBNXZ)
> referenced in function "int __cdecl read_mps(struct MIPDESC *,char
> *,char *)" (?read_mps@@YAHPAUMIPDESC@@PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: char const * __thiscall
> CoinMpsIO::getRowSense(void)const " (?getRowSense at CoinMpsIO@@QBEPBDXZ)
> referenced in function "int __cdecl read_mps(struct MIPDESC *,char
> *,char *)" (?read_mps@@YAHPAUMIPDESC@@PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: double const * __thiscall
> CoinMpsIO::getRightHandSide(void)const "
> (?getRightHandSide at CoinMpsIO@@QBEPBNXZ) referenced in function "int
> __cdecl read_mps(struct MIPDESC *,char *,char *)"
> (?read_mps@@YAHPAUMIPDESC@@PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: double const * __thiscall
> CoinMpsIO::getObjCoefficients(void)const "
> (?getObjCoefficients at CoinMpsIO@@QBEPBNXZ) referenced in function "int
> __cdecl read_mps(struct MIPDESC *,char *,char *)"
> (?read_mps@@YAHPAUMIPDESC@@PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: int __thiscall CoinMpsIO::getNumElements(void)const "
> (?getNumElements at CoinMpsIO@@QBEHXZ) referenced in function "int __cdecl
> read_mps(struct MIPDESC *,char *,char *)" (?read_mps@@YAHPAUMIPDESC@
> @PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: int __thiscall CoinMpsIO::getNumCols(void)const "
> (?getNumCols at CoinMpsIO@@QBEHXZ) referenced in function "int __cdecl
> read_mps(struct MIPDESC *,char *,char *)" (?read_mps@@YAHPAUMIPDESC@
> @PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: int __thiscall CoinMpsIO::getNumRows(void)const "
> (?getNumRows at CoinMpsIO@@QBEHXZ) referenced in function "int __cdecl
> read_mps(struct MIPDESC *,char *,char *)" (?read_mps@@YAHPAUMIPDESC@
> @PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: char const * __thiscall
> CoinMpsIO::getProblemName(void)const "
> (?getProblemName at CoinMpsIO@@QBEPBDXZ) referenced in function "int
> __cdecl read_mps(struct MIPDESC *,char *,char *)"
> (?read_mps@@YAHPAUMIPDESC@@PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: __thiscall CoinMpsIO::~CoinMpsIO(void)"
> (??1CoinMpsIO@@QAE at XZ) referenced in function "int __cdecl
> read_mps(struct MIPDESC *,char *,char *)" (?read_mps@@YAHPAUMIPDESC@
> @PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: int __thiscall CoinMpsIO::readMps(char const *,char
> const *)" (?readMps at CoinMpsIO@@QAEHPBD0 at Z) referenced in function "int
> __cdecl read_mps(struct MIPDESC *,char *,char *)"
> (?read_mps@@YAHPAUMIPDESC@@PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: void __thiscall CoinMpsIO::setInfinity(double)"
> (?setInfinity at CoinMpsIO@@QAEXN at Z) referenced in function "int __cdecl
> read_mps(struct MIPDESC *,char *,char *)" (?read_mps@@YAHPAUMIPDESC@
> @PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: double __thiscall CoinMpsIO::getInfinity(void)const "
> (?getInfinity at CoinMpsIO@@QBENXZ) referenced in function "int __cdecl
> read_mps(struct MIPDESC *,char *,char *)" (?read_mps@@YAHPAUMIPDESC@
> @PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: __thiscall CoinMpsIO::CoinMpsIO(void)"
> (??0CoinMpsIO@@QAE at XZ) referenced in function "int __cdecl
> read_mps(struct MIPDESC *,char *,char *)" (?read_mps@@YAHPAUMIPDESC@
> @PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: __thiscall CoinLpIO::~CoinLpIO(void)"
> (??1CoinLpIO@@QAE at XZ) referenced in function "int __cdecl read_lp(struct
> MIPDESC *,char *,char *)" (?read_lp@@YAHPAUMIPDESC@@PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: double __thiscall CoinLpIO::objectiveOffset(void)const "
> (?objectiveOffset at CoinLpIO@@QBENXZ) referenced in function "int __cdecl
> read_lp(struct MIPDESC *,char *,char *)" (?read_lp@@YAHPAUMIPDESC@@PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: char const * __thiscall CoinLpIO::columnName(int)const "
> (?columnName at CoinLpIO@@QBEPBDH at Z) referenced in function "int __cdecl
> read_lp(struct MIPDESC *,char *,char *)" (?read_lp@@YAHPAUMIPDESC@@PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: bool __thiscall CoinLpIO::isInteger(int)const "
> (?isInteger at CoinLpIO@@QBE_NH at Z) referenced in function "int __cdecl
> read_lp(struct MIPDESC *,char *,char *)" (?read_lp@@YAHPAUMIPDESC@@PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: class CoinPackedMatrix const * __thiscall
> CoinLpIO::getMatrixByCol(void)const "
> (?getMatrixByCol at CoinLpIO@@QBEPBVCoinPackedMatrix@@XZ) referenced in
> function "int __cdecl read_lp(struct MIPDESC *,char *,char *)"
> (?read_lp@@YAHPAUMIPDESC@@PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: double const * __thiscall
> CoinLpIO::getColLower(void)const " (?getColLower at CoinLpIO@@QBEPBNXZ)
> referenced in function "int __cdecl read_lp(struct MIPDESC *,char *,char
> *)" (?read_lp@@YAHPAUMIPDESC@@PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: double const * __thiscall
> CoinLpIO::getColUpper(void)const " (?getColUpper at CoinLpIO@@QBEPBNXZ)
> referenced in function "int __cdecl read_lp(struct MIPDESC *,char *,char
> *)" (?read_lp@@YAHPAUMIPDESC@@PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: double const * __thiscall
> CoinLpIO::getRowRange(void)const " (?getRowRange at CoinLpIO@@QBEPBNXZ)
> referenced in function "int __cdecl read_lp(struct MIPDESC *,char *,char
> *)" (?read_lp@@YAHPAUMIPDESC@@PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: char const * __thiscall CoinLpIO::getRowSense(void)const
> " (?getRowSense at CoinLpIO@@QBEPBDXZ) referenced in function "int __cdecl
> read_lp(struct MIPDESC *,char *,char *)" (?read_lp@@YAHPAUMIPDESC@@PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: double const * __thiscall
> CoinLpIO::getRightHandSide(void)const "
> (?getRightHandSide at CoinLpIO@@QBEPBNXZ) referenced in function "int
> __cdecl read_lp(struct MIPDESC *,char *,char *)"
> (?read_lp@@YAHPAUMIPDESC@@PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: double const * __thiscall
> CoinLpIO::getObjCoefficients(void)const "
> (?getObjCoefficients at CoinLpIO@@QBEPBNXZ) referenced in function "int
> __cdecl read_lp(struct MIPDESC *,char *,char *)"
> (?read_lp@@YAHPAUMIPDESC@@PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: int __thiscall CoinLpIO::getNumElements(void)const "
> (?getNumElements at CoinLpIO@@QBEHXZ) referenced in function "int __cdecl
> read_lp(struct MIPDESC *,char *,char *)" (?read_lp@@YAHPAUMIPDESC@@PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: int __thiscall CoinLpIO::getNumCols(void)const "
> (?getNumCols at CoinLpIO@@QBEHXZ) referenced in function "int __cdecl
> read_lp(struct MIPDESC *,char *,char *)" (?read_lp@@YAHPAUMIPDESC@@PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: int __thiscall CoinLpIO::getNumRows(void)const "
> (?getNumRows at CoinLpIO@@QBEHXZ) referenced in function "int __cdecl
> read_lp(struct MIPDESC *,char *,char *)" (?read_lp@@YAHPAUMIPDESC@@PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: char const * __thiscall
> CoinLpIO::getProblemName(void)const "
> (?getProblemName at CoinLpIO@@QBEPBDXZ) referenced in function "int __cdecl
> read_lp(struct MIPDESC *,char *,char *)" (?read_lp@@YAHPAUMIPDESC@@PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: void __thiscall CoinLpIO::readLp(char const *)"
> (?readLp at CoinLpIO@@QAEXPBD at Z) referenced in function "int __cdecl
> read_lp(struct MIPDESC *,char *,char *)" (?read_lp@@YAHPAUMIPDESC@@PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: __thiscall CoinLpIO::CoinLpIO(void)"
> (??0CoinLpIO@@QAE at XZ) referenced in function "int __cdecl read_lp(struct
> MIPDESC *,char *,char *)" (?read_lp@@YAHPAUMIPDESC@@PAD1 at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: virtual __thiscall
> CoinPackedMatrix::~CoinPackedMatrix(void)" (??1CoinPackedMatrix@@UAE at XZ)
> referenced in function "void __cdecl write_mip_desc_mps(struct MIPDESC
> *,char *)" (?write_mip_desc_mps@@YAXPAUMIPDESC@@PAD at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: int __thiscall CoinMpsIO::writeMps(char const
> *,int,int,int,class CoinPackedMatrix *,int,class CoinSet const *)const "
> (?writeMps at CoinMpsIO@@QBEHPBDHHHPAVCoinPackedMatrix@@HPBVCoinSet@@@Z)
> referenced in function "void __cdecl write_mip_desc_mps(struct MIPDESC
> *,char *)" (?write_mip_desc_mps@@YAXPAUMIPDESC@@PAD at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: void __thiscall CoinMpsIO::setMpsData(class
> CoinPackedMatrix const &,double,double const *,double const *,double
> const *,char const *,char const *,double const *,double const *,char
> const * const * const,char const * const * const)"
> (?setMpsData at CoinMpsIO@@QAEXABVCoinPackedMatrix@@NPBN11PBD211QBQBD3 at Z)
> referenced in function "void __cdecl write_mip_desc_mps(struct MIPDESC
> *,char *)" (?write_mip_desc_mps@@YAXPAUMIPDESC@@PAD at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: __thiscall
> CoinPackedMatrix::CoinPackedMatrix(bool,int,int,int,double const *,int
> const *,int const *,int const *)"
> (??0CoinPackedMatrix@@QAE at _NHHHPBNPBH22@Z) referenced in function "void
> __cdecl write_mip_desc_mps(struct MIPDESC *,char *)"
> (?write_mip_desc_mps@@YAXPAUMIPDESC@@PAD at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: int __thiscall CoinLpIO::writeLp(char const *,bool)"
> (?writeLp at CoinLpIO@@QAEHPBD_N at Z) referenced in function "void __cdecl
> write_mip_desc_lp(struct MIPDESC *,char *)"
> (?write_mip_desc_lp@@YAXPAUMIPDESC@@PAD at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: void __thiscall CoinLpIO::setLpDataRowAndColNames(char
> const * const * const,char const * const * const)"
> (?setLpDataRowAndColNames at CoinLpIO@@QAEXQBQBD0 at Z) referenced in function
> "void __cdecl write_mip_desc_lp(struct MIPDESC *,char *)"
> (?write_mip_desc_lp@@YAXPAUMIPDESC@@PAD at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: void __thiscall
> CoinLpIO::setLpDataWithoutRowAndColNames(class CoinPackedMatrix const
> &,double const *,double const *,double const *,char const *,double const
> *,double const *)"
> (?setLpDataWithoutRowAndColNames at CoinLpIO@@QAEXABVCoinPackedMatrix@
> @PBN11PBD11 at Z)
> referenced in function "void __cdecl write_mip_desc_lp(struct MIPDESC
> *,char *)" (?write_mip_desc_lp@@YAXPAUMIPDESC@@PAD at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: double __thiscall CoinLpIO::getInfinity(void)const "
> (?getInfinity at CoinLpIO@@QBENXZ) referenced in function "void __cdecl
> write_mip_desc_lp(struct MIPDESC *,char *)"
> (?write_mip_desc_lp@@YAXPAUMIPDESC@@PAD at Z)
> 1>libsymphony.lib(lp_solver.obj) : error LNK2019: unresolved external
> symbol "public: static bool CoinError::printErrors_"
> (?printErrors_ at CoinError@@2_NA) referenced in function "public:
> __thiscall CoinError::CoinError(class std::basic_string<char,struct
> std::char_traits<char>,class std::allocator<char> >,class
> std::basic_string<char,struct std::char_traits<char>,class
> std::allocator<char> >,class std::basic_string<char,struct
> std::char_traits<char>,class std::allocator<char> >,class
> std::basic_string<char,struct std::char_traits<char>,class
> std::allocator<char> >,int)"
> (??0CoinError@@QAE at V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D
> @2@@std@@000H at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "private: static int CglFlowCover::numFlowCuts_"
> (?numFlowCuts_ at CglFlowCover@@0HA) referenced in function "public: static
> void __cdecl CglFlowCover::setNumFlowCuts(int)"
> (?setNumFlowCuts at CglFlowCover@@SAXH at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: void __thiscall CglOddHole::setMaximumEntries(int)"
> (?setMaximumEntries at CglOddHole@@QAEXH at Z) referenced in function "int
> __cdecl should_use_cgl_generator(struct LP_PROB *,int *,int,void *)"
> (?should_use_cgl_generator@@YAHPAULP_PROB@@PAHHPAX at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: void __thiscall
> CglOddHole::setMinimumViolationPer(double)"
> (?setMinimumViolationPer at CglOddHole@@QAEXN at Z) referenced in function
> "int __cdecl should_use_cgl_generator(struct LP_PROB *,int *,int,void
> *)" (?should_use_cgl_generator@@YAHPAULP_PROB@@PAHHPAX at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: void __thiscall CglOddHole::setMinimumViolation(double)"
> (?setMinimumViolation at CglOddHole@@QAEXN at Z) referenced in function "int
> __cdecl should_use_cgl_generator(struct LP_PROB *,int *,int,void *)"
> (?should_use_cgl_generator@@YAHPAULP_PROB@@PAHHPAX at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: void __thiscall CglGomory::setLimit(int)"
> (?setLimit at CglGomory@@QAEXH at Z) referenced in function "int __cdecl
> should_use_cgl_generator(struct LP_PROB *,int *,int,void *)"
> (?should_use_cgl_generator@@YAHPAULP_PROB@@PAHHPAX at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: void __thiscall CglProbing::setMaxProbe(int)"
> (?setMaxProbe at CglProbing@@QAEXH at Z) referenced in function "int __cdecl
> should_use_cgl_generator(struct LP_PROB *,int *,int,void *)"
> (?should_use_cgl_generator@@YAHPAULP_PROB@@PAHHPAX at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: void __thiscall CglProbing::setMaxLook(int)"
> (?setMaxLook at CglProbing@@QAEXH at Z) referenced in function "int __cdecl
> should_use_cgl_generator(struct LP_PROB *,int *,int,void *)"
> (?should_use_cgl_generator@@YAHPAULP_PROB@@PAHHPAX at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: void __thiscall CglProbing::setMaxElements(int)"
> (?setMaxElements at CglProbing@@QAEXH at Z) referenced in function "int
> __cdecl should_use_cgl_generator(struct LP_PROB *,int *,int,void *)"
> (?should_use_cgl_generator@@YAHPAULP_PROB@@PAHHPAX at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: void __thiscall CglProbing::setMaxPass(int)"
> (?setMaxPass at CglProbing@@QAEXH at Z) referenced in function "int __cdecl
> should_use_cgl_generator(struct LP_PROB *,int *,int,void *)"
> (?should_use_cgl_generator@@YAHPAULP_PROB@@PAHHPAX at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: void __thiscall CglProbing::setMaxLookRoot(int)"
> (?setMaxLookRoot at CglProbing@@QAEXH at Z) referenced in function "int
> __cdecl should_use_cgl_generator(struct LP_PROB *,int *,int,void *)"
> (?should_use_cgl_generator@@YAHPAULP_PROB@@PAHHPAX at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: void __thiscall CglProbing::setMaxProbeRoot(int)"
> (?setMaxProbeRoot at CglProbing@@QAEXH at Z) referenced in function "int
> __cdecl should_use_cgl_generator(struct LP_PROB *,int *,int,void *)"
> (?should_use_cgl_generator@@YAHPAULP_PROB@@PAHHPAX at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: void __thiscall CglProbing::setMaxElementsRoot(int)"
> (?setMaxElementsRoot at CglProbing@@QAEXH at Z) referenced in function "int
> __cdecl should_use_cgl_generator(struct LP_PROB *,int *,int,void *)"
> (?should_use_cgl_generator@@YAHPAULP_PROB@@PAHHPAX at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: void __thiscall CglProbing::setMaxPassRoot(int)"
> (?setMaxPassRoot at CglProbing@@QAEXH at Z) referenced in function "int
> __cdecl should_use_cgl_generator(struct LP_PROB *,int *,int,void *)"
> (?should_use_cgl_generator@@YAHPAULP_PROB@@PAHHPAX at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: void __thiscall CglProbing::setUsingObjective(int)"
> (?setUsingObjective at CglProbing@@QAEXH at Z) referenced in function "int
> __cdecl should_use_cgl_generator(struct LP_PROB *,int *,int,void *)"
> (?should_use_cgl_generator@@YAHPAULP_PROB@@PAHHPAX at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: void __thiscall CglProbing::setMode(int)"
> (?setMode at CglProbing@@QAEXH at Z) referenced in function "int __cdecl
> should_use_cgl_generator(struct LP_PROB *,int *,int,void *)"
> (?should_use_cgl_generator@@YAHPAULP_PROB@@PAHHPAX at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: void __thiscall CglProbing::setRowCuts(int)"
> (?setRowCuts at CglProbing@@QAEXH at Z) referenced in function "int __cdecl
> should_use_cgl_generator(struct LP_PROB *,int *,int,void *)"
> (?should_use_cgl_generator@@YAHPAULP_PROB@@PAHHPAX at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: virtual __thiscall OsiCuts::~OsiCuts(void)"
> (??1OsiCuts@@UAE at XZ) referenced in function "int __cdecl
> generate_cgl_cut_of_type(struct LP_PROB *,int,class OsiCuts *,int *)"
> (?generate_cgl_cut_of_type@@YAHPAULP_PROB@@HPAVOsiCuts@@PAH at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: class OsiCuts & __thiscall OsiCuts::operator=(class
> OsiCuts const &)" (??4OsiCuts@@QAEAAV0 at ABV0@@Z) referenced in function
> "int __cdecl generate_cgl_cut_of_type(struct LP_PROB *,int,class OsiCuts
> *,int *)" (?generate_cgl_cut_of_type@@YAHPAULP_PROB@@HPAVOsiCuts@@PAH at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: __thiscall CglOddHole::CglOddHole(void)"
> (??0CglOddHole@@QAE at XZ) referenced in function "int __cdecl
> generate_cgl_cut_of_type(struct LP_PROB *,int,class OsiCuts *,int *)"
> (?generate_cgl_cut_of_type@@YAHPAULP_PROB@@HPAVOsiCuts@@PAH at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: __thiscall CglFlowCover::CglFlowCover(void)"
> (??0CglFlowCover@@QAE at XZ) referenced in function "int __cdecl
> generate_cgl_cut_of_type(struct LP_PROB *,int,class OsiCuts *,int *)"
> (?generate_cgl_cut_of_type@@YAHPAULP_PROB@@HPAVOsiCuts@@PAH at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: __thiscall CglTwomir::CglTwomir(void)"
> (??0CglTwomir@@QAE at XZ) referenced in function "int __cdecl
> generate_cgl_cut_of_type(struct LP_PROB *,int,class OsiCuts *,int *)"
> (?generate_cgl_cut_of_type@@YAHPAULP_PROB@@HPAVOsiCuts@@PAH at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: __thiscall CglGomory::CglGomory(void)"
> (??0CglGomory@@QAE at XZ) referenced in function "int __cdecl
> generate_cgl_cut_of_type(struct LP_PROB *,int,class OsiCuts *,int *)"
> (?generate_cgl_cut_of_type@@YAHPAULP_PROB@@HPAVOsiCuts@@PAH at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: __thiscall CglKnapsackCover::CglKnapsackCover(void)"
> (??0CglKnapsackCover@@QAE at XZ) referenced in function "int __cdecl
> generate_cgl_cut_of_type(struct LP_PROB *,int,class OsiCuts *,int *)"
> (?generate_cgl_cut_of_type@@YAHPAULP_PROB@@HPAVOsiCuts@@PAH at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: __thiscall CglClique::CglClique(bool,bool)"
> (??0CglClique@@QAE at _N0@Z) referenced in function "int __cdecl
> generate_cgl_cut_of_type(struct LP_PROB *,int,class OsiCuts *,int *)"
> (?generate_cgl_cut_of_type@@YAHPAULP_PROB@@HPAVOsiCuts@@PAH at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: __thiscall CglTreeInfo::CglTreeInfo(void)"
> (??0CglTreeInfo@@QAE at XZ) referenced in function "int __cdecl
> generate_cgl_cut_of_type(struct LP_PROB *,int,class OsiCuts *,int *)"
> (?generate_cgl_cut_of_type@@YAHPAULP_PROB@@HPAVOsiCuts@@PAH at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: __thiscall CglProbing::CglProbing(void)"
> (??0CglProbing@@QAE at XZ) referenced in function "int __cdecl
> generate_cgl_cut_of_type(struct LP_PROB *,int,class OsiCuts *,int *)"
> (?generate_cgl_cut_of_type@@YAHPAULP_PROB@@HPAVOsiCuts@@PAH at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: __thiscall OsiCuts::OsiCuts(class OsiCuts const &)"
> (??0OsiCuts@@QAE at ABV0@@Z) referenced in function "int __cdecl
> generate_cgl_cut_of_type(struct LP_PROB *,int,class OsiCuts *,int *)"
> (?generate_cgl_cut_of_type@@YAHPAULP_PROB@@HPAVOsiCuts@@PAH at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: virtual __thiscall OsiRowCut::~OsiRowCut(void)"
> (??1OsiRowCut@@UAE at XZ) referenced in function "int __cdecl
> check_and_add_cgl_cuts(struct LP_PROB *,int,struct CUT_DATA * * *,int
> *,int *,class OsiCuts *,int)"
> (?check_and_add_cgl_cuts@@YAHPAULP_PROB@@HPAPAPAUCUT_DATA@@PAH2PAVOsiCuts@
> @H at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: double __thiscall OsiRowCut::range(void)const "
> (?range at OsiRowCut@@QBENXZ) referenced in function "int __cdecl
> check_and_add_cgl_cuts(struct LP_PROB *,int,struct CUT_DATA * * *,int
> *,int *,class OsiCuts *,int)"
> (?check_and_add_cgl_cuts@@YAHPAULP_PROB@@HPAPAPAUCUT_DATA@@PAH2PAVOsiCuts@
> @H at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: char __thiscall OsiRowCut::sense(void)const "
> (?sense at OsiRowCut@@QBEDXZ) referenced in function "int __cdecl
> check_and_add_cgl_cuts(struct LP_PROB *,int,struct CUT_DATA * * *,int
> *,int *,class OsiCuts *,int)"
> (?check_and_add_cgl_cuts@@YAHPAULP_PROB@@HPAPAPAUCUT_DATA@@PAH2PAVOsiCuts@
> @H at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: virtual void __thiscall OsiRowCut::print(void)const "
> (?print at OsiRowCut@@UBEXXZ) referenced in function "int __cdecl
> check_and_add_cgl_cuts(struct LP_PROB *,int,struct CUT_DATA * * *,int
> *,int *,class OsiCuts *,int)"
> (?check_and_add_cgl_cuts@@YAHPAULP_PROB@@HPAPAPAUCUT_DATA@@PAH2PAVOsiCuts@
> @H at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: double __thiscall OsiRowCut::rhs(void)const "
> (?rhs at OsiRowCut@@QBENXZ) referenced in function "int __cdecl
> check_and_add_cgl_cuts(struct LP_PROB *,int,struct CUT_DATA * * *,int
> *,int *,class OsiCuts *,int)"
> (?check_and_add_cgl_cuts@@YAHPAULP_PROB@@HPAPAPAUCUT_DATA@@PAH2PAVOsiCuts@
> @H at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: class CoinPackedVector const & __thiscall
> OsiRowCut::row(void)const " (?row at OsiRowCut@@QBEABVCoinPackedVector@@XZ)
> referenced in function "int __cdecl check_and_add_cgl_cuts(struct
> LP_PROB *,int,struct CUT_DATA * * *,int *,int *,class OsiCuts *,int)"
> (?check_and_add_cgl_cuts@@YAHPAULP_PROB@@HPAPAPAUCUT_DATA@@PAH2PAVOsiCuts@
> @H at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: class OsiRowCut & __thiscall OsiRowCut::operator=(class
> OsiRowCut const &)" (??4OsiRowCut@@QAEAAV0 at ABV0@@Z) referenced in
> function "int __cdecl check_and_add_cgl_cuts(struct LP_PROB *,int,struct
> CUT_DATA * * *,int *,int *,class OsiCuts *,int)"
> (?check_and_add_cgl_cuts@@YAHPAULP_PROB@@HPAPAPAUCUT_DATA@@PAH2PAVOsiCuts@
> @H at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: __thiscall OsiRowCut::OsiRowCut(void)"
> (??0OsiRowCut@@QAE at XZ) referenced in function "int __cdecl
> check_and_add_cgl_cuts(struct LP_PROB *,int,struct CUT_DATA * * *,int
> *,int *,class OsiCuts *,int)"
> (?check_and_add_cgl_cuts@@YAHPAULP_PROB@@HPAPAPAUCUT_DATA@@PAH2PAVOsiCuts@
> @H at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: virtual __thiscall OsiColCut::~OsiColCut(void)"
> (??1OsiColCut@@UAE at XZ) referenced in function "int __cdecl
> add_col_cuts(struct LP_PROB *,class OsiCuts *,int *)"
> (?add_col_cuts@@YAHPAULP_PROB@@PAVOsiCuts@@PAH at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: virtual void __thiscall OsiColCut::print(void)const "
> (?print at OsiColCut@@UBEXXZ) referenced in function "int __cdecl
> add_col_cuts(struct LP_PROB *,class OsiCuts *,int *)"
> (?add_col_cuts@@YAHPAULP_PROB@@PAVOsiCuts@@PAH at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: class OsiColCut & __thiscall OsiColCut::operator=(class
> OsiColCut const &)" (??4OsiColCut@@QAEAAV0 at ABV0@@Z) referenced in
> function "int __cdecl add_col_cuts(struct LP_PROB *,class OsiCuts *,int
> *)" (?add_col_cuts@@YAHPAULP_PROB@@PAVOsiCuts@@PAH at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: __thiscall OsiColCut::OsiColCut(void)"
> (??0OsiColCut@@QAE at XZ) referenced in function "int __cdecl
> add_col_cuts(struct LP_PROB *,class OsiCuts *,int *)"
> (?add_col_cuts@@YAHPAULP_PROB@@PAVOsiCuts@@PAH at Z)
> 1>libsymphony.lib(lp_genfunc.obj) : error LNK2019: unresolved external
> symbol "public: __thiscall OsiCuts::OsiCuts(void)" (??0OsiCuts@@QAE at XZ)
> referenced in function "int __cdecl generate_cgl_cuts_new(struct LP_PROB
> *,int *,struct CUT_DATA * * *,int,int *)"
> (?generate_cgl_cuts_new@@YAHPAULP_PROB@@PAHPAPAPAUCUT_DATA@@H1 at Z)
> 1>D:\COIN\SYMPHONY-5.2.4\SYMPHONY\MSVisualStudio\v8\Release\symphony.exe
> : fatal error LNK1120: 93 unresolved externals
> 1>Build log was saved at
>
> "file://d:\COIN\SYMPHONY-5.2.4\SYMPHONY\MSVisualStudio\v8\Release\BuildLog.htm"
> 1>symphony - 96 error(s), 0 warning(s)
> ========== Build: 0 succeeded, 1 failed, 6 up-to-date, 0 skipped ==========
>
> _______________________________________________
> Symphony mailing list
> Symphony at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/symphony
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/symphony/attachments/20100805/892451f0/attachment.html>


More information about the Symphony mailing list