where is CQ3LevelMesh.cpp

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
DrJeckl
Posts: 5
Joined: Sat Jan 31, 2004 5:42 am

where is CQ3LevelMesh.cpp

Post 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
fretnoize
Posts: 43
Joined: Sun Feb 01, 2004 4:57 am
Location: Los Angeles

Post 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.
keless
Posts: 805
Joined: Mon Dec 15, 2003 10:37 pm
Location: Los Angeles, California, USA

Post 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.
a screen cap is worth 0x100000 DWORDS
Post Reply