Re: [osg-users] [osgPlugins] can't find plugins at runtime

2010-09-12 Thread Davide Byron
oh, i'm not ungrateful or whining, sorry if i made you think so.. as for the problem, you're right on linux i'd now where to look at. but i don't on windows. so i can't say which dll is missing, if i knew which one is missing i'd probably already solved my problem. So the actual problem right no

Re: [osg-users] [osgPlugins] can't find plugins at runtime

2010-09-09 Thread Davide Byron
@skylark running the profiling on my system shows more missing dlls than running it on the system where the app doesn't work... so i can't supply those dlls, and anyway i expect it to run also without them, because that's what happens on my system. @paul ironically, osgwhich doesn't come in bin

Re: [osg-users] [osgPlugins] can't find plugins at runtime

2010-09-08 Thread Davide Byron
thanks for the reply Alberto, i've downloaded and fiddled with the programs you mentioned, but their output means nothing to me... with process monitor i got a lot of wrong path messages on the machine where the application works, and same messages on the machine where the app doesn't work, so

[osg-users] [osgPlugins] can't find plugins at runtime

2010-09-07 Thread Davide Byron
Hi all, i've happily developed an application based on osg/osgART and i was proudly giving it to my friends. Unfortunately, noone of them is able to run it. The main problem is the inability to find the plugins. i get the error: plugin "-1" unknown no matter where i put the plugins, in the same f

Re: [osg-users] How to handle multiple key press at once?

2009-08-25 Thread Davide Byron
ok i got the idea, thanks a lot for the quick answer :) -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=16716#16716 ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.opensceneg

[osg-users] How to handle multiple key press at once?

2009-08-24 Thread Davide Byron
Hi everybody, I'm pretty sure the solution to my problem is simple, but i'm new to osg and i'm having a lot of troubles with this... the problem is that i have to handle multiple key press at once, but for now my code takes care of just one at a time (the last key you pressed). here's the code i'