I remember this has worked once already in the past, (copying *.dll to lib*.a and using *.dll directly in mingw ) but maybe I'm wrong, or it just worked in some cases, and not in some others.
This is the second example where it doesn't work (previous one was mysql.dll). [ So far it looks this is similar issue with leading underscore which is present with bcc, and implies using implib -a option. ] Any idea how to use .dlls with mingw in a stable way (using mingw only tools)? Viktor On 2010 May 5, at 12:09, Massimo Belgrano wrote: > SET HB_WITH_ADS=C:\DEVL\acesdk > SET HB_BUILD_IMPLIB=yes > SET HB_COMPILER=mingw > SET HB_INSTALL_PREFIX=C:\HARBOUR > SET PATH=C:\DEVL\MinGWtdm\BIN;C:\HARBOUR\BIN\WIN\mingw;%PATH% > WIN-MAKE clean install > here libace32.a seem copied from ace32.dll istead of libace32.a so i must do > copy C:\devl\acesdk\ace32.lib C:\HARBOUR\LIB\win\mingw\libace32.a > > Directory di C:\harbour\lib\win\mingw > > 05/05/2010 11:37 1.003.568 libace32.a > 1 File 1.003.568 byte > 0 Directory 292.323.151.872 byte disponibili > > C:\harbour\lib\win\mingw>dir \devl\acesdk\ace32.* > Il volume nell'unità C è VAIO2 > Numero di serie del volume: 0241-0D5E > > Directory di C:\devl\acesdk > > 16/08/2007 20:10 83.158 ace32.bas > 08/04/2009 17:43 9.536 ace32.def > 16/08/2007 20:10 1.003.568 ace32.dll > 16/08/2007 20:10 115.518 ace32.lib > 4 File 1.211.780 byte > 0 Directory 292.323.151.872 byte disponibili > > C:\harbour\lib\win\mingw>copy \devl\acesdk\ace32.lib libace32.a > > i want remember that For use with MinGW, you do not have to create anything, > but you can > rename the distributed ace32.lib (for MSVC) as libace32a. as follows: > COPY ace32.lib libace32.a > -- > Massimo Belgrano > > > _______________________________________________ > Harbour mailing list (attachment size limit: 40KB) > [email protected] > http://lists.harbour-project.org/mailman/listinfo/harbour _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
