From: Braden M. <br...@en...> - 2008-07-22 09:44:04
|
On Tue, 2008-07-22 at 10:34 +0200, Zoltán Török wrote: > Hi, > > I have to use the VS 2005 for an application (yes I have to). > I've tried to compile the OpenVRML 0.17.6 but I have the following error: > > .\libopenvrml\openvrml\vrml97node.cpp(2349) : error C2039: 'openvrml' > : is not a member of > '`anonymous-namespace'::grouping_node_base<Derived>::children_exposedfield' > > Is this because the earlier compiler ? Almost certainly. I don't think this code has changed since I last used that compiler with OpenVRML; but I could be mistaken. Make sure that you have the latest service pack for the compiler. You can try omitting the "openvrml::" in that line. It won't be correct; but it might work. -- Braden McDaniel e-mail: <br...@en...> <http://endoframe.com> Jabber: <br...@ja...> |