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.

Static and Dynamic/Shared Linking with MinGW

I want to start with a simple linking usage to explain my problem. Lets assume that there is a library …

c++ gcc mingw static-linking dynamic-linking
Hello world using nasm in windows assembly

I'm using nasm to compile the following assembly. However the code crashes in the console under Windows. C:\>nasm …

windows assembly mingw nasm
unable to copy/paste in mingw shell

I just installed MinGW on Windows and I'm unable to copy/paste as I am used to on Linux or …

mingw copy-paste
Eclipse CDT plugin problems

im trying to run a c program on my windows 7 computer using eclipse and im running into a little snag. …

c eclipse mingw eclipse-cdt msys
Linking to MSVC DLL from MinGW

I'm trying to link the LizardTech GeoExpress DSDK into my own application. I use gcc so that we can compile …

c++ gcc g++ mingw visual-c++
Clang on Windows

First of all, I've followed "Getting Started: Building and Running Clang". In particular, I've built it according to "Using Visual …

c++ windows mingw llvm clang
Unable to link to SDL2 functions using MinGW

I'm relatively new to programming and I've decided to give SDL a try, but I'm a bit stuck. I haven't …

c++ mingw sdl codeblocks
How to install mingw32 on Ubuntu?

I would like to install mingw32 on my Ubuntu (16.10) cuz I would like to generate an x86 windows version of …

linux ubuntu gcc mingw mingw32
How to use the Windows API in MinGW?

How to use the Windows API in MinGW?

c++ winapi mingw
Which C++ standard is the default when compiling with g++?

I have a piece of code that looks like the following. Let's say it's in a file named example.cpp #…

c++ g++ mingw