PDA

View Full Version : Qt, OpenSceneGraph & Collada



sgrant327
31st August 2010, 14:09
Specifically, I can get OSG to build with Collada support. I did everything according to the OSG Wiki, and it all works OK. The examples build, and run fine...no problems there. That is, no problems when using M$ VS2005.

My deal is that I want to build OSG with Collada support so that I can use it in a QT 4.6 environment.

If I build using MingW32 or VS2005, and try to use the libs & dlls in QT, I get the dreaded "undefined referece to _imp__Z..." errors. I know this is due to name mangling, but it happens even if I use the MingW32 compiler...

So, again...any help would greatly be appreciated.

Thank you!

Cheers,
Samuel