Tengo generada la lib. para msvc32 sin problemas, pero mi curiosidad es que para Borland 32 7.4 pesa unos 29 Ks. y sin embargo para MSVC32 59, el doble.
me parece raro ya que los ejecutables, si bien son un pocos mas grandes en MSVC , la diferencia es insignificante.
Algo debo hacer mal en la generacion de la lib para que pese tanto. Os adjunto el fichero .hbp para ver si vosotros veis algo
que tendria que cambiar.
- Code: Select all Expand view
#
# Flags del compilador
#
-inc
-hblib
# -pause
#
# prg principal
#
C:\FivEdit\Projects\Jvchwin\source\UTILS
C:\FivEdit\Projects\Jvchwin\source\CALC
C:\FivEdit\Projects\Jvchwin\source\USBFUNCS
#INCLUDEs
-ic:\fwh\include
#LIBRERIAS FW
-Lc:\fwh\lib
-lFiveH32
-lFiveHC32
#
# lib: Jvchwin
#
-oC:\FivEdit\Projects\Jvchwin\lib\Jvchwin
#LIBRERIAS HARBOUR (se añaden las cabeceras .hbc)
xhb.hbc
hbct.hbc
hbwin.hbc
hbmzip.hbc
hbziparc.hbc
hbhpdf.hbc
hbcomm.hbc
hbmxml.hbc
Gracias anticipadas.
Jose