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
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.
libgdi32.a
gdi32