Elegant way to use dynamic bindings

Mike Parker aldacron at gmail.com
Fri Feb 9 12:53:44 UTC 2018


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.


More information about the Digitalmars-d-learn mailing list