error LNK2019 in version 4567

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
hjxiang
Posts: 16
Joined: Sun Mar 29, 2009 5:29 am
Location: Beijing Jiaotong University

error LNK2019 in version 4567

Post by hjxiang »

2>tcl.lib(commands.obj) : error LNK2019: unsolved external symbol "public: __thiscall ItpackLinSOE::ItpackLinSOE(class ItpackLinSolver &)" (??0ItpackLinSOE@@QAE@AAVItpackLinSolver@@@Z), "int __cdecl specifySOE(void *,struct Tcl_Interp *,int,char const * *)" (?specifySOE@@YAHPAXPAUTcl_Interp@@HPAPBD@Z)
2>tcl.lib(commands.obj) : error LNK2019: unsolved external symbol "public: __thiscall ItpackLinSolver::ItpackLinSolver(int,int,double)" (??0ItpackLinSolver@@QAE@HHN@Z), "int __cdecl specifySOE(void *,struct Tcl_Interp *,int,char const * *)" (?specifySOE@@YAHPAXPAUTcl_Interp@@HPAPBD@Z)
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: error LNK2019 in version 4567

Post by fmk »

someone added the solver and have not provided the needed lib files yet .. in the mantime you can open the file SRC/tc;/commaands.cpp and remove the 2 include lines that refer to Itpack and then the else if strmp itpack block of code.
Post Reply