I\'m trying to add a Library to Eclipse Galileo and it won\'t work out.
Library: gdi32.lib -> In MinGW: libgdi32.a
Whatever I try, it doesn\'t work. Can anyo
I have the similar problem. As Mark suggested, in project->properties->C++ Build->Settings, we have to add
1) library name (for eg: libsnap7.so, only snap7 is the name) 2) library path (eg: /usr/lib)
Problem remained unsolved till I do this.