How to add a library to an Eclipse project

前端 未结 3 463
我在风中等你
我在风中等你 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:15

    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

提交回复
热议问题