On Friday, 9 February 2018 at 12:15:04 UTC, Dennis wrote:

I found the IMPLIB tool (http://www.digitalmars.com//ctg/implib.html) and made a .lib for the .dll and at first I got:

Error 42: Symbol Undefined _CoreGetAPIVersions
Error: linker exited with status 1


Forgot to address this in the previous post.

Did you link with the library you created with implib? That linker error suggests you didn't.

Reply via email to