Re: [Mingw-w64-public] Linking against delay loaded libraries.

2012-04-19 Thread JonY
On 4/19/2012 23:56, Kai Tietz wrote: > 2012/4/19 JonY : >> On 4/19/2012 19:51, MARTIN Pierre wrote: >>> Dear JonY, >>> Fastcall and stdcall are different call conventions, so don't mix them up. >>> i know, but i tried to see what happenned. >>> Seeing your earlier gendef output, _ZN7TotoL

Re: [Mingw-w64-public] Linking against delay loaded libraries.

2012-04-19 Thread Kai Tietz
2012/4/19 JonY : > On 4/19/2012 19:51, MARTIN Pierre wrote: >> Dear JonY, >> >>> Fastcall and stdcall are different call conventions, so don't mix them up. >> i know, but i tried to see what happenned. >> >>> Seeing your earlier gendef output, _ZN7TotoLibC1Ev@4@4 looks very wrong, >>> how are you b

Re: [Mingw-w64-public] Linking against delay loaded libraries.

2012-04-19 Thread JonY
On 4/19/2012 19:51, MARTIN Pierre wrote: > Dear JonY, > >> Fastcall and stdcall are different call conventions, so don't mix them up. > i know, but i tried to see what happenned. > >> Seeing your earlier gendef output, _ZN7TotoLibC1Ev@4@4 looks very wrong, >> how are you building the DLL? Maybe y

Re: [Mingw-w64-public] Linking against delay loaded libraries.

2012-04-19 Thread MARTIN Pierre
Dear JonY, > Fastcall and stdcall are different call conventions, so don't mix them up. i know, but i tried to see what happenned. > Seeing your earlier gendef output, _ZN7TotoLibC1Ev@4@4 looks very wrong, > how are you building the DLL? Maybe you can pass me the source/headers > off-list. i did!

Re: [Mingw-w64-public] Linking against delay loaded libraries.

2012-04-19 Thread JonY
On 4/19/2012 09:10, MARTIN Pierre wrote: > i just tried replacing all __stdcall on my example by __fastcall, and rebuilt > the test library, re-made the .def / .delayed.a etc. Then the main executable > can link against the library (Although, the .def looks exactly the same to > me...), but it c