ARToolKit | Mailing List Archive |
![]() |
From: | "Angelica Nakayama" <annkym@g ........> | Received: | Oct 22, 2007 |
To | artoolkit@l ................. | ||
Subject: | [ARToolKit] problems with visual studio 2005 | ||
Hi, I=B4m new using ARToolkit and I=B4m having problems when I try to compile t= he project in visual studio 2005. I downloaded the proyect and followed the directions but when I build the solution an error ocurs: Error 1 error C3861: 'exit': identifier not found c:\ARToolKit\lib\SRC\VideoWin32DirectShow\videoWin32DirectShow.cpp 151 And if I rebuild the solution I get other errors like this Error 2 fatal error LNK1181: cannot open input file 'libARvideod.lib ' paddleDemo I don=B4t know what happens or if I=B4m missing a step in the configuration= or somthing. I hope someone could help me. Thanks Angie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.hitlabnz.org/pipermail/artoolkit/attachments/20071022/41135= a13/attachment.html = _______________________________________________ ARToolKit mailing list ARToolKit@l ................. http://www.hitlabnz.org/mailman/listinfo.cgi/artoolkit |
From: | Philip Lamb <phil@e ..........> | Received: | Oct 25, 2007 |
To | Angelica Nakayama <annkym@g ........> | ||
Subject: | Re: [ARToolKit] problems with visual studio 2005 | ||
Hi Angelica, Which version of ARToolKit are you using? Recent versions do not call = exit() anywhere from within videoWin32DirectShow.cpp. I'd recommend using the windows-specific package of ARToolKit-2.72.1, = which you can download at http://sourceforge.net/project/ = showfiles.php?group_id=3D116280 The second error is a consequence of the first.. the examples and = utilities depend on the libraries. Regards, Phil., On 23/10/2007, at 5:19 PM, Angelica Nakayama wrote: > Hi, > I=B4m new using ARToolkit and I=B4m having problems when I try to = > compile the > project in visual studio 2005. > I downloaded the proyect and followed the directions but when I = > build the > solution an error ocurs: > Error 1 error C3861: 'exit': identifier not > found c:\ARToolKit\lib\SRC\VideoWin32DirectShow = > \videoWin32DirectShow.cpp 151 > > And if I rebuild the solution I get other errors like this > > Error 2 fatal error LNK1181: cannot open input file 'libARvideod.lib > ' paddleDemo > _______________________________________________ ARToolKit mailing list ARToolKit@l ................. http://www.hitlabnz.org/mailman/listinfo.cgi/artoolkit |