python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
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
CMake can't find BLAS on MSYS2
I am trying to compile this software in the MSYS2 environment on Windows. This is the line looking for the packages:
FIND_PACKAGE(BLAS REQUIRED)
FIND_PACKAGE(LAPACK REQUIRED)
SET(CMAKE_REQUIRED_LIBRAR...
Foad S. Farimani
Votes: 0
Answers: 0