Search found 235 matches: tlib

Return to advanced search

Problemas al migrar desde FWH2012 a FWH2307 - cerrado

... C_COMP_COMMAND=%C_BIN_INSTALL%\Bcc32.Exe -M -c -I%HB_INC_INSTALL%;%C_INC_INSTALL% -n%HOME%\Obj %C% C_LIB_COMMAND=%C_BIN_INSTALL%\TLib.Exe %LIB% /P512 @%RSP% , %LST% C_LINK_COMMAND=%C_BIN_INSTALL%\iLink32.Exe -Gn -aa -Tpe -s -v @%LNK% C_RC_COMMAND=%C_BIN_INSTALL%\Brc32.Exe -r -I%C_BIN_INSTALL%\include ...
by CARLOS ATUNCAR
Tue Sep 12, 2023 11:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al migrar desde FWH2012 a FWH2307 - cerrado
Replies: 22
Views: 1675

Re: Funciones de FWH

Excuse me Jimmy, Jose Is funcslst. Prg. This program only works with borland compiler. It uses tlib for list functions. Fiveh. Lst and fivehc. Lst although if you have the .lst files it can be used without the borland compiler with a few small changes. If fivetech gives ...
by jvtecheto
Sat Apr 15, 2023 5:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones de FWH
Replies: 9
Views: 752

Re: Modificar librería

Efecctivamente, se llama LIB.EXE ( no TLIB.EXE )

https://learn.microsoft.com/en-us/cpp/b ... w=msvc-170
by cnavarro
Tue Apr 11, 2023 1:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Modificar librería
Replies: 7
Views: 540

Modificar librería

Buenas estimados Necesito reemplazar el objeto datetime.obj de la librería FiveHC32.lib Lo hago así: TLIB FiveHC32.lib -+ datetime.obj  y me sale este error: Error: Bad header in input LIB También da error en: hbct.lib He reemplazado objetos de FiveH.lib y no da error ...
by acuellar
Mon Apr 10, 2023 11:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Modificar librería
Replies: 7
Views: 540

Re: crear LIB desde un PRG

Por favor, Necesito ayuda de los amigos del foro: ¿Cómo puedo crear LIB desde un PRG? use TLIB.exe https://forums.fivetechsupport.com/viewtopic.php?f=3&t=42147&p=253338&hilit=tlib&sid=7696ee987a3ad8fa749a83c13346b422&sid=4131757af07be1be4ab7aad9d6ad138f#p253338 ...
by karinha
Thu Feb 02, 2023 2:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: crear LIB desde un PRG
Replies: 1
Views: 240

Re: Ayuda con Wrapper LibXL

Estimado José,

Entonces prueba lo siguiente:

tlib.exe libXL + LibxlFnc.obj

Debería construir libXL.lib :-)
by Antonio Linares
Fri Dec 09, 2022 11:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Wrapper LibXL
Replies: 9
Views: 700

Re: FWH: All functions, classes, methods with source code

Making the lib is ok.

The program is making a LST file from the lib, but when I make a LST file from my lib

WaitRun( cBccFolder + "bin\tlib.exe ..\lib\maveco.lib, maveco.lst " )

the content is :

No public symbols exist.
by Marc Venken
Wed Sep 14, 2022 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: All functions, classes, methods with source code
Replies: 15
Views: 1579

Re: FWH: All functions, classes, methods with source code

Dear Marc,

tlib.exe mylib.lib + myprg1.obj myprg2.obj ...

in case you want to replace the OBJs inside it:

tlib.exe mylib.lib -+ myprg1.obj myprg2.obj ...
by Antonio Linares
Wed Sep 14, 2022 5:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: All functions, classes, methods with source code
Replies: 15
Views: 1579

Re: TWebView() and Google Group Account

Dear Jimmy,

> p.s. when modify FiveWin Source how to rebuild LIB (BCC 7 fiveh.lib, fivehc.lib )

Once you modify the source and compile generating the OBJ simply do this:

c:\bcc7\bin\TLib Fiveh.lib -+$module.obj /0 /P128

same applies for fivehc.lib
by Antonio Linares
Thu Jun 30, 2022 3:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView() and Google Group Account
Replies: 21
Views: 1603

Re: Limitation while adding PRG to mylib.lib

Hi all, D:\FWH\Bcc\bin\tlib MYLIB.LIB -+ obj\W_5AF2 /P64 TLIB 7.0 Copyright (c) 1987-2019 Embarcadero Technologies, Inc. Warning: 'W_5AF2' not found in library I have been using this test.mak since the start of my 32 bit applications. ...
by cnavarro
Sat Aug 07, 2021 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: Limitation while adding PRG to mylib.lib (RESOLVED)
Replies: 2
Views: 386

Re: Limitation while adding PRG to mylib.lib (RESOLVED)

... -oobj\W_5AF2 obj\W_5AF2.c Embarcadero C++ 7.40 for Win32 Copyright (c) 1993-2018 Embarcadero Technologies,Inc. obj\W_5AF2.c: D:\FWH\Bcc\bin\tlib MYLIB.LIB -+ obj\W_5AF2 /P64 TLIB 7.0 Copyright (c) 1987-2019 Embarcadero Technologies, Inc. Warning: 'W_5AF2' not found in library Warning: 'W_5AF2' ...
by RiazKhan
Sat Aug 07, 2021 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: Limitation while adding PRG to mylib.lib (RESOLVED)
Replies: 2
Views: 386

Re: Make para BCC10

... file, including debug information, exports, and more. See http://docwiki.embarcadero.com/RADStudio/Berlin/en/TDUMP.EXE,_the_File_Dumping_Utility tlib Manages libraries (.lib files) created from several object files (.obj.) You can create a library from several .obj files, add or remove .obj files, ...
by cnavarro
Sun Mar 28, 2021 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Make para BCC10
Replies: 7
Views: 1120

PROBLEMAS CON EL GET EN FWH 20.07

... C_COMP_COMMAND=%C_BIN_INSTALL%\Bcc32.Exe -M -c -I%HB_INC_INSTALL%;%C_INC_INSTALL% -n%HOME%\Obj %C% C_LIB_COMMAND=%C_BIN_INSTALL%\TLib.Exe %LIB% /P512 @%RSP% , %LST% C_LINK_COMMAND=%C_BIN_INSTALL%\iLink32.Exe -Gn -aa -Tpe -s -v @%LNK% C_RC_COMMAND=%C_BIN_INSTALL%\Brc32.Exe -r -I%C_BIN_INSTALL%\include ...
by CARLOS ATUNCAR
Wed Aug 19, 2020 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PROBLEMAS CON EL GET EN FWH 20.07
Replies: 5
Views: 698

Re: GET NO PERMITE EL ESPACIADO

... C_COMP_COMMAND=%C_BIN_INSTALL%\Bcc32.Exe -M -c -I%HB_INC_INSTALL%;%C_INC_INSTALL% -n%HOME%\Obj %C% C_LIB_COMMAND=%C_BIN_INSTALL%\TLib.Exe %LIB% /P512 @%RSP% , %LST% C_LINK_COMMAND=%C_BIN_INSTALL%\iLink32.Exe -Gn -aa -Tpe -s -v @%LNK% C_RC_COMMAND=%C_BIN_INSTALL%\Brc32.Exe -r -I%C_BIN_INSTALL%\include ...
by CARLOS ATUNCAR
Wed Aug 19, 2020 4:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GET NO PERMITE EL ESPACIADO
Replies: 7
Views: 707

Errores con CFTS (IA) o Hiper-SEEK

... %C_LIB_INSTALL%\uuid.lib=44 %HB_LIB_INSTALL%\xhb.lib=45 Por si es necesario os digo que utilizo el Borlan BCC7 y el Tlib para enlazar. Fivewin para Harbour es del 2017 Por favor, estoy parado en la conversión. Pensé en pasar a SQL que tiene búsquedas "rápidas", ...
by ArgConsulting
Wed Apr 22, 2020 10:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Errores con CFTS (IA) o Hiper-SEEK
Replies: 3
Views: 397
Next

Return to advanced search