SINTEF-Geometry / SISL

The SINTEF Spline Library
GNU Affero General Public License v3.0
182 stars 61 forks source link

Windows: SISLNEEDPROTOTYPES so that GO_API is used #35

Open lrineau opened 3 years ago

lrineau commented 3 years ago

On Windows, when sisl is compiled as a DLL, then SISLNEEDPROTOTYPES must be defined, to that __declspec(dllexport) and __declspec(dllimport) are actually used.

sbriseid commented 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.