Rich wrote:
it needs Web Workshop module, besides the core one..
Eh? There's no web stuff in this; I've compiled it on Visual C++ 2005 Express Edition and I didn't need to install anything else, so I don't know what you're talking about here.
there is an #include <shlwapi.h> in fractint / win32 / os_win32.cpp, which requires the MSPSDK Web Workshop (IE) to be installed.. i assume you have a full PSDK installed, but it takes a lot of space..
is there a way to compile it with gcc + mingw32 + some libs and headers from msvc+mspsdk?
Since VC++2005 Express Edition is permanently free, I don't see the point.
no important point, i just would like to use eclipse + cdt + gcc instead.. i'm not sure that tweaking it to use MSVC cl will work, but i'll give it a try.. so far, gcc + mingw + msvc/include + psdk/include didn't quite work.. maybe it was a silly attempt anyway.. /charlie/