See http://redux.imagemagick.org/discussion-server/viewtopic.php?t=7892
which says: I don't know why it works but I have a workaround for the problem. I added some MessageBox statements to the configure.cpp code to try to find out where it was crashing and to my surprise the program started working! I wittled it down to just one additional MessageBox statement and configure still works. In configure.cpp in CConfigureApp::InitInstance() after this statement: Code: int nResponse = wizard.DoModal(); add the statement: Code: MessageBox(NULL,"B","info",MB_OK); This statement never got executed but the program runs to completion. I can't post to magick-users so could you relay this - maybe it'll help. Pete _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
