| ARToolKit | Mailing List Archive |
|
| From: | Mark Billinghurst <grof@h ..................> | Received: | Oct 4, 2001 |
| To | artoolkit@h .................. | ||
| Subject: | ARToolKitPCvrml - problems with compiling libARvideo | ||
Hi! I have problems installing ARToolKit2.43 (Windows Version with VRML parser - ARToolKitPCvrml). I am trying to rebuild all of the source, but while building "libARvideo", I get this message from the compiler: ******************************************************************************* Deleting intermediate files and output files for project 'libARvideo - Win32 Debug'. --------------------Configuration: libARvideo - Win32 Debug-------------------- Compiling... videoWin32.cpp f:\ar\artoolkitpcvrml\source\lib\src\videowin32\videowin32.cpp(43) : error C2665: 'VisFindImageSource' : none of the 2 overloads can convert parameter 1 from type 'class CVisSequence<class CVisRGBA<unsigned char> >' Error executing cl.exe. ARvideo32.lib - 1 error(s), 0 warning(s) ******************************************************************************* The 2.11 version for PC works fine, but not this version. Does anybody know what I need to do? I guess it is just a simple solution, but I cannot find it... Thanks! Torbjørn |
|||
| From: | Kasim Rehman <kasim_rehman@y ........> | Received: | Oct 10, 2001 |
| To | torbjoen@s ........... | ||
| Subject: | ARToolKitPCvrml - problems with compiling libARvideo | ||
Try this.
In video32.cpp:
//new
CVisImageSource imagesource = VisFindImageSource("");
sequence.ConnectToSource(imagesource, true, false);
//end new
//old
//VisFindImageSource(sequence);
//end old
Hi!
I have problems installing ARToolKit2.43 (Windows
Version with VRML parser -
ARToolKitPCvrml).
I am trying to rebuild all of the source, but while
building "libARvideo", I
get this message from the compiler:
*******************************************************************************
Deleting intermediate files and output files for
project 'libARvideo - Win32
Debug'.
--------------------Configuration: libARvideo - Win32
Debug--------------------
Compiling...
videoWin32.cpp
f:\ar\artoolkitpcvrml\source\lib\src\videowin32\videowin32.cpp(43)
: error
C2665: 'VisFindImageSource' : none of the 2 overloads
can convert parameter 1
from type 'class CVisSequence<class CVisRGBA<unsigned
char> >'
Error executing cl.exe.
ARvideo32.lib - 1 error(s), 0 warning(s)
*******************************************************************************
The 2.11 version for PC works fine, but not this
version.
Does anybody know what I need to do? I guess it is
just a simple solution, but
I cannot find it...
Thanks!
Torbjxrn
__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
|
|||