compiling error

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

Moderators: silvia, selimgunay, Moderators

Post Reply
rgrayeli
Posts: 20
Joined: Fri Mar 14, 2008 8:18 am
Location: UC Berkeley
Contact:

compiling error

Post by rgrayeli »

Hi Frank;

I'm getting following error while compiling the source code using VS2008.

element.lib(TclFourNodeQuadUPCommand.obj) : error LNK2019: unresolved external symbol "public: __thiscall BBarFourNodeQuadUP::BBarFourNodeQuadUP(int,int,int,int,int,class NDMaterial &,char const *,double,double,double,double,double,double,double,double)" (??0BBarFourNodeQuadUP@@QAE@HHHHHAAVNDMaterial@@PBDNNNNNNNN@Z) referenced in function "int __cdecl TclModelBuilder_addBBarFourNodeQuadUP(void *,struct Tcl_Interp *,int,char const * *,class Domain *,class TclModelBuilder *)" (?TclModelBuilder_addBBarFourNodeQuadUP@@YAHPAXPAUTcl_Interp@@HPAPBDPAVDomain@@PAVTclModelBuilder@@@Z)

can direct me to figure out to fix the problem? thank you.
Roozbeh
PhD student
GeoEngineering
UC, Berkeley
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

i have updated the windows projects to include the missing files. available via cvs update.
rgrayeli
Posts: 20
Joined: Fri Mar 14, 2008 8:18 am
Location: UC Berkeley
Contact:

Post by rgrayeli »

[quote="fmk"]i have updated the windows projects to include the missing files. available via cvs update.[/quote]

thank you Frank it works.
Roozbeh
PhD student
GeoEngineering
UC, Berkeley
Post Reply