Problems when using DLL-Functions
Marc Müller
dont at spam.me
Mon Jul 9 04:57:21 PDT 2007
torhu schrieb:
> Marc Müller wrote:
>> extern(C)
>> UINT WTInfoA(UINT, UINT, LPVOID);
>
> Try extern (Windows) instead of extern (C) here.
Thanks for the hint. When I try extern(Windows) the Compiler/Linker
complains:
Error 42: Symbol Undefined _WTInfoA at 12
Listing the content of the lib-file with
libunres.exe -e -p wintab32.lib
results in:
...
_WTInfoA
...
-Marc-
More information about the Digitalmars-d-learn
mailing list