python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Compiling a C++ program using x86_64-w64-mingw32-gcc on Linux
I am having issues compiling my C++ program on Linux using x86_64-w64-mingw32-gcc. My program is comprised of of the following files: one cpp file, two header files, and an asm file. I am using the fo...

user098213
Votes: 0
Answers: 0
How to add MinGW to PATH?
I'm following this tutorial by vscode to install a C++ compiler on Windows. Right now, I'm trying to edit C:\msys64\mingw64\bin to environment variables and save MinGW to path. I clicked OK multiple t...
BenNye09
Votes: 0
Answers: 1
libliveMedia throwing undefined reference errors when linking __imp_XXXXXX
I'm trying to compile my program to Windows x64 (coming from x32) After I've built all the dependencies and the libraries I needed, I get the following errors:
C:/msys64/mingw64/bin/../lib/gcc/x86_64-...
benny b
Votes: 0
Answers: 1
Segfault on some steam_api.dll calls from executable compiled with MinGW GCC. Any way to determine which DLL is loaded?
I am making a C++ game and integrating Steam's API on Windows MinGW GCC via MSYS2 environment. I am successfully linking to the library, and some of the functions run properly.
I am able to initialize...
Curved
Votes: 0
Answers: 1