How to add additional libraries to Visual Studio project?

前端 未结 4 1923
一向
一向 2020-11-22 06:53

Allergro is an open souce C++ addon library for graphics manipulation. How do I add this library to my compiler?

The instructions don\'t work for me as I have Window

4条回答
  •  逝去的感伤
    2020-11-22 07:46

    This description is very vague. What did you try, and how did it fail.

    To include a library with your project, you have to include it in the modules passed to the linker. The exact steps to do this depend on the tools you are using. That part has nothing to do with the OS.

    Now, if you are successfully compiling the library into your app and it doesn't run, that COULD be related to the OS.

提交回复
热议问题