Linking against a Win32-DLL

torhu fake at address.dude
Sun Jul 8 12:58:17 PDT 2007


Marc Müller wrote:
> Hello,
> 
> as my first Project in D I am going to write a Application for my Wacom 
> graphic tablet.
> 
> So i have to use a windows dll(wintab32.dll) - but i don't have a 
> corresponding lib-file.

You can use the implib tool to create an import library.

implib /s wintab32.lib wintab32.lib

Download and docs:
http://ftp.digitalmars.com/bup.zip
http://www.digitalmars.com/ctg/implib.html



More information about the Digitalmars-d mailing list