ARToolKit | Mailing List Archive |
![]() |
From: | Manuel.Buechler@t .......... (=?iso-8859-1?Q?Manuel_B=FCchler?=) | Received: | Dec 23, 2004 |
To | "'ARToolKit'" <artoolkit@h ..................> | ||
Subject: | Opening Video Error finding funktion | ||
Hi I have a problem. I wrote an own class f=FCr ART. So the function like arVideoOpen and so on are not in the main file. But I the project knows about the libs it have to use. But everytime I want to compile this class there is an error: c:\Programme\OpenSG\Tutorials\ARTManager.cpp(42): error C3861: 'arVideoOpen': identifier not found, even with argument-dependent lookup the same comes at the function arVideoInqSize an argConvGLpara. But the function argConvGLcpara seem to be found. Does anyone knows about this problem? Thanks Manuel |
From: | =?ISO-8859-1?Q?J=F6rg_Hedrich?= <artoolkit@h ........> | Received: | Dec 24, 2004 |
To | Manuel.Buechler@t .......... (=?ISO-8859-1?Q?Manuel_B=FCchler?=) | ||
Subject: | Re: Opening Video Error finding funktion | ||
Hi Manuel, i think you've forgot an include in your class. Do you have included=20 the libARvideo.h in your ARTManager class? Greetings J=F6rg Am 23.12.2004 um 22:35 schrieb Manuel B=FCchler: > Hi > > I have a problem. I wrote an own class f=FCr ART. So the function like > arVideoOpen and so on are not in the main file. But I the project = knows > about the libs it have to use. > But everytime I want to compile this class there is an error: > > c:\Programme\OpenSG\Tutorials\ARTManager.cpp(42): error C3861: > 'arVideoOpen': identifier not found, even with argument-dependent=20 > lookup > > the same comes at the function arVideoInqSize an argConvGLpara. > But the function argConvGLcpara seem to be found. > > Does anyone knows about this problem? > > Thanks > > > Manuel > > |