Hi,

I am just trying to compile a FieldContainer with .NET2003 and always have this problem

OSGFOXWindowBase.cpp
g:\OpenSG\Source\WindowFOX\OSGFOXWindowBase.cpp(76) : error C2949: 'osg::MField< FieldTypeT>' : explicit instantiation; cannot use 'auto' and 'extern' on the sam
e template-class specialization
       with
       [
           FieldTypeT=osg::FOXWindowPtr
       ]

Strange enough this is issued on the second line (the first is ok)

OSG_DLLEXPORT_SFIELD_DEF1(FOXWindowPtr, OSG_WINDOWFOXLIB_DLLTMPLMAPPING);
OSG_DLLEXPORT_MFIELD_DEF1(FOXWindowPtr, OSG_WINDOWFOXLIB_DLLTMPLMAPPING);

Any hints appreciated,
Christoph





-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to