D2 Win API Problem

torhu no at spam.invalid
Mon Sep 21 15:04:17 PDT 2009


On 21.09.2009 17:11, A Bothe wrote:
> I solved the problem!
>
> I've to make the function pointer to be extern(C),
> so I will have
>
> extern(C)
> {
> int function(...) tfunc;
> }

MessageBoxA is definitely stdcall, so extern (Windows) is correct.  So 
the problem has to be something else.


More information about the Digitalmars-d-learn mailing list