Pre-built binaries for Visual Studio C++ #2504
-
|
I’m new here and I kindly ask for help. We’re looking for pre-built binaries for a C++ project in Visual Studio, and I can’t find where to download them |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
Beta Was this translation helpful? Give feedback.
-
|
This is how I build HiGHS with Microsoft visual studio: git clone https://github.com/ERGO-Code/HiGHS.git This will generate under Release\bin the following files: I also noted that you can find highs.dll here: https://www.nuget.org/packages/Highs.Native |
Beta Was this translation helpful? Give feedback.
-
|
Take a look at https://github.com/peno64/HiGHStest/blob/main/call_highs_from_c.cpp |
Beta Was this translation helpful? Give feedback.
I think we removed the shared libraries from HiGHSStatic to reduce file sizes because people downloading the binaries should probably just care about the executable.
If you're compiling a C++ library, you must be familiar with compilers etc; just compile HiGHS yourself. It has no dependencies.