How to do implicit link shared library wit visualgdb ?

Sysprogs forums Forums VisualGDB How to do implicit link shared library wit visualgdb ?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12137
    rhysol
    Participant

    I made a so file by myself. I want use this shared library in my project. I’ve add it to “Additional linker inputs” link this

    “-L/root/project/SOExpolre/SOClient/lib/SharedLibrary.so”. I also included the .h file of shared library to my project.

    But when I build the project, visual studio report “error MSB3073”. If you know how to fix this problem, please tell me.

    I would be appreciate for your help.

    #12146
    support
    Keymaster

    Hi,

    Unfortunately various linker input-related flags used by gcc are quite confusing and it looks like you are using the -L input (library search directories) incorrectly. Please refer to the following page for an overview of the related settings: http://visualgdb.com/support/linkerinputs/

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