Hola a todos.
Hasta que he descargado la versi贸n 123 de xHarbour, usaba VERCE para compilar, pero ahora con esta versi贸n no salen los errores al compilar, por lo que me decid铆 a hacer un build y dejar de usar VERCE hasta que se solucione el problema ( si su autor por supuesto tiene tiempo y quiere ), basandome en los ejemplos que he visto por el foro.
El problema es al linkar, me marca siempre este error :
Fatal: Too many MAP file names: QGTV32.obj
Estos son los dos ficheros del build que uso, por si alguien me puede echar una mano en ver donde est谩 el error.
Muchas gracias.
Este es el bat de compilado y enlazado :
Este el archivo de Linkado.
Hasta que he descargado la versi贸n 123 de xHarbour, usaba VERCE para compilar, pero ahora con esta versi贸n no salen los errores al compilar, por lo que me decid铆 a hacer un build y dejar de usar VERCE hasta que se solucione el problema ( si su autor por supuesto tiene tiempo y quiere ), basandome en los ejemplos que he visto por el foro.
El problema es al linkar, me marca siempre este error :
Fatal: Too many MAP file names: QGTV32.obj
Estos son los dos ficheros del build que uso, por si alguien me puede echar una mano en ver donde est谩 el error.
Muchas gracias.
Este es el bat de compilado y enlazado :
@Echo Off
Cls
Echo 脷脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛驴
Echo 鲁 FiveWin For xHarbour 13.01 Enero de 2013 xHarbour Development Power 聽 聽 聽 鲁脺
Echo 鲁 (c) FiveTech, 1993-2013 For Microsoft Windows 95/98/NT/2000/ME And XP 聽 聽 鲁脹
Echo 脌脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脵脹
Echo 每 脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽
Echo .
Echo Espere... Compilando los Modulos del Programa... Procesando...
Echo Generando Archivo ERRO.LOG.
ECHO ON
Set hdir=C:\XHARBOUR121A
Set bcdir=C:\bcc582
Set fwhdir=C:\FWH1301
REM @If Exist *.Bak 聽 Del *.Bak
@If Exist *.Obj 聽 聽 聽 Del *.Obj
@If Exist *.Log 聽 聽 聽 Del *.Log
@If Exist *.Map 聽 聽 聽 Del *.Map
@If Exist *.PPO 聽 聽 聽 Del *.Ppo
@If Exist 聽QGTV32.TDS Del QGTV32.TDS
REM @If Exist *.Bc 聽 聽 聽 聽Del *.bc
@If Exist *.C 聽 聽 聽 聽 Del *.C
@If Exist 聽QGTV32.Exe Del QGTV32.Exe
If Exist 聽QGTV32.Exe Del 聽QGTV32.Exe
REM -> Area de Archivos con Extension *.PRG compilados con xHarbour121a y FiveWin 13.01
REM -- XHARBOUR ---
%hdir%\bin\harbour QGTV32 /m /n /es2 /gc0 聽/i%fwhdir%\include;%hdir%\include;%bcdir%\include /w0 /p > Erro.log
%hdir%\bin\harbour QGV /m /n /es2 /gc0 聽/i%fwhdir%\include;%hdir%\include;%bcdir%\include /w0 /p >> Erro.log
%hdir%\bin\harbour QGC /m /n /es2 /gc0 聽/i%fwhdir%\include;%hdir%\include;%bcdir%\include /w0 /p >> Erro.log
%hdir%\bin\harbour WRED /m /n /es2 /gc0 聽/i%fwhdir%\include;%hdir%\include;%bcdir%\include /w0 /p >> Erro.log
REM -- BORLAND ---
%bcdir%\bin\bcc32 -M -c -v -O2 -eQGTV32.exe -I%hdir%\include -I%bcdir%\include QGTV32.C >> Erro.log
%bcdir%\bin\bcc32 -M -c -v -O2 -eQGV.exe -I%hdir%\include -I%bcdir%\include QGV.C >> Erro.log
%bcdir%\bin\bcc32 -M -c -v -O2 -eQGC.exe -I%hdir%\include -I%bcdir%\include QGC.C >> Erro.log
%bcdir%\bin\bcc32 -M -c -v -O2 -eWRED.exe -I%hdir%\include -I%bcdir%\include WRED.C >> Erro.log
If ErrorLevel 1 Type Erro.log | More
If ErrorLevel 1 Goto Exit
:ENDCOMPILE
%bcdir%\bin\ilink32 -Gn -aa -Tpe -s @LQGTV32.LIN >> Erro.log
Echo .
IF ERRORLEVEL 1 GOTO LINKERROR
rem Cls
QGTV32
GOTO EXIT
:LINKERROR
PAUSE * Ha habido errores en el proceso de Linkado. Ver ERRO.LOG *
GOTO EXIT
Echo .
cls
:EXITEste el archivo de Linkado.
REM LQGTV32.LIN
c:\bcc582\lib\c0w32.obj +
QGTV32.obj +
QGV.obj +
QGC.obj +
WRED.obj, + 聽
QGTV32.exe, +
QGTV32.map, +
C:\fwh1301\lib\FiveHX.Lib +
C:\fwh1301\lib\FiveHC.Lib +
C:\XHARBOUR121A\lib\hbzip.Lib +
C:\XHARBOUR121A\lib\zlib.Lib +
C:\XHARBOUR121A\lib\rtl.Lib +
C:\XHARBOUR121A\lib\vm.Lib +
C:\XHARBOUR121A\lib\gtgui.Lib +
C:\XHARBOUR121A\lib\lang.Lib +
C:\XHARBOUR121A\lib\macro.Lib +
C:\XHARBOUR121A\lib\rdd.Lib +
C:\XHARBOUR121A\lib\dbfntx.Lib +
C:\XHARBOUR121A\lib\dbfcdx.Lib +
C:\XHARBOUR121A\lib\debug.Lib +
C:\XHARBOUR121A\lib\common.Lib +
C:\XHARBOUR121A\lib\tip.Lib +
C:\XHARBOUR121A\lib\pp.Lib +
C:\XHARBOUR121A\lib\dbffpt.Lib +
C:\XHARBOUR121A\lib\codepage.Lib +
C:\XHARBOUR121A\lib\HbSix.Lib +
C:\XHARBOUR121A\lib\PcRepos.Lib +
C:\XHARBOUR121A\Lib\ct.Lib +
C:\XHARBOUR121A\Lib\png.Lib +
C:\Bcc582\lib\cw32.Lib +
C:\Bcc582\lib\psdk\msimg32.Lib +
C:\Bcc582\lib\psdk\odbc32.Lib +
C:\Bcc582\lib\psdk\rasapi32.Lib +
C:\Bcc582\lib\psdk\nddeapi.Lib +
C:\Bcc582\lib\psdk\psapi.Lib +
C:\Bcc582\lib\psdk\iphlpapi.Lib +
C:\Bcc582\lib\import32.Lib +
C:\APL32\QSI32\SBROWSEX.LIB +
C:\APL32\QSI32\SBUTTONX.LIB,
QGTV32.RES