Re: [osg-users] [build] Multi-threading crashing on start-up (2.8.3, XP, VS2008)

2011-04-26 Thread Michele Fiorentino
Hi, i detail the error... //- // // Description: set processor affinity for the thread // // Use: public // int Thread::setProcessorAffinity(unsigned int cpunum) { ---> QtThreadPrivateData* pd = static_cast(_p

Re: [osg-users] osgart 2.0 with osg2.9.8 video blinking

2011-02-09 Thread Michele Fiorentino
Hi, i got this problem compiling osgart with trunk of osg >Microsoft (R) Windows Resource To Object Converter Version 9.00.30729.01 1>Copyright (C) Microsoft Corporation. All rights reserved. 1>adding resource. type:MANIFEST, name:2, language:0x0409, flags:0x30, size:2048 1>VideoLayer.obj : error

[osg-users] R: R: logo plugin how to use it from command line and programmatically

2010-05-20 Thread Michele Fiorentino
Now it works! thanks Magnus p.s. please it's possible do document this somewhere in the code?? > > Thanks > > > --- > - Michele Fiorentino, DdR, Professore Aggregato, Politecnico di

[osg-users] R: logo plugin how to use it from command line and programmatically

2010-05-20 Thread Michele Fiorentino
wrong? Thanks -------- Michele Fiorentino, DdR, Professore Aggregato, Politecnico di Bari Dipartimento di Ingegneria Meccanica e Gestionale http://www-dimeg.poliba.it/ Viale Japigia 182, 70126, Bari, IT Ufficio: 0039 080 596 2800 Fax: 0039 080 596 2777 Mail: fiorent...@poliba.it Webpag

[osg-users] logo plugin how to use it from command line and programmatically

2010-05-20 Thread Michele Fiorentino
, michele Michele Fiorentino, DdR, Politecnico di Bari Dipartimento di Ingegneria Meccanica e Gestionale http://www-dimeg.poliba.it/ ___ osg-users mailing list osg

Re: [osg-users] [osgPlugins] WRL Plugin needed

2010-04-29 Thread Michele Fiorentino
Hi, using VS2008 on windows XP with up-to date svn osg and vrml i get this error. I succeded to compile ( I used dlls) working on C++precompiler option and libs but it will be nice to modify it in cmake for community. Unbfortuantely i am very ignorant in Cmake scripting...someone can help? Co

[osg-users] [osgPlugins] ivplugin or vrml plugin? this is the problem

2010-03-14 Thread Michele Fiorentino
Hi, ok nice to know! i was walking in the bad direction. Just using cmake it detected my coin installation and ivplugin the only available when i did a search ".wrl" in my solution with VSC++ , thus my response Now, should i abandon the coin ivplugin ? i was just debugging it! vrml plugin shou

Re: [osg-users] [osgPlugins] WRL Plugin needed

2010-03-14 Thread Michele Fiorentino
Hi, you need the iv plugin which (svn sorce code speaking )is the only which implements such reader. You need coin library to compile it Actually i experienced crashes in reading simple and complex iv \wrl models which i can open easily with coin .(see post) Thank you! Cheers, Michele

Re: [osg-users] [osgPlugins] iv plugin with coin4 from svn

2010-03-13 Thread Michele Fiorentino
Hi, this is the simple model i could find.. and gives assert! the same eror from vrml and more complex files... cube.iv Code: #Inventor V2.1 ascii DEF _CUBE_SEP Separator { Cube { width 0.1 height 0.1 depth 0.1 } } Code: C:\dev\external_libs\OSG-data>osgv

Re: [osg-users] [osgPlugins] iv plugin with coin4 from svn

2010-03-12 Thread Michele Fiorentino
Hi, i cannot open any iv or vrml on MS VC 2008 and OSG 2 days ago svn- coin from svn (= mercurial) i got a breakpoint triggered in Code: SoCallbackAction::getNumTextureCoordinates(void) const { return SoMultiTextureCoordinateElement::getInstance(this->state)->getNum(0); } call stack :