ARToolKit | Mailing List Archive |
![]() |
From: | "liying" <liying@v ................> | Received: | Sep 2, 2005 |
To | "artoolkit" <artoolkit@h ..................> | ||
Subject: | compiling ARToolKit 2.70.1 | ||
hi,all: i am compiling ARToolKit 2.70.1 using VS.NET,and the supporting softwares are DirectX sdk 9.0,DsVideoLib 0.0.6,the reporting errors are all like: "libARgsub.lib(gsub.obj) : error LNK2001: unresolved external symbol ___glutCreateWindowWithExit@8 ../../bin/paddleInteractionTest.exe : fatal error LNK1120: 1 unresolved externals". i really have installed the glut dlls in system32,and headers and libs in vs.net,does anyone had encountered this problem? any help would be appreciated,thank you! |
From: | Peter Oost <h.b.oost@s .................> | Received: | Sep 2, 2005 |
To | liying <liying@v ................> | ||
Subject: | Re: compiling ARToolKit 2.70.1 | ||
On Fri, 2005-09-02 at 09:06 +0800, liying wrote: > hi,all: > i am compiling ARToolKit 2.70.1 using VS.NET,and the supporting softwares are DirectX sdk 9.0,DsVideoLib 0.0.6,the reporting errors are all like: > "libARgsub.lib(gsub.obj) : error LNK2001: unresolved external symbol ___glutCreateWindowWithExit@8 > ../../bin/paddleInteractionTest.exe : fatal error LNK1120: 1 unresolved externals". > i really have installed the glut dlls in system32,and headers and libs in vs.net,does anyone had encountered this problem? > any help would be appreciated,thank you! It sounds like your not actually linking the glut libraries. I don't know for sure how you can do that in your IDE but there is probably something like 'project properties' where you can set 'linked libraries'. -Peter |