Linking against a Win32-DLL

BLS nanali at nospam-wanadoo.fr
Sun Jul 8 13:25:34 PDT 2007


torhu schrieb:
> 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

Guess you mean :
implib /s wintab32.lib wintab32.DLL

Hi Marc , what tool do you use to convert the c header ? Walter s htod, 
or Gregor s BCDGen
Bjoern



More information about the Digitalmars-d mailing list