Open lrineau opened 3 years ago
Thank you for using sisl and for your feedback!
Dynamic building of both sisl and gotools will currently fail on Windows. A fix is in progress and will be handled by a separate pull request.
I'll keep this pull request open until the issue is addressed.
On Windows, when
sisl
is compiled as a DLL, thenSISLNEEDPROTOTYPES
must be defined, to that__declspec(dllexport)
and__declspec(dllimport)
are actually used.