Top "Mingw32" questions

MinGW(32), a contraction of minimalist GNU for Windows, is a minimalist development environment for native Microsoft Windows applications.

how to use a makefile for mingw on win32

i seem to have forgotten what is typed on the command line when using a makefile for a c program …

c mingw32
Missing Separator Error in Makefile

I am working on Qt 4.7.2 on Windows. I have generated Makefile, Makefile.Debug and Makefile.Release. However, when I try …

qt makefile mingw32
Where is vimrc or vim profile for github's mingw32 shell on a Windows machine?

Cygwin has a home directory where I can store a .vimrc file to set up syntax highlighting. I know on …

git vim cygwin putty mingw32
Undefined reference to WinMain (C++ Mingw)

currently I am trying to make a windows application using c++. For compiling my program I use Mingw GCC. Btw …

c++ winapi mingw mingw32 winmain
Undefined reference to `_imp__glewInit@0'

I have built the glew lib so many times. My last build removed the undefined references to all the shader …

c++ opengl codeblocks mingw32 glew
How do I get COMMIT_EDITMSG to open from the correct location?

I'm new to GIT. I downloaded GIT for Windows from a GitHub link a few days ago. I'm using the …

git mingw32
qt 5.2.0 windows 7 missing dlls (program crashes)

Trying to run a Windows 7, Qt 5.2.0 program and it crashes immediately. I have the mingw48_32 version, and 32 bit version of …

windows qt qt5 mingw32
Linking project with statically build curl

I'm doing small project in C++ with CMake and MinGW32, which requires libcurl library, but when i try to link …

c++ curl cmake mingw32
how to generate pdb files while building library using mingw?

I am cross compiling from linux to windows using the mingw32 tools. I need to generate pdb files for debugging …

c++ dll mingw mingw32
-static-libstdc++ works on g++ but not on pure gcc?

For the reference I'm using MinGW (GCC 5.3). When compiling a file with g++ file.cc -static-libstdc++ it statically links the …

c++ gcc mingw mingw32