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.

How do I install a c++ library so I can use it?

I have this library called BASS which is an audio library which I'm going to use to record with the …

c++ windows installation mingw
Sockets in MinGW

I was just trying to build netcat in MSYS using MinGW and realized that MinGW never really ported all of …

c++ mingw sockets msys
Checking available stack size in C

I'm using MinGW with GCC 3.4.5 (mingw-special vista r3). My C application uses a lot of stack so I was wondering …

c stack mingw
C++ mutex in namespace std does not name a type

I'm writing a simple C++ program to demonstrate the use of locks. I am using codeblocks and gnu gcc compiler. #…

c++ multithreading compiler-errors locking mingw
Install Protocol Buffers on Windows

I am unable to find clear instructions to install Google Protocol Buffers (including compiler) on Windows x64 platform. I went …

java windows cygwin mingw protocol-buffers
How to use delay() function in c using codeblocks 13.12(mingw)?

When I write a program containing delay the compiler shows the error E:\c programms\ma.o:ma.c|| undefined …

c mingw delay codeblocks timedelay
Compiling with cython and mingw produces gcc: error: unrecognized command line option '-mno-cygwin'

I'm trying to compile a python extension with cython in win 7 64-bit using mingw (64-bit). I'm working with Python 2.6 (Active …

python mingw distutils cython
MinGW c++ compiler zlib1.dll missing error?

I have just started to learn C++ for school, and I'm trying to download the compiler MinGW to compile my …

c++ compilation mingw
how to do static linking of libwinpthread-1.dll in mingw?

I use mingw from here: http://sourceforge.net/projects/mingwbuilds/files/host-windows/releases/4.7.2/32-bit/threads-posix/sjlj/x32-4.7.2-release-posix-sjlj-rev2.7z/…

c++ mingw static-linking
Using GCC (MinGW) as MATLAB's MEX compiler

I've been given a project to run on MATLAB R2011a. As there are several .c files in there - …

matlab mingw mex