Zarith icon indicating copy to clipboard operation
Zarith copied to clipboard

Windows MSVC ABI compatible build

Open trou opened this issue 7 years ago • 1 comments

Hello, I've been trying to get a Windows build compatible with MSVC ABI (to load a .dll in a MSVC compiled binary). Has anyone managed to compile gmp/zarith in a setup like this ?

trou avatar Jan 22 '19 17:01 trou

This is possible to do using vcpkg's port of GMP cf, #157 and discussion in #155, although it requires some manual steps outlined in #155 for now.

dra27 avatar Sep 08 '24 13:09 dra27