ARToolKit | Mailing List Archive |
![]() |
From: | Andriamasinoro Rahajaniaina <ra_haja501@y ........> | Received: | Sep 7, 2006 |
To | artoolkit@h .................. | ||
Subject: | problem of building ARToolkitPlus sample code (in sample directory) | ||
Hi all, I try to build the sample code in ARToolkitPlus 2.1.1 (in directory simple) and I have these errors : Linking... main.obj : error LNK2001: unresolved external symbol "void __cdecl ARToolKitPlus::artkp_Free(void *)" (?artkp_Free@A ............@@Y .....@Z ) main.obj : error LNK2001: unresolved external symbol "void __cdecl robustPlanarPose(double &,double (&)[3][3],double (&)[3],double const * const,double const * const,double const (*)[3],double const (*)[3],unsigned int,double const (* const)[3],bool ,double,double,unsigned int)" (?robustPlanarPose@@Y ...........................$$CBN4IQAY02$$CBN_NNNI@Z ) main.obj : error LNK2001: unresolved external symbol "bool __cdecl rppSupportAvailabe(void)" (?rppSupportAvailabe@@Y ._NXZ) main.obj : error LNK2001: unresolved external symbol "class ARToolKitPlus::MemoryManager * ARToolKitPlus::memManager" (?memManager@A ............@@3 ................@1 @A ) main.obj : error LNK2001: unresolved external symbol "public: void __thiscall ARToolKitPlus::Profiler::reset(void)" (?reset@P .......@A ............@@Q .....) ../bin/main.exe : fatal error LNK1120: 5 unresolved externals I think that is a pb of library but the lib directory is empty. What do I do ? Thank ___________________________________________________________________________ Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire. http://fr.mail.yahoo.com |
From: | Daniel Wagner <daniel@i ...............> | Received: | Sep 7, 2006 |
To | ARToolKit Mailinglist <artoolkit@h ..................> | ||
Subject: | Re: problem of building ARToolkitPlus sample code (in sample directory) | ||
Andriamasinoro Rahajaniaina wrote: > Hi all, > I try to build the sample code in ARToolkitPlus 2.1.1 > (in directory simple) and I have these errors : > Platform, IDE, Compiler, Target, Release/Debug? Daniel |
From: | Daniel Wagner <daniel@i ...............> | Received: | Sep 8, 2006 |
To | artoolkit@h .................. | ||
Subject: | Re: problem of building ARToolkitPlus sample code (in sample directory) | ||
Andriamasinoro Rahajaniaina wrote: > I try to build the sample code in ARToolkitPlus 2.1.1 > (in directory simple) and I have these errors : > > I use Microsoft Visual c++ 6.0 (visual studio 6.0)for > Windows on notebook compaq (windows xp), win32 Debug. i just downloaded a fresh copy of version 2.1.1 from our webpages, opened the workspace file, set the active project to simple and pressed the build button: it built it without problems (just some warnings due to VS6 issues with stl....)! can it be that you opened the simple.dsp rather than the ARToolKitPlus.dsw file? in that case VS6 would automatically create a simple.dsw file for that simple.dsp file, but the dependency to the lib would be missing... Daniel |