how do i fix this node_dlang error?

Jack jckj33 at gmail.com
Mon Jun 7 22:24:03 UTC 2021


On Monday, 7 June 2021 at 20:13:03 UTC, frame wrote:
> On Monday, 7 June 2021 at 02:33:38 UTC, Jack wrote:
>
>> What am I missing?
>
> If this runs under Windows, there is no dlopen(), maybe a 
> wrapper to LoadLibrary() but this will need to call a DllMain() 
> in the DLL if I am not wrong. Is there a DllMain?

I think the entry point function is ```void atStart(napi_env env) 
{}``` so there's no DllMain...


More information about the Digitalmars-d-learn mailing list