KonkDev
June 30th, 2005, 02:14 PM
Hello everybody,
I just downloaded the toolkit in version 2.70 and followed the Readme.txt instructions closely. I also unpacked the OpenVRML and DSVideoLib since I have a XP machine with Visual Studio 2003.
I want to build the simpleVRML example and therefore I need - of course - the libARvrml. But when I want to compile it, I get this error two times:
d:\Source\ARToolKit_270\OpenVRML\include\openvrml\ node.h(111): error C2332: 'struct': Missing tagname
where the lines are:
void add(const node_interface & interface)
throw (std::invalid_argument, std::bad_alloc);
void add_interface(const node_interface & interface)
throw (std::invalid_argument);
Does somebody have a hint, how to solve this?
Everything could be useful!
Greetings!!
I just downloaded the toolkit in version 2.70 and followed the Readme.txt instructions closely. I also unpacked the OpenVRML and DSVideoLib since I have a XP machine with Visual Studio 2003.
I want to build the simpleVRML example and therefore I need - of course - the libARvrml. But when I want to compile it, I get this error two times:
d:\Source\ARToolKit_270\OpenVRML\include\openvrml\ node.h(111): error C2332: 'struct': Missing tagname
where the lines are:
void add(const node_interface & interface)
throw (std::invalid_argument, std::bad_alloc);
void add_interface(const node_interface & interface)
throw (std::invalid_argument);
Does somebody have a hint, how to solve this?
Everything could be useful!
Greetings!!