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)
Linker can only find part of .o in .a file
I am trying to use mingw-w64 to create a static lib on windows.
Catalog
Static Lib src:
// test.h
#ifndef __TEST_H
#define __TEST_H
int add(int a, int b);
int div(int a, int b);
int sub(int a, int b)...
Liu Neng
Votes: 0
Answers: 0
Using Vs code to run c++ with windows api
I'm trying to implement a c++ code with windows API in VS Code. But the extension available at vs code is not supporting API functions. The error is
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32...
Priya Prakash
Votes: 0
Answers: 0
'.' is not recognized as an internal or external command while compiling
Recently I exploring jitsi meet with the latest version, and I try to build the application.
But, after compiling makefile using make on Windows 10, I got an error '.' is not recognized as an internal...
Wildanzr
Votes: 0
Answers: 1
g++ Argument list too long
I am compiling my code using the MinGW toolchain. I have hundreds of files in my projects, that cannot be changed, so hundreds of object files are produced. During linking the g++.exe command failes b...
Andrew
Votes: 0
Answers: 1