ARToolKit | Mailing List Archive |
![]() |
From: | babar shahzad <babarathotmail@y ........> | Received: | Apr 8, 2009 |
To | artoolkit <artoolkit@l .................> | ||
Subject: | [ARToolKit] changing pattern | ||
Hi, I tried to change hirro.patt. When I tried to compile Simple.C, it raised a lot of error, 26 to be precise. Even before I made any change. Here are those: >bcc32 -v- -w -O1 simpleTest.c Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland simpleTest.c: Error E2209 simpleTest.c 8: Unable to open include file 'GL/glut.h' Error E2209 simpleTest.c 13: Unable to open include file 'AR/gsub.h' Error E2209 simpleTest.c 14: Unable to open include file 'AR/video.h' Error E2209 simpleTest.c 15: Unable to open include file 'AR/param.h' Error E2209 simpleTest.c 16: Unable to open include file 'AR/ar.h' Error E2141 simpleTest.c 32: Declaration syntax error Error E2268 simpleTest.c 48: Call to undefined function 'glutInit' in function main(int,char * *) Error E2268 simpleTest.c 51: Call to undefined function 'arVideoCapStart' in function main(int,char * *) Error E2268 simpleTest.c 52: Call to undefined function 'argMainLoop' in function main(int,char * *) Error E2268 simpleTest.c 60: Call to undefined function 'arUtilTimer' in function keyEvent(unsigned char,int,int) Warning W8057 simpleTest.c 64: Parameter 'x' is never used in function keyEvent(unsigned char,int,int) Warning W8057 simpleTest.c 64: Parameter 'y' is never used in function keyEvent(unsigned char,int,int) Error E2451 simpleTest.c 69: Undefined symbol 'ARUint8' in function mainLoop() Error E2451 simpleTest.c 69: Undefined symbol 'dataPtr' in function mainLoop() Error E2451 simpleTest.c 70: Undefined symbol 'ARMarkerInfo' in function mainLoop() Error E2451 simpleTest.c 70: Undefined symbol 'marker_info' in function mainLoop() Error E2188 simpleTest.c 75: Expression syntax in function mainLoop() Error E2377 simpleTest.c 79: If statement missing ) in function mainLoop() Error E2268 simpleTest.c 82: Call to undefined function 'argDrawMode2D' in function mainLoop() Error E2268 simpleTest.c 83: Call to undefined function 'argDispImage' in function mainLoop() Error E2268 simpleTest.c 86: Call to undefined function 'arDetectMarker' in function mainLoop() Error E2268 simpleTest.c 91: Call to undefined function 'arVideoCapNext' in function mainLoop() Error E2268 simpleTest.c 102: Call to undefined function 'argSwapBuffers' in function mainLoop() Error E2268 simpleTest.c 107: Call to undefined function 'arGetTransMat' in function mainLoop() Error E2379 simpleTest.c 116: Statement missing ; in function init() Error E2268 simpleTest.c 119: Call to undefined function 'arVideoOpen' in function init() Error E2268 simpleTest.c 121: Call to undefined function 'arVideoInqSize' in function init() Error E2228 simpleTest.c 121: Too many error or warning messages in function init() *** 26 errors in Compile *** >Exit code: 1 Babar Shahzad Chaudary, +358408532112 Deptt of Information Processing Science, University of Oulu, Finland. _______________________________________________ ARToolKit mailing list ARToolKit@l ................. http://lists.hitlabnz.org/mailman/listinfo.cgi/artoolkit |
From: | Marcos J Pinto <marcosjp@c ...............> | Received: | Apr 9, 2009 |
To | artoolkit <artoolkit@l .................> | ||
Subject: | Re: [ARToolKit] changing pattern | ||
Hey there I was lazy enough to change the pattern in a simpler way... ;) I generated the new pattern file with the mk_patt application and renamed it as hiro.patt. So, yes, I still haven't tried to compile simple.c with another file name. However, I really do not see why a simple filename change would cause all this mess. It looks like all this erros are being caused by something else - the compiler cannot find the header files! Have you tried to compile any another file (even simple.c itself) without changing anything? []s Marcos At 18:45 8/4/2009, babar shahzad wrote: >Hi, > >I tried to change hirro.patt. When I tried to compile Simple.C, it >raised a lot of error, 26 to be precise. Even before I made any change. >Here are those: > > > >bcc32 -v- -w -O1 simpleTest.c >Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland >simpleTest.c: >Error E2209 simpleTest.c 8: Unable to open include file 'GL/glut.h' >Error E2209 simpleTest.c 13: Unable to open include file 'AR/gsub.h' >Error E2209 simpleTest.c 14: Unable to open include file 'AR/video.h' >Error E2209 simpleTest.c 15: Unable to open include file 'AR/param.h' >Error E2209 simpleTest.c 16: Unable to open include file 'AR/ar.h' >Error E2141 simpleTest.c 32: Declaration syntax error >Error E2268 simpleTest.c 48: Call to undefined function 'glutInit' >in function main(int,char * *) >Error E2268 simpleTest.c 51: Call to undefined function >'arVideoCapStart' in function main(int,char * *) >Error E2268 simpleTest.c 52: Call to undefined function >'argMainLoop' in function main(int,char * *) >Error E2268 simpleTest.c 60: Call to undefined function >'arUtilTimer' in function keyEvent(unsigned char,int,int) >Warning W8057 simpleTest.c 64: Parameter 'x' is never used in >function keyEvent(unsigned char,int,int) >Warning W8057 simpleTest.c 64: Parameter 'y' is never used in >function keyEvent(unsigned char,int,int) >Error E2451 simpleTest.c 69: Undefined symbol 'ARUint8' in function mainLoop() >Error E2451 simpleTest.c 69: Undefined symbol 'dataPtr' in function mainLoop() >Error E2451 simpleTest.c 70: Undefined symbol 'ARMarkerInfo' in >function mainLoop() >Error E2451 simpleTest.c 70: Undefined symbol 'marker_info' in >function mainLoop() >Error E2188 simpleTest.c 75: Expression syntax in function mainLoop() >Error E2377 simpleTest.c 79: If statement missing ) in function mainLoop() >Error E2268 simpleTest.c 82: Call to undefined function >'argDrawMode2D' in function mainLoop() >Error E2268 simpleTest.c 83: Call to undefined function >'argDispImage' in function mainLoop() >Error E2268 simpleTest.c 86: Call to undefined function >'arDetectMarker' in function mainLoop() >Error E2268 simpleTest.c 91: Call to undefined function >'arVideoCapNext' in function mainLoop() >Error E2268 simpleTest.c 102: Call to undefined function >'argSwapBuffers' in function mainLoop() >Error E2268 simpleTest.c 107: Call to undefined function >'arGetTransMat' in function mainLoop() >Error E2379 simpleTest.c 116: Statement missing ; in function init() >Error E2268 simpleTest.c 119: Call to undefined function >'arVideoOpen' in function init() >Error E2268 simpleTest.c 121: Call to undefined function >'arVideoInqSize' in function init() >Error E2228 simpleTest.c 121: Too many error or warning messages in >function init() >*** 26 errors in Compile *** > >Exit code: 1 > > > > >Babar Shahzad Chaudary, >+358408532112 >Deptt of Information Processing >Science, >University of Oulu, Finland. > > > > >_______________________________________________ >ARToolKit mailing list >ARToolKit@l ................. >http://lists.hitlabnz.org/mailman/listinfo.cgi/artoolkit > >!DSPAM:742,49dd1af2203701606021064! _______________________________________________ ARToolKit mailing list ARToolKit@l ................. http://lists.hitlabnz.org/mailman/listinfo.cgi/artoolkit |
From: | Hartmut Seichter <hartmut@t ................> | Received: | Apr 10, 2009 |
To | artoolkit <artoolkit@l .................> | ||
Subject: | Re: [ARToolKit] changing pattern | ||
Please read the error messages before posting. The errors have nothing to do with the pattern file. ARToolkit can't be compiled with the Borland Compiler on Windows - Visual Studio 2003, 2005 or 2008 are required plus the Windows SDK Cheers, H On 9/4/09 9:45 AM, babar shahzad wrote: > Hi, > > I tried to change hirro.patt. When I tried to compile Simple.C, it raised a lot of error, 26 to be precise. Even before I made any change. > Here are those: > > > >> bcc32 -v- -w -O1 simpleTest.c >> > Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland > simpleTest.c: > Error E2209 simpleTest.c 8: Unable to open include file 'GL/glut.h' > Error E2209 simpleTest.c 13: Unable to open include file 'AR/gsub.h' > Error E2209 simpleTest.c 14: Unable to open include file 'AR/video.h' > Error E2209 simpleTest.c 15: Unable to open include file 'AR/param.h' > Error E2209 simpleTest.c 16: Unable to open include file 'AR/ar.h' > Error E2141 simpleTest.c 32: Declaration syntax error > Error E2268 simpleTest.c 48: Call to undefined function 'glutInit' in function main(int,char * *) > Error E2268 simpleTest.c 51: Call to undefined function 'arVideoCapStart' in function main(int,char * *) > Error E2268 simpleTest.c 52: Call to undefined function 'argMainLoop' in function main(int,char * *) > Error E2268 simpleTest.c 60: Call to undefined function 'arUtilTimer' in function keyEvent(unsigned char,int,int) > Warning W8057 simpleTest.c 64: Parameter 'x' is never used in function keyEvent(unsigned char,int,int) > Warning W8057 simpleTest.c 64: Parameter 'y' is never used in function keyEvent(unsigned char,int,int) > Error E2451 simpleTest.c 69: Undefined symbol 'ARUint8' in function mainLoop() > Error E2451 simpleTest.c 69: Undefined symbol 'dataPtr' in function mainLoop() > Error E2451 simpleTest.c 70: Undefined symbol 'ARMarkerInfo' in function mainLoop() > Error E2451 simpleTest.c 70: Undefined symbol 'marker_info' in function mainLoop() > Error E2188 simpleTest.c 75: Expression syntax in function mainLoop() > Error E2377 simpleTest.c 79: If statement missing ) in function mainLoop() > Error E2268 simpleTest.c 82: Call to undefined function 'argDrawMode2D' in function mainLoop() > Error E2268 simpleTest.c 83: Call to undefined function 'argDispImage' in function mainLoop() > Error E2268 simpleTest.c 86: Call to undefined function 'arDetectMarker' in function mainLoop() > Error E2268 simpleTest.c 91: Call to undefined function 'arVideoCapNext' in function mainLoop() > Error E2268 simpleTest.c 102: Call to undefined function 'argSwapBuffers' in function mainLoop() > Error E2268 simpleTest.c 107: Call to undefined function 'arGetTransMat' in function mainLoop() > Error E2379 simpleTest.c 116: Statement missing ; in function init() > Error E2268 simpleTest.c 119: Call to undefined function 'arVideoOpen' in function init() > Error E2268 simpleTest.c 121: Call to undefined function 'arVideoInqSize' in function init() > Error E2228 simpleTest.c 121: Too many error or warning messages in function init() > *** 26 errors in Compile *** > >> Exit code: 1 >> > > > > > Babar Shahzad Chaudary, > +358408532112 > Deptt of Information Processing > Science, > University of Oulu, Finland. > > > > > _______________________________________________ > ARToolKit mailing list > ARToolKit@l ................. > http://lists.hitlabnz.org/mailman/listinfo.cgi/artoolkit > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.hitlabnz.org/pipermail/artoolkit/attachments/20090410/71de4be2/attachment.html _______________________________________________ ARToolKit mailing list ARToolKit@l ................. http://lists.hitlabnz.org/mailman/listinfo.cgi/artoolkit |
From: | Janaka Prabhash Kumarasinghe <janakaprabhash@g ........> | Received: | Apr 11, 2009 |
To | artoolkit <artoolkit@l .................> | ||
Subject: | Re: [ARToolKit] changing pattern | ||
On Sat, Apr 11, 2009 at 1:11 AM, Janaka Prabhash Kumarasinghe < janakaprabhash@g ........> wrote: > Hi, > > I don't know whether I am correct. But I guess you have not set the paths > to include files, library files. You will have to set the proper paths. > There are ways to set paths in each platform and each IDE, so you have to > find the proper way. > > This is how you do it in Visual Studio. But you can do the same thing in > other IDE, but it's up to you to find the way. > > http://paginas.fe.up.pt/~aas/pub/Aulas/Software/ARToolkit/ARToolKit-2.70.1-ReadMe.pdf<http://paginas.fe.up.pt/%7Eaas/pub/Aulas/Software/ARToolkit/ARToolKit-2.70.1-ReadMe.pdf> > *"(8) Open the Visual Studio search paths settings > (Tools->Options->Directories for VS6, or Tools->Options->Projects->VC++ > Directories for VS.NET) and add the DirectX SDK Includes\ path and the > DirectX Samples\C++\DirectShow\BaseClasses\ path to the top of the search > path for headers, and the DirectX SDK Lib\ path to the top of the search > path for librar" > * > I mean setting the paths to directories (includes, libs, runtime, > executables ...) is what you should do. How you should do it is dependent on > the IDE. Please find it from a proper source. > > > ******************************************************************************** > I couldn't find a proper source for ARToolkit setting paths. But here, it > is for OpenCV (Intel's computer vision library). Please do some matching > between it. Don't get confused. Please get the *task*, not the files > names. Hope I'm not confusing you. > > http://www.xpercept.com/opencv.htm > > *Setting up the environment in Visual Studio .NET 2003 > * > ** *If you have Visual Studio .NET 2003 follow the steps to set up your > environment: > * ***Open Visual Studio > * ***Click on Tools => Options => Folder Projects => VC++ Directories > * ***Choose Include Files from the drop down menu and include the > following paths > C:\Program Files\OpenCV\cxcore\include > C:\Program Files\OpenCV\cv\include\ > C:\Program Files\OpenCV\cvaux\include > C:\Program Files\OpenCV\otherlibs\highgui > C:\Program Files\OpenCV\otherlibs\_graphics\include > * ***Choose Library Files from the drop down menu and include the > following paths > C:\Program Files\OpenCV\lib > C:\program files\OpenCV\otherlibs\_graphics\lib > * ***Choose Executables from the drop down menu and include > C:\Program Files\OpenCV\bin > * ***That being done now create a new win32 project or whatever project > you like. (It's better to stick to Win32 console project if you are new) > * ***To Create a new project File => New => Project and then select Win32 > Console Project from the folder VC++ Projects > * ***Give the project a suitable name. Visual Studio creates a folder for > your project. > Click on Project =>Properties to bring up the properties menu. Click on > Folder Linker => Input. In additional dependencies include the following lib > files > cv.lib > highgui.lib > cxcore.lib > cxcored.lib > cvd.lib > * ***If you don't have cxcored.lib and cvd.lib that's ok for now because > the debug files can be generated by compiling the solutions in the folder > src. > Note: If on running the code you get a complaint about corex096.dll (it can > be corex0XX.dll) then an easy way to solve this problem is by copying the > dll from the bin folder to the folder where your code resides. Alternately > you can copy it to C:\WINDOWS\SYSTEM folder....* > > And please make sure that all the required things are available in your > computer. (e.g. OpenGL) > > If you set the paths, you can start a new project (or something like that > depending on the IDE) and start coding. No need to put it in the same > ARToolkit folder. > > Good luck. > > Janaka Prabhash > > > On Fri, Apr 10, 2009 at 7:57 AM, Hartmut Seichter < > hartmut@t ................> wrote: > >> >> Please read the error messages before posting. The errors have nothing >> to do with the pattern file. ARToolkit can't be compiled with the >> Borland Compiler on Windows - Visual Studio 2003, 2005 or 2008 are >> required plus the Windows SDK >> >> Cheers, >> H >> >> On 9/4/09 9:45 AM, babar shahzad wrote: >> > Hi, >> > >> > I tried to change hirro.patt. When I tried to compile Simple.C, it >> raised a lot of error, 26 to be precise. Even before I made any change. >> > Here are those: >> > >> > >> > >> >> bcc32 -v- -w -O1 simpleTest.c >> >> >> > Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland >> > simpleTest.c: >> > Error E2209 simpleTest.c 8: Unable to open include file 'GL/glut.h' >> > Error E2209 simpleTest.c 13: Unable to open include file 'AR/gsub.h' >> > Error E2209 simpleTest.c 14: Unable to open include file 'AR/video.h' >> > Error E2209 simpleTest.c 15: Unable to open include file 'AR/param.h' >> > Error E2209 simpleTest.c 16: Unable to open include file 'AR/ar.h' >> > Error E2141 simpleTest.c 32: Declaration syntax error >> > Error E2268 simpleTest.c 48: Call to undefined function 'glutInit' in >> function main(int,char * *) >> > Error E2268 simpleTest.c 51: Call to undefined function >> 'arVideoCapStart' in function main(int,char * *) >> > Error E2268 simpleTest.c 52: Call to undefined function 'argMainLoop' in >> function main(int,char * *) >> > Error E2268 simpleTest.c 60: Call to undefined function 'arUtilTimer' in >> function keyEvent(unsigned char,int,int) >> > Warning W8057 simpleTest.c 64: Parameter 'x' is never used in function >> keyEvent(unsigned char,int,int) >> > Warning W8057 simpleTest.c 64: Parameter 'y' is never used in function >> keyEvent(unsigned char,int,int) >> > Error E2451 simpleTest.c 69: Undefined symbol 'ARUint8' in function >> mainLoop() >> > Error E2451 simpleTest.c 69: Undefined symbol 'dataPtr' in function >> mainLoop() >> > Error E2451 simpleTest.c 70: Undefined symbol 'ARMarkerInfo' in function >> mainLoop() >> > Error E2451 simpleTest.c 70: Undefined symbol 'marker_info' in function >> mainLoop() >> > Error E2188 simpleTest.c 75: Expression syntax in function mainLoop() >> > Error E2377 simpleTest.c 79: If statement missing ) in function >> mainLoop() >> > Error E2268 simpleTest.c 82: Call to undefined function 'argDrawMode2D' >> in function mainLoop() >> > Error E2268 simpleTest.c 83: Call to undefined function 'argDispImage' >> in function mainLoop() >> > Error E2268 simpleTest.c 86: Call to undefined function 'arDetectMarker' >> in function mainLoop() >> > Error E2268 simpleTest.c 91: Call to undefined function 'arVideoCapNext' >> in function mainLoop() >> > Error E2268 simpleTest.c 102: Call to undefined function >> 'argSwapBuffers' in function mainLoop() >> > Error E2268 simpleTest.c 107: Call to undefined function 'arGetTransMat' >> in function mainLoop() >> > Error E2379 simpleTest.c 116: Statement missing ; in function init() >> > Error E2268 simpleTest.c 119: Call to undefined function 'arVideoOpen' >> in function init() >> > Error E2268 simpleTest.c 121: Call to undefined function >> 'arVideoInqSize' in function init() >> > Error E2228 simpleTest.c 121: Too many error or warning messages in >> function init() >> > *** 26 errors in Compile *** >> > >> >> Exit code: 1 >> >> >> > >> > >> > >> > >> > Babar Shahzad Chaudary, >> > +358408532112 >> > Deptt of Information Processing >> > Science, >> > University of Oulu, Finland. >> > >> > >> > >> > >> > _______________________________________________ >> > ARToolKit mailing list >> > ARToolKit@l ................. >> > http://lists.hitlabnz.org/mailman/listinfo.cgi/artoolkit >> > >> >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: >> http://lists.hitlabnz.org/pipermail/artoolkit/attachments/20090410/71de4be2/attachment.html >> _______________________________________________ >> ARToolKit mailing list >> ARToolKit@l ................. >> http://lists.hitlabnz.org/mailman/listinfo.cgi/artoolkit >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.hitlabnz.org/pipermail/artoolkit/attachments/20090411/21e3ebcd/attachment.html _______________________________________________ ARToolKit mailing list ARToolKit@l ................. http://lists.hitlabnz.org/mailman/listinfo.cgi/artoolkit |
From: | Hartmut Seichter <hartmut@t ................> | Received: | Apr 12, 2009 |
To | artoolkit <artoolkit@l .................> | ||
Subject: | Re: [ARToolKit] changing pattern | ||
No worries, Another possibility before you are trying to go through all the hops of building ARToolKit yourself is to use a pre-build version from here: http://www.hitlabnz.org/people/hse25/libshelf.html Its build with Visual Studio 2005 SP1 and OpenVRML is included. Cheers, Hartmut ps. please post on-list, so other people can benefit from finding the discussion. On 10/4/09 9:17 PM, babar shahzad wrote: > thanX a lot Hartmut; > > Actually, there was .c so it make me think like that. Plus I read it in documentation to do like that but from the start of doc, I did not see anything telling whats > required to compile the source. It looks like a c program that can be compiled in some compiler. > > I have posted another question about how could I make ARToolKit to render image in response to information provided explicitly. I will very very thankful to you if you kindly guide me some way in that. > > thanX a lot again for your interest in my problem. > > Babar Shahzad Chaudary, > +358408532112 > Deptt of Information Processing > Science, > University of Oulu, Finland. > > > > ________________________________ > From: Hartmut Seichter<hartmut@t ................> > To: artoolkit<artoolkit@l .................> > Cc: babar shahzad<babarathotmail@y ........> > Sent: Friday, April 10, 2009 4:57:15 AM > Subject: Re: [ARToolKit] changing pattern > > > Please read the error messages before posting. The errors have nothing > to do with the pattern file. ARToolkit can't be compiled with the > Borland Compiler on Windows - Visual Studio 2003, 2005 or 2008 are > required plus the Windows SDK > > Cheers, > H > > On 9/4/09 9:45 AM, babar shahzad wrote: > Hi, > > I tried to change hirro.patt. When I tried to compile Simple.C, it raised a lot of error, 26 to be precise. Even before I made any change. > Here are those: > > > > bcc32 -v- -w -O1 simpleTest.c > > Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland > simpleTest.c: > Error E2209 simpleTest.c 8: Unable to open include file 'GL/glut.h' > Error E2209 simpleTest.c 13: Unable to open include file 'AR/gsub.h' > Error E2209 simpleTest.c 14: Unable to open include file 'AR/video.h' > Error E2209 simpleTest.c 15: Unable to open include file 'AR/param.h' > Error E2209 simpleTest.c 16: Unable to open include file 'AR/ar.h' > Error E2141 simpleTest.c 32: Declaration syntax error > Error E2268 simpleTest.c 48: Call to undefined function 'glutInit' in function main(int,char * *) > Error E2268 simpleTest.c 51: Call to undefined function 'arVideoCapStart' in function main(int,char * *) > Error E2268 simpleTest.c 52: Call to undefined function 'argMainLoop' in function main(int,char * *) > Error E2268 simpleTest.c 60: Call to undefined function 'arUtilTimer' in function keyEvent(unsigned char,int,int) > Warning W8057 simpleTest.c 64: Parameter 'x' is never used in function keyEvent(unsigned char,int,int) > Warning W8057 simpleTest.c 64: Parameter 'y' is never used in function keyEvent(unsigned char,int,int) > Error E2451 simpleTest.c 69: Undefined symbol 'ARUint8' in function mainLoop() > Error E2451 simpleTest.c 69: Undefined symbol 'dataPtr' in function mainLoop() > Error E2451 simpleTest.c 70: Undefined symbol 'ARMarkerInfo' in function mainLoop() > Error E2451 simpleTest.c 70: Undefined symbol 'marker_info' in function mainLoop() > Error E2188 simpleTest.c 75: Expression syntax in function mainLoop() > Error E2377 simpleTest.c 79: If statement missing ) in function mainLoop() > Error E2268 simpleTest.c 82: Call to undefined function 'argDrawMode2D' in function mainLoop() > Error E2268 simpleTest.c 83: Call to undefined function 'argDispImage' in function mainLoop() > Error E2268 simpleTest.c 86: Call to undefined function 'arDetectMarker' in function mainLoop() > Error E2268 simpleTest.c 91: Call to undefined function 'arVideoCapNext' in function mainLoop() > Error E2268 simpleTest.c 102: Call to undefined function 'argSwapBuffers' in function mainLoop() > Error E2268 simpleTest.c 107: Call to undefined function 'arGetTransMat' in function mainLoop() > Error E2379 simpleTest.c 116: Statement missing ; in function init() > Error E2268 simpleTest.c 119: Call to undefined function 'arVideoOpen' in function init() > Error E2268 simpleTest.c 121: Call to undefined function 'arVideoInqSize' in function init() > Error E2228 simpleTest.c 121: Too many error or warning messages in function init() > *** 26 errors in Compile *** > > Exit code: 1 > > > > > Babar Shahzad Chaudary, > +358408532112 > Deptt of Information Processing > Science, > University of Oulu, Finland. > > > > > _______________________________________________ > ARToolKit mailing list > ARToolKit@l ................. > http://lists.hitlabnz.org/mailman/listinfo.cgi/artoolkit > > > > _______________________________________________ ARToolKit mailing list ARToolKit@l ................. http://lists.hitlabnz.org/mailman/listinfo.cgi/artoolkit |