GNU C++ Compiler
-
Is there GNU C++ compiler for win32 platforms ? Can we access win32 dlls from them ? Does it support STL ? Any links, tips would be helpful. Thanks
-
Thanks for the link. For long I have developed with VC++. In MinGW web site I saw the reference to win32api package. Why is this necessary. Is it not possible to link the application compiled with GNU compiler with User32.lib, kernel32.lib etc which come with Microsoft SDK ?
-
Is there GNU C++ compiler for win32 platforms ? Can we access win32 dlls from them ? Does it support STL ? Any links, tips would be helpful. Thanks
Check http://www.bloodshed.net/ for a good Developement GUI-IDE that is using one of the latest GNU C++ Compiler for Win32 Zack :rolleyes:
-
Thanks for the link. For long I have developed with VC++. In MinGW web site I saw the reference to win32api package. Why is this necessary. Is it not possible to link the application compiled with GNU compiler with User32.lib, kernel32.lib etc which come with Microsoft SDK ?