Linking problem on Windows, any ideas ?

Pontus Carlsson pontusjoncarlsson at gmail.com
Sat Aug 20 10:15:16 PDT 2011


On 2011-08-20 18:59, Thiago Macieira wrote:
> e C calling convention; stdcall is a Windows-specific calling
> convention passing values in registers and having the callee pop the stack.
> The C++ member calling convention is called "thiscall", whereas statics get
> the same calling convention as C functions.
>
> All current C++ compilers implement static and extern "C++" calling like a C
> function, even though the standard doesn't require it.
Dooh!

Correct down the the comma's, I'm sorry for my misleading information. 
Mixed some stuff up there.


More information about the dbus mailing list