Page 1 of 1

where is CQ3LevelMesh.cpp

Posted: Sat Feb 07, 2004 7:59 am
by DrJeckl
I serched for it and cant find it on my comp, so where is the file that i can fix the GTKradiant bug with http://irrlicht.sourceforge.net/phpBB2/ ... =5984#5984, is it a header file or is it in the actual programming since ive never seen anything like that before

Posted: Sat Feb 07, 2004 8:48 am
by fretnoize
in the source folder, you'll find a zip file, this contains the source code which you'll have to recompile, if you use VC++ like I do, you'll see a VC++ project to open up. I don't know about other compilers, but I would assume there would be support for those as well. If you only have version .4.0 this would be a good time to upgrade to .4.2, which I believe is the version the patch is made for. It will give you the source the same way, in a zip file, but with updated code. Make the changes for the patch and recompile, which should result in a new .dll for you.

Hope this helps.

Posted: Sat Feb 07, 2004 5:02 pm
by keless
dont forget, it will also give a new .lib -- you need to link with this to be able to use the new .dll or else your program will crash when it uses the wrong one.