i found the actual version of DllMagic.lib in the Visual Studio-Subfolder and switched back from CodeBlocks to my Visual Studio-Compiler.
Works now, but perhaps if you'll update the Magic Library-Package in the future, you may also include the VS-Solutionsfiles of the examples. I found only the CodeBlocks-Projects and run into the problems with the missing actual lib.
So it will be easier for the noobs to recompile your examples
I've checked the different examples and i think you have already compiled them against the Visual Studio-Version of the lib and MagicLibrary-Dll, because if someone just copy the compiled exes into the E:\irrlicht-1.1\bin\Win32-gcc\-Folder, there are many dependencies errors based on the different DLL-Versions of Irrlicht/DllMagic.dll.
Just as a further note for noobs: (i got in trouble with that...^^) : while compiling Irrlicht with MSVC 6 (and some examples of MagicLibrary), you'll get always the nasty STL-Bug:
Code: Select all
e:\Microsoft Visual Studio\VC98\INCLUDE\xstring(612) : error C2955: 'string' : use of class template requires template argument list
E:\irrlicht-1.1\include\irrString.h(706) : see declaration of 'string'
Maybe you can give that information on your website in the \Tutorials-Sections. At the moment the \irrlicht-wiki seems to be dead, and i don't know if there is any hint for this?! - but it's a show stopper and the "workarround" is really easy (just switch from MSVC6 to VS2005 Express/Studio).
Best Regards,
Cryptit