> Hi Toto!
>
[quoted text clipped - 4 lines]
>
> This is the default naming if you choose 'extern "C"'.
Well, that is the combination of extern "C" with __stdcall (which is part of
WINAPI). It definitely is not the C++ mangled name, which encodes all
parameters, namespace, and so forth.
> If you want other names, you must use a *.def file!
Yes, and also allows you to control ordinals, etc.
> Greetings
> Jochen