I have been using MMF2 for a while now and I've also been learning a lot of C++. Is there any way to make extensions in Bloodshed Dev-C++? (I don't like visual c++).
Printable View
I have been using MMF2 for a while now and I've also been learning a lot of C++. Is there any way to make extensions in Bloodshed Dev-C++? (I don't like visual c++).
No, you can't, due to compatibility problems with the .lib file of the MMF2 DLL used by extensions. Sorry...
You can- Dev-C++ is not a compiler but an IDE. If you set it up to use the VC compiler you could use it to make extensions.
Ah yes, but I guess he meant to use it with another compiler than VC.
you can freely download Visual Studio 2005 Express and use it only to compile the extension... during the development, you can use DevC++.