I’m using visual studio 2019 and compiling for ARM android. One of the twelve libraries in my solution is failing to link properly. It is showing a sizable number of class methods that are both defined and undefined. Here is one example using the command line: nm -C -g Services_Droid.a 1>Services_Droid_All.txt I get a listing and the example constructor method
Tag: visual-studio-2019
Compiling my C++ exe for Linux with VS2019
I have created a C++ standalone exe with VS2019. This exe uses 1 external ressource file. This exe creates WAV files. It does not use any special libraries. I have been asked if this application runs under Linux, too. What would I have to do / check to see if / how I can compile my application for Linux, and