Now where exactly does that mean I put the dll? Directly in the system32 folder? And how do I get Dev to recognise the dll is even in there?Step 5 -- Using the Irrlicht DLL at Runtime
In order to run your applications from within Dev-C++, for debugging, or just for the sake of not having to go outside the IDE to run them, the "irrlicht.dll" supplied with Irrlicht must be in your PATH. With Windows, there are two simple ways to do this:
1. Add the "irrlicht-0.3\bin" directory from Step 1 to your PATH.
2. Copy "irrlicht.dll" to your windows\system32 directory, which is in the PATH by default.
I'm not sure that any one method is better than the other -- I use the first one in my programs, but both work.
Thanks for any help.