Top "Mingw" questions

MinGW (Minimalist GNU for Windows) is a native software port of the GNU Compiler Collection (GCC) and GNU Binutils for use in the development of native Microsoft Windows applications.

Bad allocation exceptions in C++

In a school project of mine, I was requested to create a program without using STL In the program, I …

c++ exception mingw new-operator allocation
MinGW .exe requires a few gcc dll's regardless of the code?

When compiling with MinGW, I have to copy over certain dll files from the MinGW bin directory before the exe …

c++ dll mingw
From MinGW static library (.a) to Visual Studio static library (.lib)

I'm trying to use xlsLib for creating Excel spreadsheets from a C++ application. The trouble is that compiling xlsLib, I …

visual-studio static mingw
C++ : Catch a divide by zero error

Here is a simple piece of code where a division by zero occurs. I'm trying to catch it : #include <…

c++ performance exception-handling mingw
How do I use the MinGW gdb debugger to debug a C++ program in Windows?

I have looked for documentation on this and found nothing. I have MinGW installed and it works great. I just …

c++ windows debugging gdb mingw
Java Native Interface 32 bit dll on 64 bit system

E:\Code\Java\JNITest>java test Exception in thread "main" java.lang.UnsatisfiedLinkError: E:\Code\Java\JNITest\test.dll: …

java dll java-native-interface mingw
Creating a SSH key with ssh-keygen does not create the .ssh folder

I am trying to create my public/private rsa key pair with msysgit I run this command: ssh-keygen -C "email@…

git ssh mingw version-control unfuddle
Building glew on windows with mingw

Can anyone give me the correct command to build glew on windows with mingw? I have tried: gcc -static glew.…

c++ mingw glew
MinGW/Eclipse ld.exe does not find libraries

I am using Eclipse CDT to try to compile a project with the Ogre 3D engine. But somehow mingw is …

c++ eclipse mingw eclipse-cdt ld
Adding gdb to MinGW

I've gone to http://sourceforge.net/project/showfiles.php?group_id=2435, downloaded the Automated MinGW Installer for MinGW 5.1.4 and at …

gdb mingw