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

2011-04-26 Thread fiorentino
Hi, Today I compiled the daily svn trunk using Qt 4.6 on Vs9 (2008) and windows Xp and using the flag QtTreads. I crashed my test app videobackground of OSGART and finish in debugging some FIXME code in Opentreads ( possible evidence that Qt does not provide any automatic thread support)

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

2011-04-27 Thread fiorentino
hi, yes, i checked BUILD_OPENTHREADS_WITH_QT to TRUE to get the error i mentioned. I could run my application just commenting all inside the function and returning a -1, but it's just a daily fix. With such hack using OSGART i got crashes when using DSVL multithread library for Augmented Re

Re: [osg-users] Collada

2011-04-27 Thread fiorentino
Citando Linda Lee : I can suggest to compile collada using the precompiled libraries you can find in the osg site( igot the vs 2008 ). They have a bunch of useful libraries packed together(boost, freetype, etc..etc..). Be aware anyway that (happened to me ) you must make sure you are compil

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 :

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] 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

[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-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] 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

[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] 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

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

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