Hello Patrick,

at first kudos for reducing the size of code and lib, I alwasy wondered 
why the system lib was bigger than Qt ;-) But I guess its still not 
alright, there are some missing symbols on windows, building our 
software gives these errors during linking:

vrVRMLLoader.obj : error LNK2001: Nichtaufgelöstes externes Symbol 
"protected: virtual void __thiscall 
OSGScanParseSkel_FlexLexer::LexerError(char const *)" (?L
[EMAIL PROTECTED]@@[EMAIL PROTECTED])
vrVRMLLoader.obj : error LNK2001: Nichtaufgelöstes externes Symbol 
"protected: virtual void __thiscall 
OSGScanParseSkel_FlexLexer::LexerOutput(char const *,int)
" ([EMAIL PROTECTED]@@[EMAIL PROTECTED])
vrVRMLLoader.obj : error LNK2001: Nichtaufgelöstes externes Symbol 
"protected: virtual int __thiscall 
OSGScanParseSkel_FlexLexer::LexerInput(char *,int)" (?Lexe
[EMAIL PROTECTED]@@[EMAIL PROTECTED])
vrVRMLLoader.obj : error LNK2001: Nichtaufgelöstes externes Symbol 
"public: virtual void __thiscall 
OSGScanParseSkel_FlexLexer::switch_streams(class std::basic_
istream<char,struct std::char_traits<char> > *,class 
std::basic_ostream<char,struct std::char_traits<char> > 
*)" ([EMAIL PROTECTED]@@UA
[EMAIL PROTECTED]@[EMAIL PROTECTED]@@@std@@[EMAIL PROTECTED]
[EMAIL PROTECTED]@std@@@3@@Z)
vrVRMLLoader.obj : error LNK2001: Nichtaufgelöstes externes Symbol 
"private: virtual int __thiscall 
OSGScanParseLexer::yylex(void)" ([EMAIL PROTECTED]@@E
AEHXZ)
vrVRMLLoader.obj : error LNK2001: Nichtaufgelöstes externes Symbol 
"public: virtual void __thiscall 
OSGScanParseSkel_FlexLexer::yyrestart(class 
std::basic_istream<char,struct std::char_traits<char> > 
*)" ([EMAIL PROTECTED]
er@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@@std@@@Z)
vrVRMLLoader.obj : error LNK2001: Nichtaufgelöstes externes Symbol 
"public: virtual void __thiscall 
OSGScanParseSkel_FlexLexer::yy_delete_buffer(struct yy_buffe
r_state 
*)" ([EMAIL PROTECTED]@@UAEXPAUyy_buffer_stat
e@@@Z)
vrVRMLLoader.obj : error LNK2001: Nichtaufgelöstes externes Symbol 
"public: virtual struct yy_buffer_state * __thiscall 
OSGScanParseSkel_FlexLexer::yy_create_bu
ffer(class std::basic_istream<char,struct std::char_traits<char> > 
*,int)" (?yy_
[EMAIL PROTECTED]@@UAEPAUyy_buffer_state@@PAV?
[EMAIL PROTECTED]@[EMAIL PROTECTED]@@@std@@[EMAIL PROTECTED])
vrVRMLLoader.obj : error LNK2001: Nichtaufgelöstes externes Symbol 
"public: virtual void __thiscall 
OSGScanParseSkel_FlexLexer::yy_switch_to_buffer(struct yy_bu
ffer_state*)" ([EMAIL PROTECTED]@@UAEXPAUyy_buffe
r_state@@@Z)

Regards

Matthias

On Monday 28 August 2006 15:18, Patrick Dähne wrote:
> Hello osg-users, hello Praveen,
>
> the new OSGScanParseSkel files are in the (OpenSG 1.x) CVS now. I did
> some testing on Windows, Linux and MacOS, but there might still be
> some bugs, so please drop me a line when you have problems loading
> OSG or VRML files (these two loaders are based on OSGScanParseSkel).
>
> Bye,
>
> Patrick
>
> Am 25.08.2006 um 18:14 schrieb Patrick Dähne:
> > Hello osg-users,
> >
> > FYI: I'm working on a new version of OSGScanParseSkel.lpp and
> > OSGScanParseSkel.y. The size of the C++ code of the lexer dropped
> > from 13MB to 73KB, and the overall size of the System lib dropped
> > from 23MB to 15MB. I'll check it into CVS as soon as I'm finished
> > with testing. So hopefully the size of the lexer won't be a problem
> > anymore soon.
>
> ---------------------------------------------------------------------
>---- Using Tomcat but need to do more? Need to support web services,
> security? Get stuff done quickly with pre-integrated technology to
> make your job easier Download IBM WebSphere Application Server
> v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121
>642 _______________________________________________
> Opensg-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/opensg-users

-- 
+---------------------+----------------------------+
| VREC GmbH           |                            |
| Matthias Stiller    |                            |
| Robert-Bosch-Str. 7 | tel:    +49 6151 4921034   |
| 64293 Darmstadt     | web:    http://www.vrec.de |
| Germany             | mail:   [EMAIL PROTECTED]         |
+---------------------+----------------------------+

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to