Search found 379 matches: tpe

Searched query: tpe

by servicomver
Fri Feb 14, 2025 7:09 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda para compiar
Replies: 0
Views: 83

Ayuda para compiar

... lib + >> b32.bc
echo %bcdir%\lib\psdk\uxtheme.lib , >> b32.bc

IF EXIST %1.res echo %1.res >> b32.bc
if %GT% == gtwin %bcdir%\bin\ilink32 -Gn -Tpe -s @b32.bc
IF ERRORLEVEL 1 GOTO LINKERROR
if %GT% == gtgui %bcdir%\bin\ilink32 -Gn -aa -Tpe -s @b32.bc
IF ERRORLEVEL 1 GOTO LINKERROR
ECHO ...
by Jimmy
Fri Oct 11, 2024 11:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 3627

Re: why, under 64 Bit OS, does not Find UUID.LIB

... lib + >> b32.bc
echo $(BCDIR)\lib\psdk\shell32.lib, >> b32.bc

IF EXIST DUALGRID.res echo DUALGRID.res >> b32.bc
$(BCDIR)\bin\ilink32 -Gn -aa -Tpe -s @b32.bc
del b32.bc

.PRG.OBJ:
$(HBDIR)\bin\harbour $< /N /W /Oobj\ /I$(FWDIR)\include;$(HBDIR)\include;$(BCDIR)\include\windows

$(BCDIR)\bin ...
by jair
Mon Sep 16, 2024 9:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: erro dllcall
Replies: 9
Views: 1234

Re: erro dllcall

... Version 5.43 Copyright (c) 1987, 2019 Embarcadero Technologies, Inc.
IF EXIST ESOCIAL.res echo ESOCIAL.res >> b32.bc
C:\BCC77\bin\ilink32 -Gn -aa -Tpe -s @b32.bc
Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc.
Fatal: Unable to open file 'UUID.LIB'

** error 2 ...
by jair
Wed Aug 28, 2024 5:55 pm
Forum: FiveWin para Harbour/xHarbour
Topic: GETFILESINZIP
Replies: 4
Views: 1220

GETFILESINZIP

... 5.41 Copyright (c) 1987, 2014 Embarcadero Technologies, Inc.
IF EXIST CompuRMT.res echo CompuRMT.res >> b32.bc
c:\bcc7\bin\ilink32 -Gn -aa -Tpe -s @b32.bc
Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc.
Error: Unresolved external '_HB_FUN_HB_GETFILESINZIP ...
by kajot
Fri Aug 16, 2024 3:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: problem with 24.07
Replies: 12
Views: 3021

Re: problem with 24.07

... 1.res echo %1.res >> b32.bc

rem uncomment this line to use the debugger and comment the following one
if %GT% == gtwin %bcdir%\bin\ilink32 -Gn -Tpe -s -v @b32.bc
IF ERRORLEVEL 1 GOTO LINKERROR
if %GT% == gtgui %bcdir%\bin\ilink32 -Gn -aa -Tpe -s -v @b32.bc
IF ERRORLEVEL 1 GOTO LINKERROR
ECHO ...
by acwoo1
Mon Jul 15, 2024 8:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: error : streams
Replies: 22
Views: 2893

error : streams

... wininet.lib + >> b32.bc
echo $(BCDIR)\lib\psdk\uxtheme.lib, >> b32.bc

IF EXIST Alert.res echo ec.res >> b32.bc
$(BCDIR)\bin\ilink32 -Gn -aa -Tpe -s @b32.bc
del b32.bc

.PRG.OBJ:
$(HBDIR)\bin\harbour $< /N /Oobj\ /I$(FWDIR)\include;$(HBDIR)\include
$(BCDIR)\bin\bcc32 -c -tWM -I$(HBDIR ...
by CARLOS ATUNCAR
Sat Jun 08, 2024 5:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ayuda para configurar entorno FWH2404 de 64 bits
Replies: 24
Views: 3339

Re: ayuda para configurar entorno FWH2404 de 64 bits

... windows\crtl -omenu.Obj menu.c
Embarcadero C++ 7.70 for Win64 Copyright (c) 2012-2023 Embarcadero Technologies, Inc.menu.c:[1]:iLink32.Exe -Gn -aa -Tpe -s -v @formatos.bcl
Turbo Incremental Link64 6.98 Copyright (c) 1997-2023 Embarcadero Technologies, Inc.
Error: Unresolved external 'HB_FUN ...
by Rick Lipkin
Thu Apr 25, 2024 9:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 2404 unresolved external 'SetWindow Theme'
Replies: 10
Views: 1825

Error FWH 2404 unresolved external 'SetWindow Theme'

... now I have put uuid.lib in the default folder where have all my .prgs and I got my first compile and the link error was

[1]:iLink32.Exe -Gn -aa -Tpe -s -v @ContW32.bcl
Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc.
Error: Unresolved external 'SetWindowTheme ...
by Rick Lipkin
Thu Apr 25, 2024 6:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Link errors xHarbour 10283.bcc770
Replies: 3
Views: 472

Link errors xHarbour 10283.bcc770

... am using bcc74 ( I have bcc770 not installed yet ) and FWH 2310 ( I do have fwh2404 ) and I got the following link errors:

[1]:iLink32.Exe -Gn -aa -Tpe -s -v @ContW32.bcl
Turbo Incremental Link 6.90 Copyright (c) 1997-2017 Embarcadero Technologies, Inc.
Error: Unresolved external '___get_std_stream ...
by Silvio.Falconi
Fri Apr 12, 2024 7:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 1076

Compiling error Antonio Nages resolved

... errori\TEST_G~1\Obj test.c
Embarcadero C++ 7.70 for Win32 Copyright (c) 1993-2023 Embarcadero Technologies, Inc.
test.c:
[1]:iLink32.Exe -Gn -aa -Tpe -s -v @test.bcl
Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc.
Error: Unresolved external 'SetWindowTheme ...
by CARLOS ATUNCAR
Thu Jan 25, 2024 4:22 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Error al Compilar con Fwh 2307 Bcc76 (Solucionado)
Replies: 5
Views: 658

Error al Compilar con Fwh 2307 Bcc76 (Solucionado)

Proyecto: eFactura, Entorno: fwh2307:
[1]:iLink32.Exe -Gn -aa -Tpe -s -v @eFactura.bcl
Turbo Incremental Link 6.98 Copyright (c) 1997-2023 Embarcadero Technologies, Inc.
Error: Unresolved external '_hb_parldef' referenced from E:\TOOLS\FWH2307\LIB\FIVEHC.LIB|STR2HEX
Error: Unresolved external '_hb ...
by ruben Dario
Mon Dec 04, 2023 4:05 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB
Replies: 15
Views: 4417

Re: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB

... I\C_BCC\BCC77\include\windows\sdk;\C_BCC\BCC77\include\windows\crtl \proy_harb\rc\plastwin.rc
hasta aqui ok

\C_BCC\BCC77\bin\ilink32 -Gn -aa -Tpe -s @b32.bc
Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc.
Error: Unresolved external '__streams' referenced from ...
by Enrico Maria Giordano
Mon Dec 04, 2023 3:06 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB
Replies: 15
Views: 4417

Re: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB

... me da este error
uso bcc77 y fwh 20_12 y =\harbour_v\harbour_bcc77
Con bcc76 funciona perfecto


k:\proy_harb>\C_BCC\BCC77\bin\ilink32 -Gn -aa -Tpe -s @b32.bc
Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc.
Error: Unresolved external '__streams' referenced from ...
by ruben Dario
Sun Dec 03, 2023 4:21 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB
Replies: 15
Views: 4417

Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB

... me da este error
uso bcc77 y fwh 20_12 y =\harbour_v\harbour_bcc77
Con bcc76 funciona perfecto


k:\proy_harb>\C_BCC\BCC77\bin\ilink32 -Gn -aa -Tpe -s @b32.bc
Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc.
Error: Unresolved external '__streams' referenced from ...
by wartiaga
Tue Sep 19, 2023 5:02 pm
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 172
Views: 119937

Re: xHarbour.org updated!

... DIR)\lib;$(FWH)\lib
CFLAG2 = -I$(HB_DIR)\include;$(CC_DIR)\include
RFLAGS =
LFLAGS = -L$(CC_DIR)\lib\obj;$(CC_DIR)\lib;$(HB_DIR)\lib -Gn -M -m -s -Tpe -x -aa -L$(FWH)\lib
IFLAGS =
LINKER = ilink32

ALLOBJ = c0w32.obj $(OBJFILES) $(OBJCFILES)
ALLRES = $(RESDEPEN)
ALLLIB = $(USERLIBS) $(LIBFILES ...