How to add a library to an Eclipse project

前端 未结 3 461
我在风中等你
我在风中等你 2020-11-27 07:45

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

3条回答
  •  醉梦人生
    2020-11-27 08:17

    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.

提交回复
热议问题