I haven't tried doing that. It seems a very bumpy road,
and I'm not very positive this is possible at all, unless GCC
linker gets support for MS .lib format, calling/naming
conventions. And even then there is the potential problem
of resolving CRTL functions.

Instead, you may encapsulate the MSVC dependent
functionality into a self contained .dll, and try using that .dll
with the GCC linked executable. This may also have some
tricky bits, but these are documented on the net and most
probably solvable with some playing around.

Brgds,
Viktor

On Tue, Feb 3, 2009 at 4:05 PM, Alex Strickland <s...@mweb.co.za> wrote:

> Hi Viktor
>
> I tried to use Mingw and GCC some while back, but I use some MSVC compiled
> commercial libs and so could not proceed. Do you know of any solutions for
> linking MSVC libs with GCC code?
>
> Thanks
> Alex
>
> _______________________________________________
> Harbour mailing list
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to