I took a shortcut...the only file I really needed was really "wmfconfig.h", so I just renamed the file wmfconfig.h.in which was inside the WMF folder and altered some defines.
Now ImageMagick is compiling perfectly using MinGW and CodeBlocks. Later I will make the files available and write a detailed README.
The only problem I'm having now is about the debug version. On the file "nt-base.h", lines 38 to 40, there is the following:
Code: Select all
#if defined(_DEBUG)
#include <crtdbg.h>
#endif
Oh, and thanks for the help so far !