BMP-Loader not working
BMP-Loader not working
Yesterday I installed MinGW w64. I was able to create a new irrlicht.dll and can now make 64 bit applications, but the BMP-Loader doesn't work anymore. In IrrCompileConfig.h "#define _IRR_COMPILE_WITH_BMP_LOADER_" is not commented out, so the new dll should include the CImageLoaderBMP.cpp. What's wrong? 
-
hybrid
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
Re: BMP-Loader not working
Don't know, should be 64bit safe.
Re: BMP-Loader not working
Got it to work now finally. After desparating awhile I tried installing TDM-GCC and recompiling the Irrlicht.dll. Apparently I was just too stupid to set up MinGW w64 on my own. 
Re: BMP-Loader not working
We're all stupid in our own beautiful way. The joy is in learning.Ijon wrote:Got it to work now finally. After desparating awhile I tried installing TDM-GCC and recompiling the Irrlicht.dll. Apparently I was just too stupid to set up MinGW w64 on my own.