I’ve been writing a static library using VisualGDB with VS17.
When i wanna use/test my library, following https://visualgdb.com/tutorials/linux/libraries/, i get “undefined reference” to all the functions in my library. IntelliSense is working fine. I’ve run through the guide 3 times, and everytime it is the same result. Any idea what the problem could be wrong?