Re: [xplc-general] Shareable binaries between gnu g++ and Microsoft Visual C++
Cross-platform lightweight components
Status: Alpha
Brought to you by:
pphaneuf
From: Pierre P. <pph...@gm...> - 2006-10-02 09:32:39
|
On 9/27/06, Lester Memmott <lme...@ya...> wrote: > I found you are right. The problem wasn't with g++ but was MSVC Instead. > The default is not the COM calling convention. Once I added the __stdcall > modified to the method declarations in the MSVC code, I have MSVC and g++ > calling each others code. Thanks! Good to hear! > Regarding a Cygwin-XPLC build, I didn't get very far down this path. If I > get some time I'll see if I can get it working. If so, I'll post it back > here. Okay, thanks! |