When I try and compile my program, I get a message telling me that Irrlicht.dll can't be found. I was just wondering where I put it...
Thanks.
Irrlicht.dll with Visual C++
two differant Irrlicht.dll exist!
There is more than one Irrlicht.dll and of differant sizes.
Irrlicht/0.4/bin/VisualStudio/Irrlicht.dll is only 604kb.
The Irrlicht.dll found in various examples and elsewhere is far larger 1,154kb.
So, which one should I stick in the windows/system32/ ?
If I have one there, and a differant one in the folder with the .exe which one does it choose?
I just got my Microsoft Visual C++ .net standard version 2003 in yesterday and I'm trying to compile my first example with it now.
I'm thinking the bigger one would be better, but perhaps the one made for Visual Studio is more compact and efficient. Please explain this to me.
Irrlicht/0.4/bin/VisualStudio/Irrlicht.dll is only 604kb.
The Irrlicht.dll found in various examples and elsewhere is far larger 1,154kb.
So, which one should I stick in the windows/system32/ ?
If I have one there, and a differant one in the folder with the .exe which one does it choose?
I just got my Microsoft Visual C++ .net standard version 2003 in yesterday and I'm trying to compile my first example with it now.
I'm thinking the bigger one would be better, but perhaps the one made for Visual Studio is more compact and efficient. Please explain this to me.
the newer version has a dll that won't work with examples
version 0.4 has its Irrlicht.dll at 604kb for Visual Studios while the version 0.42 has it at 640kb.
The 0.42 version, if copied into the quake example directory, will not run. Replace it with the 0.4 version, and all is well again.
--
And to answer one of my last questions, it checks to see the directory the .exe is in, before checking in windows/system32/
The 0.42 version, if copied into the quake example directory, will not run. Replace it with the 0.4 version, and all is well again.
--
And to answer one of my last questions, it checks to see the directory the .exe is in, before checking in windows/system32/
-
- Posts: 31
- Joined: Mon Dec 15, 2003 5:49 pm
- Location: Ireland
- Contact:
It wont run because you arent using the correct code. 0.402 has E in front of enumerations.
http://www.gameplayzone.com/forum
Join the gameplayzone forums today!
http://www.gameplayzone.com
All the latest gaming news and advancements
Join the gameplayzone forums today!
http://www.gameplayzone.com
All the latest gaming news and advancements
I was thinking perhaps when people started using the new version, the examples would have to be updated.
This is something that should be mentioned somewhere on the site when the new version is released in full, to keep new comers from getting frustrated or posting the same question on the forum every few days.
---
For those writing new code to be used for a game of theirs, is there any chance that what they are making now may not be compadiable with a final version of the Irrlicht engine? Or will they simple have to change the syntax of a few things? Just curious.
This is something that should be mentioned somewhere on the site when the new version is released in full, to keep new comers from getting frustrated or posting the same question on the forum every few days.
---
For those writing new code to be used for a game of theirs, is there any chance that what they are making now may not be compadiable with a final version of the Irrlicht engine? Or will they simple have to change the syntax of a few things? Just curious.