ARToolKit | Mailing List Archive |
![]() |
From: | Daniel Wagner <daniel@i ...............> | Received: | Sep 17, 2007 |
To | artoolkit@w ............... | ||
Subject: | Re: [ARToolKit] getting started with simpleVRML in ARToolKit-2.72.1 | ||
Have you set the project dependencies, so that SimpleVRML.dsp links against the corresponding LIB/DLL ? Daniel lim YenPing wrote: > hi, > > i try to get started with simpleVRML in the ARToolkit-2.72.1. > I have added simpleVRML from the directory: > ARToolKit\UTIL\SimpleVRML\SimpleVRML.dsp after opening the current .dsw in > the ARToolKit directory. > After setting the simpleVRML as the active project and trying to build ... i > got many errors: > > --------------------Configuration: SimpleVRML - Win32 > Debug-------------------- > Linking... > object.obj : error LNK2001: unresolved external symbol _arVrmlLoadFile > simpleVRML.obj : error LNK2001: unresolved external symbol _arVrmlDraw > simpleVRML.obj : error LNK2001: unresolved external symbol > _arglSetupForCurrentContext > simpleVRML.obj : error LNK2001: unresolved external symbol > _arglTexmapModeGet > simpleVRML.obj : error LNK2001: unresolved external symbol _arglDrawModeGet > simpleVRML.obj : error LNK2001: unresolved external symbol _arglCleanup > simpleVRML.obj : error LNK2001: unresolved external symbol > _arglTexmapModeSet > simpleVRML.obj : error LNK2001: unresolved external symbol _arglDrawModeSet > simpleVRML.obj : error LNK2001: unresolved external symbol > _arVrmlTimerUpdate > simpleVRML.obj : error LNK2001: unresolved external symbol _arglCameraViewRH > simpleVRML.obj : error LNK2001: unresolved external symbol > _arglCameraFrustumRH > simpleVRML.obj : error LNK2001: unresolved external symbol _arglDispImage > LIBCMTD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol > _WinMain@1 . > ..\..\bin\simplevrml1.exe : fatal error LNK1120: 13 unresolved externals > Error executing link.exe. > > simplevrml1.exe - 14 error(s), 0 warning(s) > > > hope anyone can help me. Thanks a lot. > > _________________________________________________________________ > Find just what you are after with the more precise, more powerful new MSN > Search. http://search.msn.com.sg/ Try it now. > > _______________________________________________ > ARToolKit mailing list > ARToolKit@w ............... > http://www.hitlabnz.org/mailman/listinfo.cgi/artoolkit > _______________________________________________ ARToolKit mailing list ARToolKit@w ............... http://www.hitlabnz.org/mailman/listinfo.cgi/artoolkit |
From: | "lim YenPing" <limyenping@h ..........> | Received: | Sep 17, 2007 |
To | artoolkit@w ............... | ||
Subject: | [ARToolKit] getting started with simpleVRML in ARToolKit-2.72.1 | ||
hi, i try to get started with simpleVRML in the ARToolkit-2.72.1. I have added simpleVRML from the directory: ARToolKit\UTIL\SimpleVRML\SimpleVRML.dsp after opening the current .dsw in the ARToolKit directory. After setting the simpleVRML as the active project and trying to build ... i got many errors: --------------------Configuration: SimpleVRML - Win32 Debug-------------------- Linking... object.obj : error LNK2001: unresolved external symbol _arVrmlLoadFile simpleVRML.obj : error LNK2001: unresolved external symbol _arVrmlDraw simpleVRML.obj : error LNK2001: unresolved external symbol _arglSetupForCurrentContext simpleVRML.obj : error LNK2001: unresolved external symbol _arglTexmapModeGet simpleVRML.obj : error LNK2001: unresolved external symbol _arglDrawModeGet simpleVRML.obj : error LNK2001: unresolved external symbol _arglCleanup simpleVRML.obj : error LNK2001: unresolved external symbol _arglTexmapModeSet simpleVRML.obj : error LNK2001: unresolved external symbol _arglDrawModeSet simpleVRML.obj : error LNK2001: unresolved external symbol _arVrmlTimerUpdate simpleVRML.obj : error LNK2001: unresolved external symbol _arglCameraViewRH simpleVRML.obj : error LNK2001: unresolved external symbol _arglCameraFrustumRH simpleVRML.obj : error LNK2001: unresolved external symbol _arglDispImage LIBCMTD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@1 . ..\..\bin\simplevrml1.exe : fatal error LNK1120: 13 unresolved externals Error executing link.exe. simplevrml1.exe - 14 error(s), 0 warning(s) hope anyone can help me. Thanks a lot. _________________________________________________________________ Find just what you are after with the more precise, more powerful new MSN Search. http://search.msn.com.sg/ Try it now. _______________________________________________ ARToolKit mailing list ARToolKit@w ............... http://www.hitlabnz.org/mailman/listinfo.cgi/artoolkit |
From: | lim YenPing <limyenping@h ..........> | Received: | Sep 19, 2007 |
To | <artoolkit@w ...............> | ||
Subject: | [ARToolKit] getting started with simpleVRML in ARToolKit-2.72.1 | ||
hi, anyone can help me with this error? I have tried building on Microsft Visual C++ 6.0 and still got this errors. pls advise. --------------------Configuration: SimpleVRML - Win32 Debug--------------------Linking...object.obj : error LNK2001: unresolved external symbol _arVrmlLoadFilesimpleVRML.obj : error LNK2001: unresolved external symbol _arVrmlDrawsimpleVRML.obj : error LNK2001: unresolved external symbol _arVrmlTimerUpdateLIBCMTD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@1 ...\..\bin\simplevrml1.exe : fatal error LNK1120: 4 unresolved externalsError executing link.exe.simplevrml1.exe - 5 error(s), 0 warning(s) _________________________________________________________________ Stay connected with your friends and discover new ones on Windows Live Spaces! http://spaces.live.com?mkt=en-sg -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.hitlabnz.org/pipermail/artoolkit/attachments/20070919/4d342c80/attachment.html _______________________________________________ ARToolKit mailing list ARToolKit@w ............... http://www.hitlabnz.org/mailman/listinfo.cgi/artoolkit |
From: | Philip Lamb <phil@e ..........> | Received: | Sep 20, 2007 |
To | lim YenPing <limyenping@h ..........> | ||
Subject: | Re: [ARToolKit] getting started with simpleVRML in ARToolKit-2.72.1 | ||
It appears that you have not linked to libARvrml. I would suggest that you use the pre-built binary package for Windows, which includes pre-built binaries for libARvrml. These can be downloaded at http://sourceforge.net/project/showfiles.php? group_id=116280 I would also recommend getting a more modern compiler.. VC++ 6.0 is not supported by Microsoft's SDKs anymore. You can get VS 2005 Express Edition for free from MSDN. Regards, Phil. On 20/09/2007, at 2:55 AM, lim YenPing wrote: > > hi, anyone can help me with this error? I have tried building on > Microsft Visual C++ 6.0 and still got this errors. pls advise. > --------------------Configuration: SimpleVRML - Win32 > Debug--------------------Linking...object.obj : error LNK2001: > unresolved external symbol _arVrmlLoadFilesimpleVRML.obj : error > LNK2001: unresolved external symbol _arVrmlDrawsimpleVRML.obj : > error LNK2001: unresolved external symbol > _arVrmlTimerUpdateLIBCMTD.lib(wincrt0.obj) : error LNK2001: > unresolved external symbol _WinMain@1 ...\..\bin\simplevrml1.exe : > fatal error LNK1120: 4 unresolved externalsError executing > link.exe.simplevrml1.exe - 5 error(s), 0 warning(s) > _________________________________________________________________ > Stay connected with your friends and discover new ones on Windows > Live Spaces! > http://spaces.live.com?mkt=en-sg > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: http://www.hitlabnz.org/pipermail/artoolkit/attachments/ > 20070919/4d342c80/attachment.html > _______________________________________________ > ARToolKit mailing list > ARToolKit@w ............... > http://www.hitlabnz.org/mailman/listinfo.cgi/artoolkit _______________________________________________ ARToolKit mailing list ARToolKit@w ............... http://www.hitlabnz.org/mailman/listinfo.cgi/artoolkit |