hb-mkslib.sh harbour.dll libhbvm.a libhbrtl.a libhbcommon.a <otherhblibs,...>

but it's not necessary. ./make_gnu.sh install will be enough.

I've manually built harbour.dll using the above method,
and I can now confirm that MSVS2005cpp, MSVS2005,
MSVS2008cpp, MSVS2008 work with the MinGW built harbour.dll.
I've tested with hbtest-dll.exe from each build.

[ It didn't work with harbour-b32.dll of course, as this
one has a leading underscore on each exported symbol
(maybe a different calling convention too). I wonder
if using __stdcall [__export] with BCC32 couldn't solve
this problem. I tried to change HB_EXPORT to __export,
but so far it failed with different error messages. ]

I couldn't try the other was round, as I don't know
how to build hbtest.exe with harbour.dll dynamic lib
using MinGW. But I suspect it would work also.

Brgds,
Viktor

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to