... ARMANDO.Obj Del ARMANDO.Obj
@If Exist *.Log Del *.Log
@If Exist ARMANDO.Map Del ARMANDO.Map
@If Exist ARMANDO.PPO Del ARMANDO.Ppo
@If Exist ARMANDO.TDS Del ARMANDO.TDS
@If Exist *.Bc Del *.bc
@If Exist ARMANDO.C Del ARMANDO.C
@If Exist ARMANDO.HC Del *.HC
If Exist ARMANDO.Exe Del ARMANDO.Exe ...
Search found 48 matches: tds
Searched query: tds
- Mon Jan 29, 2024 2:23 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Cómo omitir el Fichero .TDS?
- Replies: 9
- Views: 1320
- Mon Jan 29, 2024 2:18 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Cómo omitir el Fichero .TDS?
- Replies: 9
- Views: 1320
Re: Cómo omitir el Fichero .TDS?
Armando, como siempre usamos:
https://www.allegro.cc/forums/thread/586205/595323
A menos que me equivoque, AYUDA no tiene nada al respecto.
Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc.
Syntax: ILINK32 objfiles, exefile, mapfile, libfiles, deffile ...
https://www.allegro.cc/forums/thread/586205/595323
A menos que me equivoque, AYUDA no tiene nada al respecto.
Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc.
Syntax: ILINK32 objfiles, exefile, mapfile, libfiles, deffile ...
- Mon Jan 29, 2024 1:49 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Cómo omitir el Fichero .TDS?
- Replies: 9
- Views: 1320
Re: Cómo omitir el Fichero .TDS?
It does not work (just tested).
- Mon Jan 29, 2024 1:20 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Cómo omitir el Fichero .TDS?
- Replies: 9
- Views: 1320
Re: Cómo omitir el Fichero .TDS?
Dear Enrico,
thanks for your feedback, my mistake to trust AI without checking it
This flag may work: -Gn
thanks for your feedback, my mistake to trust AI without checking it

This flag may work: -Gn
Again it comes from AI so it has to be checkedUse the -Gn option to disable incremental linking, which also prevents the generation of TDS files.
- Mon Jan 29, 2024 9:05 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Cómo omitir el Fichero .TDS?
- Replies: 9
- Views: 1320
Re: Cómo omitir el Fichero .TDS?
As far as I know, TDS files can't be omitted. Just delete them after linking phase.
- Mon Jan 29, 2024 9:04 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Cómo omitir el Fichero .TDS?
- Replies: 9
- Views: 1320
Re: Cómo omitir el Fichero .TDS?
Tienes que usar -td en minúsculas
There is no -td switch for ilink32.exe:
Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc.
Syntax: ILINK32 objfiles, exefile, mapfile, libfiles, deffile, resfiles
@xxxx indicates use response file xxxx
General Options:
-C Clear ...
There is no -td switch for ilink32.exe:
Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc.
Syntax: ILINK32 objfiles, exefile, mapfile, libfiles, deffile, resfiles
@xxxx indicates use response file xxxx
General Options:
-C Clear ...
- Mon Jan 29, 2024 6:21 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Cómo omitir el Fichero .TDS?
- Replies: 9
- Views: 1320
Re: Cómo omitir el Fichero .TDS?
Tienes que usar -td en minúsculas
En tu imagen estás usando -Tds. No es correcto
En tu imagen estás usando -Tds. No es correcto
- Sun Jan 28, 2024 6:35 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Cómo omitir el Fichero .TDS?
- Replies: 9
- Views: 1320
Re: Cómo omitir el Fichero .TDS?
Master:
No logro el objetivo
[url=https://imgbb.com/][img]https://i ... .jpg[/img]
[/url]
Muchas gracias por el apoyo
No logro el objetivo

[url=https://imgbb.com/][img]https://i ... .jpg[/img]
[/url]
Muchas gracias por el apoyo
- Sun Jan 28, 2024 6:50 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Cómo omitir el Fichero .TDS?
- Replies: 9
- Views: 1320
Re: Cómo omitir el Fichero .TDS?
Estimado Armando,
Prueba a pasarle el flag -td al ilink32.exe
Prueba a pasarle el flag -td al ilink32.exe
- Sat Jan 27, 2024 11:44 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Cómo omitir el Fichero .TDS?
- Replies: 9
- Views: 1320
Cómo omitir el Fichero .TDS?
Amigos del foro:
Cuando compilo usando xMate, se genera un fichero con el nombre de la aplicación
y con extensión .TDS, que es? y como omitirlo?
Saludos
Cuando compilo usando xMate, se genera un fichero con el nombre de la aplicación
y con extensión .TDS, que es? y como omitirlo?
Saludos
- Sat Sep 18, 2021 2:07 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
- Replies: 9
- Views: 10458
Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
... echo $(GDI32_LIB) + >> make.tmp
@echo $(GDIPLUS_LIB) + >> make.tmp
@echo $(SHELL32_LIB) + >> make.tmp
@echo $(IMPORT32_LIB), + >> make.tmp
!if $(RES_FILE) == YES
@echo ,$(APP_RES) >> make.tmp
!endif
$(BORLANDC_LINK_EXE) $(BORLANDC_LINK_FLAGS) @make.tmp
@del $(APP_NAME).tds
@del make.tmp
@echo $(GDIPLUS_LIB) + >> make.tmp
@echo $(SHELL32_LIB) + >> make.tmp
@echo $(IMPORT32_LIB), + >> make.tmp
!if $(RES_FILE) == YES
@echo ,$(APP_RES) >> make.tmp
!endif
$(BORLANDC_LINK_EXE) $(BORLANDC_LINK_FLAGS) @make.tmp
@del $(APP_NAME).tds
@del make.tmp
- Mon May 18, 2020 1:02 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: ResEdit y Borland 7.4
- Replies: 15
- Views: 4119
Re: ResEdit y Borland 7.4
... include\dinkumware -iC:\BORLAND\BCC74\include\windows\sdk LeaveW32.Rc >Rick.Txt
del *.iL?
del *.map
del *.obj
del *.~rc
del *.rws
:del *.res
del *.tds
echo done!
In case something happens during the .rc compile .. I send the output >Rick.txt. When this batch file is complete two files are ...
del *.iL?
del *.map
del *.obj
del *.~rc
del *.rws
:del *.res
del *.tds
echo done!
In case something happens during the .rc compile .. I send the output >Rick.txt. When this batch file is complete two files are ...
- Wed Aug 29, 2018 9:34 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse error on version 18.05
- Replies: 17
- Views: 5921
- Tue Jan 17, 2017 5:32 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Felices reyes!
- Replies: 60
- Views: 25899
Re: Felices reyes!
... que proporcionas son mas modernas o son de otra version de harbour mas antigua.
He visto que tienes otros archivos DemoPdf.xpj DemoPdf.xdt DemoPdf.tds que herramientas usas para verlo, este es el que compila nunca he usado compilado asi.
Carlos estos prg THaruPDFBase.prg THaruPDF.prg HaruFonts.prg ...
He visto que tienes otros archivos DemoPdf.xpj DemoPdf.xdt DemoPdf.tds que herramientas usas para verlo, este es el que compila nunca he usado compilado asi.
Carlos estos prg THaruPDFBase.prg THaruPDF.prg HaruFonts.prg ...
- Tue Jan 17, 2017 4:13 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Felices reyes!
- Replies: 60
- Views: 25899
Re: Felices reyes!
Gracias por tu ejemplo, lo he tratado de compilar pero me genera errores.
el archivo DemoPdf.xpj DemoPdf.xdt DemoPdf.tds que herramientas usas para verlo, este es el que compila.
creo mi compilacion con .mak Pero me genera estos errores.
Turbo Incremental Link 6.70 Copyright (c) 1997-2014 ...
el archivo DemoPdf.xpj DemoPdf.xdt DemoPdf.tds que herramientas usas para verlo, este es el que compila.
creo mi compilacion con .mak Pero me genera estos errores.
Turbo Incremental Link 6.70 Copyright (c) 1997-2014 ...