[SOLVED] Oh dear...Irr0.9 Q3map problem

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
Fraza
Posts: 113
Joined: Sat Feb 26, 2005 11:28 am
Location: Leeds

[SOLVED] Oh dear...Irr0.9 Q3map problem

Post by Fraza »

I just downloaded Irrlicht 0.9 and pasted the DLL into my HelloWorld program directory. Success! It worked, promptly I pasted the DLL into the Quake3Map example for a hardware test and it didn't work, windows threw up an error.

I am using DevCpp, does anyone else with DevCpp have the same problem?

Edit: Before anyone asks, I'm using the DLL found in the /DevCpp directory.
Aire
Posts: 9
Joined: Tue Mar 15, 2005 3:44 pm

Post by Aire »

Make sure you copy the new Irrlicht 0.9 DLL into your working directory or system32 directory. Wherever you plan to access the irrlicht dll.

Other than that simple change, I am having no issues with 0.9 using VS.Net 2003
Fraza
Posts: 113
Joined: Sat Feb 26, 2005 11:28 am
Location: Leeds

Post by Fraza »

I already copied the DLL into the working directory, which is infact what is causing the problem (as the old DLL works and worked perfectly). There seems to be a problem somewhere, I was wondering whether there was a simple explanation of this.
kaeles-notlogged

Post by kaeles-notlogged »

make sure you re-compile using the irrlicht 9.0 includes and such
or youll get linking errors (cause it cant find stuff the dll needs)
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

I have also the problem to compile the demos that using the q3 map !!!
I'm using Dev, too...
Now the problem is that the zlib doesn't work after recompiling the dll !!!
I'm on the search for the zlib 1.2.2 dev package - but still haven't found...

I tried zlib 1.2.1, the one includet to Irrlicht and a v1.2.2-blabla.devpak but nothing worked !!!
All demos that doesn't use the zip file (q3 map) are working korrectly !!!

So, if someone knows a solution... ;)

CU, Acki
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Fraza
Posts: 113
Joined: Sat Feb 26, 2005 11:28 am
Location: Leeds

Post by Fraza »

make sure you re-compile using the irrlicht 0.9 includes and such
or youll get linking errors (cause it cant find stuff the dll needs)
The executable file is independant of such files, I thought of recompiling anyway incase of new ways of interacting (for want of a better word) with the DLL but that made no difference. Also, only the "HelloWorld" executable works for me, none of the rest of the executables (including my own project) work anymore.
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

I found the error !!!
It's not because zlib, but because jpeg !!!

If you have one of these installed, uninstall it first and also check the pathes in CZipReader.cpp and CImageLoaderJPG.h !!!
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Fraza
Posts: 113
Joined: Sat Feb 26, 2005 11:28 am
Location: Leeds

Post by Fraza »

Thanks! It's all working now!
Emil_halim
Posts: 518
Joined: Tue Mar 29, 2005 9:02 pm
Location: Alex,Egypt
Contact:

Post by Emil_halim »

Acki wrote:I found the error !!!
It's not because zlib, but because jpeg !!!

If you have one of these installed, uninstall it first and also check the pathes in CZipReader.cpp and CImageLoaderJPG.h !!!
Hi guys

i am new to Irrlicht,i have the same problem,so could some one please explane the solution in
detail.step by step.

thanks
Post Reply