[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] How to compile GLPK library for windows with Visual Stud
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] How to compile GLPK library for windows with Visual Studio C++ project using Makefile |
Date: |
Thu, 26 Feb 2015 12:07:41 +0300 |
> Now I want to include glpk library to a Visual Studio C++ project that
> is compiled with Makefile. I am confused that glpk library is a static
> or dynamic library since it contains both of .dll and .lib files.
>
> So, I do not know how to add glpk library to my project.
>
The .lib file is needed for linking, so it should be included in your
project. The .dll file should be available when you run the application.