On Monday, 29 October 2018 at 00:01:21 UTC, DanielG wrote:
DLLPROJECT_API

I guess that's a __declspec(dllexport); in that case try

export extern(C) extern __gshared int myIntValue;

=> that's dllimport for extern variables, and dllexport for non-extern ones.

Reply via email to