[fpc-devel]About name mangling

Peter Vreman peter at freepascal.org
Tue Apr 2 12:43:58 CEST 2002


> Hello All,
> A question about rules of name mangling in FPC. If we use CDECL or
> CPPDECL calling conventions, the compiler uses C or C++ rules of name
> mangling, and it's true because this solution simplifies using C/C++
> libraries. But why STDCALL uses FPC internal name mangling style instead
> C standard (_<name>@<params_size_in_bytes>?

Because that is not coded :)







More information about the fpc-devel mailing list