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.
If on eclipse 3.5 the place to add is project->properties->C++ Build->Settings Then choose the tool chain you are using then in Libraries and add the library name to the top box and the path to the bottom
right click to project -> Properties -> C/C++ Build, go to Library and add it there.
if the library is libgdi32.a
, you should add gdi32
in the library section.