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)
Undefined symbol when creating a shared object with SDL2
I'm trying to encapsulate some SDL2 functions into my own class. I'm working with C++ and compiling with g++.
Here's my error:
I'm creating a .so library with the following Makefile
NAME = ar...
ActuallyAntho
Votes: 0
Answers: 1
Storing Char and Int in an array and writing it to a Text File
I am trying to store char and int to the array 'employeeInfo' and write it to the text box 'KMARTEXT.txt'.
i am not sure on how to store in an array then to a text file.
I had the error in the addEmpl...
Chuya Siy
Votes: 0
Answers: 2
How do i solve "Undefined symbols for architecture arm64" error?
I used the latest version of the AdMob plugin & unity Mediation plugin. but I still get this error, How do I solve the "Undefined symbols for architecture arm64" error?. Please help me t...
Praveen
Votes: 0
Answers: 1
OpenCV g++ undefined reference when compiling works in one machine but not in another
I'm facing the apparently very typical undefined reference with OpenCV linking with g++. I'm running in two machines, both with opencv/2.3.14.6 installed, linux OS, same code to compile, using pkg-con...
Zhmel
Votes: 0
Answers: 0