Search found 208 matches: implib

Return to advanced search

Re: Ads..por favor

Ruben, necesitas ace32.lib rddads.lib ace32 la debes de crear a partir de ace32.dll (que viene con el cliente de ADS) yo utilice el implib de borlabd, rddads.lib viene con la distribucion de [x]harbour, luego debes de tener los Dll ace32.dll y ADSloc32.dll para trabajar de manera local y ...
by Marcelo Via Giglio
Wed Aug 23, 2017 6:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ads..por favor
Replies: 44
Views: 7325

Re: Consulta sobre Servidor Embebido Mysql

... versión de Mysql última 5.7.19 2) para descargar libmysqld.dll lo que hice fue utilizar la libmysqld.dll que está en la clase tdolphin. 3) corrí implib libmysqld.lib libmysqld.dll para crear libmysqld.lib 4)linke la lib con mi aplicación en lugar de libmysql.lib 5) coloque el el directorio del ...
by jose_murugosa
Mon Jul 31, 2017 11:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre Servidor Embebido Mysql (resuelto)
Replies: 11
Views: 1922

FWH 17.05: Support for (x)Harbour PostGre libs

... functions. This does not require any changes to the (x)Harbour libraries. Simply link your pgsql.lib (xHarbour) or hbpgsql.lib (Harbour) and implib libpq.lib along with your FWH application and go. It is also very easy to create Unicode applications. Create database with utf8 character set ...
by nageswaragunupudi
Thu Jun 08, 2017 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.05: Support for (x)Harbour PostGre libs
Replies: 0
Views: 604

Re: convert C to fivewin

the problem is IMPLIB without -a now it's ok here the code: thanks to all === #pragma BEGINDUMP #include <windows.h> #include <hbapi.h> DWORD CEFGetVersion(LPTSTR lpVer, LPDWORD lpdwSysError); DWORD CEFRead(unsigned char ...
by vensanto
Wed May 24, 2017 6:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: convert C to fivewin
Replies: 14
Views: 2319

convert C to fivewin

I need to utilize the functions of CEFDLL.DLL into my fivewin program first i have run IMPLIB cefdll.lib CEFDLL.DLL for creating the cefdll.lib now i need to convert the follow C function for fivewin: DWORD CEFOpen (int intCom, DWORD dwBaudRate, BYTE byParity, BYTE ...
by vensanto
Mon May 22, 2017 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: convert C to fivewin
Replies: 14
Views: 2319

Re: Transym OCR wrapper functions for Harbour

... have to add the lib to the link script. That's all you have to do to make the project. It is all straight forward. To create a .lib from .dll use ImpLib.exe which is found on the borland bin directory. http://www.transym.com Good luck; Reinaldo.
by reinaldocrespo
Wed Apr 05, 2017 11:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 30
Views: 2745

Re: 3rd party c wrapper functions for harbour

Thank you.

I found that this particular lib needs to be imported without the -a option. After doing Implib with out the -a option, it worked great. I shared the wrapper functions on another thread on this forum in case it helps some else wanting to use Transym TOCR dll from API.

Reinaldo.
by reinaldocrespo
Tue Mar 28, 2017 11:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3rd party c wrapper functions for harbour
Replies: 26
Views: 7422

Re: 3rd party c wrapper functions for harbour

... at all. The transym.prg that I have posted compiles fine using the TOCRdll.h header file I have tried to create the import library using bcc 7 implib.exe but it failed, so I have created the TOCRdll.def by hand using this tool: https://bitbucket.org/fivetech/fivewin-contributions/downloads/peinfo.exe ...
by Antonio Linares
Sun Mar 26, 2017 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3rd party c wrapper functions for harbour
Replies: 26
Views: 7422

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 nageswaragunupudi
Mon Mar 20, 2017 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 43
Views: 10189

Re: Pregunta Sobre Implib

Si no recuerdo mal, las librerías se pueden añadir dentro de una librería existente.

Luego la forma correcta sería crear cada librería por separado:

Implib ruben.lib prueba1.dll

Implib prueba2.lib prueba2.dll

y finalmente unirlas todas:

tlib ruben.lib + prueba2.lib
by Antonio Linares
Sun Feb 19, 2017 11:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta Sobre Implib
Replies: 1
Views: 364

Pregunta Sobre Implib

Saludos al Forum

Es posible Unir en una sola lib varios DLL

Implib ruben.lib prueba1.dll prueba2.dll
by ruben Dario
Sun Feb 19, 2017 9:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta Sobre Implib
Replies: 1
Views: 364

Re: Hi New To The Forum / Need Help with setting up Dolphin

Do you got the libsqldll.lib for xharbour possilbly, Everytime i do implib, it creates the .lib into a 1kb .lib file..
kinda confused upon that
by Tekfreakz
Thu Jan 12, 2017 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hi New To The Forum / Need Help with setting up Dolphin
Replies: 14
Views: 3317

Re: Hi New To The Forum / Need Help with setting up Dolphin

Is there away to check?.

When i implib the libmysql.dll, i noticed the lib. file doesnt have what the lib file i look upon has. Its kinda weird.

If you got a dolphin.lib that is xharbour.. possible send it to me?
by Tekfreakz
Thu Jan 12, 2017 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hi New To The Forum / Need Help with setting up Dolphin
Replies: 14
Views: 3317

Re: Connect to MySql db

... (1) and (2) you need to (a) Obtain tmysql.lib or dolphin.lib built for xHarbour or Harbour (b) Download libmysql.dll from mysql site (c) Make implib libmysql.lib from libmysql.dll (d) Link your application with tmysql.lib or dolphin.lib and libmysql.lib (e) Keep libmysql.dll in the exepath. ...
by Franklin Demont
Sun Nov 13, 2016 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connect to MySql db
Replies: 14
Views: 4110

Re: A question about libxl

You must use the IMPLIB program to create the lib from the DLL.
implib -a libxl32.lib libxl32.dll

Take a look also here http://www.ntkproject.com/forum_ntk/comments.php?DiscussionID=25
by Massimo Linossi
Thu Oct 06, 2016 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A question about libxl
Replies: 7
Views: 2310
PreviousNext

Return to advanced search