Using static libraries

Sysprogs forums Forums VisualGDB Using static libraries

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10854
    Kasper
    Participant

    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?

    Thanks!

    #10857
    support
    Keymaster

    Hi,

    It could be the extern “C” issue. Please try following this tutorial for instructions on fixing it: https://visualgdb.com/tutorials/tips/externc/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.