ocaml / flexdll

a dlopen-like API for Windows
Other
98 stars 30 forks source link

Flexdll is incompatible with visual studio 2017.3 #39

Closed bschommer closed 6 years ago

bschommer commented 7 years ago

When compiling ocaml with visual studio 2017.3 I get the following error message during linking of the unix library:

Creating library C:\cygwin\tmp\dyndll_implib571fa3.lib and object 
 C:\cygwin\tmp\dyndll_implib571fa3.exp
 C:\cygwin\tmp\dyndll_implib571fa3.lib : fatal error LNK1136: invalid or corrupt file
bschommer commented 6 years ago

There is a Mantis issue for this + PR so I'm closing this.