|
From: <luc...@li...> - 2001-08-10 11:24:55
|
I am trying to link the new 11.01 library in a new Visual c DSW that i have built from scratch. This project has only one file which is an adaption of the readWrl method found in VrmlScene.h. When compiling it i get linker errors: provaparser.obj : error LNK2001: unresolved external symbol "public: void __thiscall Vrml97Parser::vrmlScene(class VrmlMFNode &,class VrmlNamespace &,class Doc2 const *)" (? vrmlScene@Vrml97Parser@@QAEXAAVVrmlMFNode@@AAVVrmlNamespace@@PBVDoc2@@@Z ) provaparser.obj : error LNK2001: unresolved external symbol "public: __thiscall Vrml97Parser::Vrml97Parser(class antlr::TokenStream &)" (?? 0Vrml97Parser@@QAE@AAVTokenStream@antlr@@@Z) provaparser.obj : error LNK2001: unresolved external symbol "public: __thiscall Vrml97Scanner::Vrml97Scanner(class istream &)" (?? 0Vrml97Scanner@@QAE@AAVistream@@@Z) provaparser.obj : error LNK2001: unresolved external symbol "class System * theSystem" (?theSystem@@3PAVSystem@@A) provaparser.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall antlr::Parser::~Parser(void)" (?? 1Parser@antlr@@UAE@XZ) This is very strange since the openvrml lib is in the linker settings, the header files are included correctly and i didnt have the same problems with version n=B0 10 from which i was able to generate a working executable following the same procedure... Greets Luca |