Search found 208 matches: implib

Return to advanced search

Generate Static Lib using MSVC

When I want to create a static LIB from a DLL in BCC I use IMPLIB.
How to do this with Visual Studio Community 2022 ?
I tried with LIB but I couldn't.
by Giovany Vecchi
Tue May 03, 2022 3:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Generate Static Lib using MSVC
Replies: 2
Views: 340

Re: Using WebView with Borland !!!

César,

la segunda llamada es:

implib.exe webview.lib webview.def

estas llamando a impdef.exe nuevamente :-)
by Antonio Linares
Wed Feb 16, 2022 12:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 11282

Re: Using WebView with Borland !!!

Silvio.Falconi wrote: I must link any lib ?

Yes. You have to create Webvew.lib using the impdef and implib process as explained on the first page of this thread.

Regards
Anser
by anserkk
Tue Feb 15, 2022 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 11282

Re: Using WebView with Borland !!!

... ; webview_set_title _webview_terminate @13 ; webview_terminate Now we create the import library (webview.lib) this way from the above .def file: implib.exe webview.lib webview.def Here you have webview.prg for static linking for Borland: function Main()   local hWebView := WebView_Create()  ...
by Antonio Linares
Wed Dec 01, 2021 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 11282

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

... https://github.com/FiveTechSoft/FWH_tools/raw/master/Raul_signfile.zip La forma de construirla ha sido: set path=c:\bcc7\bin implib.exe libcrypto-3.lib libcrypto-3.dll Aqui ya se construye limpio :-) En el fichero zip va el .hbp y un go.bat que lo construye
by Antonio Linares
Sat Sep 18, 2021 3:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 7075

Re: Consulta al enlazar modo consola

Necesitas crear una librería de importacion (.LIB) a partir de mysql.dll y enlazarla también:

implib.exe mysql.lib mysql.dll
by Antonio Linares
Mon Sep 06, 2021 4:57 am
 
Forum: FiveWin para CA-Clipper
Topic: Consulta al enlazar modo consola
Replies: 6
Views: 1376

Re: FWH 17.03 : Using FWMARIADB for Embedded Server

Hola buenas noches siguiendo el hilo, quiero reportar que yo tengo el mismo problema. implib libmariadb.lib libmariadb.dll Embarcadero Implib Version 3.3.0 Copyright (c) 1991-2014 Embarcadero Technologies, Inc. Error : unable to open file Que debería hacer? para poder ...
by Marcelo Roggeri
Sat Jun 12, 2021 10:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 43
Views: 13146

Re: Make para BCC10

... file. It is normally invoked by the compiler. See http://docwiki.em barcadero.com/RADStudio/Berlin/en/ILINK32.EXE,_the_32-bit_Incremental_Linker implib This takes either a DLL or a module definition file as input, and creates an import library (.lib). For more information, see http://docwiki.embarcadero.com/RADStudio/Berlin/en/IMPLIB.EXE,_the_Import_Libr ...
by cnavarro
Sun Mar 28, 2021 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Make para BCC10
Replies: 7
Views: 1246

Re: Transym OCR wrapper functions for Harbour

Enrico Maria Giordano wrote:Ok, I confirm: those DLLs are not for BCC.


Sorry, my mistake: the LIBs are not for BCC. If you have the DLLs then you can generate the LIBs for BCC using implib.exe.

EMG
by Enrico Maria Giordano
Fri Feb 19, 2021 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 30
Views: 3771

Convert DLL to LIB not work

Hi This DLL file make for .Net I use IMPLIB xxx.LIB xxx.DLL But not work. any idea for it? R:\Project>implib ExchangeXML_DLL.lib ExchangeXML_DLL.dll Embarcadero Implib Version 3.4.0 Copyright (c) 1991-2016 Embarcadero Technologies, Inc. ...
by richard-service
Fri Sep 25, 2020 3:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert DLL to LIB not work
Replies: 4
Views: 619

Re: Sqlite cipher

... > 0 // error .../... Buenas noches. No puedo importar la .dll a .lib De donde la baje dice que es versión 3.15.2.0 Al hacer implib me devuelve lo siguiente D:\Bat>implib Embarcadero Implib Version 3.3.0 Copyright (c) 1991-2014 Embarcadero Technologies, Inc. Syntax: IMPLIB ...
by MarioG
Fri Aug 07, 2020 1:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sqlite cipher
Replies: 5
Views: 1310

Re: Scaricare da casella PEC (Legalmail)

Trovato: si chiama mkexp.exe e sostituisce implib.exe nelle versioni a 64 bit del BCC.

EMG
by Enrico Maria Giordano
Sat Jul 25, 2020 3:19 pm
 
Forum: All products support
Topic: Scaricare da casella PEC (Legalmail)
Replies: 33
Views: 26814

Re: Scaricare da casella PEC (Legalmail)

Ora però c'è un altro problema: come fare la stessa cosa per la versione a 64 bit? Non sono riuscito a trovare un implib che generi le librerie .a a partire dalle dll a 64 bit.

Qualche idea?

EMG
by Enrico Maria Giordano
Sat Jul 25, 2020 10:39 am
 
Forum: All products support
Topic: Scaricare da casella PEC (Legalmail)
Replies: 33
Views: 26814

Re: FWH 17.03 : Using FWMARIADB for Embedded Server

... server installations. We need to download it separately. In case you are not talking about Ebedded server, but normal Mariadb server, D:\Bat>implib libmariadb.lib libmariadb.dll Return that error: Embarcadero Implib Version 3.3.0 Copyright (c) 1991-2014 Embarcadero Technologies, Inc. Error ...
by nageswaragunupudi
Thu May 14, 2020 3:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 43
Views: 13146

Re: FWH 17.03 : Using FWMARIADB for Embedded Server

... This Possible only with 32 bit Borland and MSVC Harbour / xHarbour. Not possible with 64 bit compliers. Usage: 1) Download libmysqld.dll 2) Build implib libmysqld.lib for borland or msvc compiler as required. 3) Link the application with this implib instead of libmariadb.dll (or libmysql.lib) ...
by MarioG
Wed May 13, 2020 11:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 43
Views: 13146
PreviousNext

Return to advanced search