Re: [xplc-general] Shareable binaries between gnu g++ and Microsoft Visual C++
Cross-platform lightweight components
Status: Alpha
Brought to you by:
pphaneuf
From: Simon L. <sf...@la...> - 2006-09-25 21:36:24
|
On Mon, Sep 25, 2006 at 02:21:09PM -0700, Lester Memmott wrote: > Does XPLC allow binaries to be compiled with one compiler and used by > another? > > For example, if I have an XPLC DLL compiled in Microsoft Visual C++ > (MSVC), can it be used by an EXE or DLL compiled in gnu g++? ...or > vise versa? (Note: I'm using Cygwin gcc 3.4.4 on Windows along with > MSVC .Net 2003). As long as your compiler generates COM-style vtables, that should work just fine. Of course, it has to be an XPLC library (or wrapper) for this to work. Cheers, -- Simon Law http://www.law.yi.org/~sfllaw/ |