Has anyone ever had this compile error on windows xp using .net2003?

HapticChess bool __thiscall osg::ArgumentParser::errors(enum 
osg::ArgumentParser::ErrorSeverity)const " 
([EMAIL PROTECTED]@osg@@[EMAIL PROTECTED]@@Z)
         Referenced in main.obj
         Loaded osgd.lib(osgd.dll)
       Found "__declspec(dllimport) public: __thiscall 
osg::ArgumentParser::~ArgumentParser(void)" 
([EMAIL PROTECTED]@@[EMAIL PROTECTED])
         Referenced in main.obj
         Loaded osgd.lib(osgd.dll)
       Found "__declspec(dllimport) public: void __thiscall 
osg::ApplicationUsage::write(class std::basic_ostream<char,struct 
std::char_traits<char> > &,unsigned int,unsigned int,bool)" 
([EMAIL PROTECTED]@osg@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@@std@@[EMAIL 
PROTECTED])
         Referenced in main.obj

I've been getting this error with this project during linking but can make 
it go away simply by either adding or deleting a blank line in the code 
which seems to me to be a bug in the compiler. The starting point for the 
project was the osgviewer application (including project file).

-K

-- 
Keith Parkins                    U of R Center for Visual Science
[EMAIL PROTECTED]       Meliora Hall, Room 236
office: (585) 275-3938           lab: (585) 275-2230
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to