Search found 208 matches: implib

Return to advanced search

Re: What is the best of MySql (lib or class) TMySql, TDolphin

Hello

instead localhost use 127.0.0.1

sometimes this problem occurs because the mysql imported lib (libmysql.lib) was not corresponds with current DLL (libmysql.dll)
you can use implib.exe tool (from borland) to built it.
by Daniel Garcia-Gil
Tue Aug 07, 2012 1:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is the best of MySql (lib or class) TMySql, TDolphin
Replies: 92
Views: 17940

Re: What is the best of MySql (lib or class) TMySql, TDolphin

bcc55\bin\implib libmysql libmysql.dll genarate libmysql.lib
by ShumingWang
Fri Jul 13, 2012 6:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is the best of MySql (lib or class) TMySql, TDolphin
Replies: 92
Views: 17940

Pregunta sobre librerias a usar con SQLRDD

... al instalar dicho demo, si vienen las DLL's para construir las librerias. El problema es que despues de construir oci.lib y libpq.lib, usando implib de borland C, al linkear dichas librerias para empezar a hacer las pruebas con los programas ejemplo que vienen con SQLRDD me aparecen errores ...
by interwin
Mon Jul 09, 2012 2:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta sobre librerias a usar con SQLRDD
Replies: 1
Views: 543

Re: Compilación para 12.05

Hola Carlos: Muchas gracias por tu interés. Sí, generé las libs con implib y nada. El problema al final fue curioso. La versión de odbc32.lib que trae BCC 5.8.2 no está completa, le faltan las siguientes funciones: Error: Unresolved external 'SQLInstallerError' ...
by lucasdebeltran
Wed Jun 27, 2012 9:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilación para 12.05
Replies: 36
Views: 11173

Re: Compilación para 12.05

... los motores de datos. si bien deberian vernir a como en paquete de xhabour.com se puede extraer facilmente desde las dll originales. por ejemplo implib libmysq.lib mysqllib.dll implib ...... etc salu2 carlos vargas
by carlos vargas
Wed Jun 27, 2012 6:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilación para 12.05
Replies: 36
Views: 11173

Re: odbccp32.lib for Sqlrdd and bcc582 needed.

please search in \system32 dir the file odbccp32.dll and import using the implib

implib odbccp32.lib odbccp32.dll

and you get the lib file.

salu2
by carlos vargas
Mon Jun 25, 2012 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: odbccp32.lib for Sqlrdd and bcc582 needed.
Replies: 5
Views: 1134

Re: Primera app real de Windows 8 Metro desde FWH !!!

... combase.dll, y podemos extraer combase.def de esta forma: impdef.exe combase.def combase.dll Para construir la lib: (si usamos Borland) implib.exe combase.lib combase.dll Si usamos Microsoft C/C++: lib.exe /DEF:combase.def /OUT:combase.lib
by Antonio Linares
Thu Mar 29, 2012 5:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Primera app real de Windows 8 Metro desde FWH !!!
Replies: 19
Views: 4777

Re: First true Windows 8 Metro app from FWH !!!

... 8 provides a combase.dll, so we can extract combase.def this way: impdef.exe combase.def combase.dll Then to build a lib: (if using Borland) implib.exe combase.lib combase.dll If using Microsoft C/C++: lib.exe /DEF:combase.def /OUT:combase.lib
by Antonio Linares
Thu Mar 29, 2012 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: First true Windows 8 Metro app from FWH !!!
Replies: 13
Views: 6231

Re: EZScan, Barcode, OCR Testing

Hello Andrés,

I am using bcc582. There is an utility in the bin folder "IMPLIB.EXE"

Use the following command to create the required LIB.

IMPLIB eztwain3.lib eztwain3.dll

Your lib is ready. :)

Thats all

Regards,

-Ramesh Babu P
by RAMESHBABU
Sat Feb 25, 2012 11:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EZScan, Barcode, OCR Testing
Replies: 17
Views: 7020

Re: EZScan, Barcode, OCR Testing

Ramesh Babu, I have de same problem as you: Error: 'G:\FWH\SAMPLES\TOCR\LIB\EZTWAIN3.LIB' contains invalid OMF record, type 0x21 (possibly COFF). I'm using BCC55, I try implib but it build a empty lib. Could you tell me how to solve it.

Thanks
by Andrés González
Sat Feb 25, 2012 1:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EZScan, Barcode, OCR Testing
Replies: 17
Views: 7020

HOWTO. BorlandC y OpenSSL

...         @1925; ACCESS_DESCRIPTION_new...ETC...  4) Una vez que tenemos el .DEF modificado, procederemos a crear la libreria; implib libeay32.lib libeay32.def Ahora esta libreria ya la tienes listas para usar sin problemas. Esta es la única que da problema, parar usar openssl, ...
by thefull
Thu Feb 23, 2012 8:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HOWTO. BorlandC y OpenSSL
Replies: 13
Views: 4435

Re: EZScan, Barcode, OCR Testing

Mr.Gale,

I could build the EzTwin3.lib using Borland BCC82 : IMPLIB EzTwin3.lib EzTwin3.dll command
and build the Executable.

Thanks

-Ramesh Babu P
by RAMESHBABU
Fri Feb 17, 2012 7:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EZScan, Barcode, OCR Testing
Replies: 17
Views: 7020

tdolphin com FWH 11.12+BCC5.82+XHB1.2.1 9411

... the executable to function, so using 64-bit Windows 7, tested on windows xp just runs and you see nothing, it is not executed. already begotten implib lib with the LIBMYSQL.LIB compiled again and not run if they can give me a help, post the updated lib or links to download to work properly. ...
by gss200610
Tue Jan 24, 2012 12:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tdolphin com FWH 11.12+BCC5.82+XHB1.2.1 9411
Replies: 2
Views: 644

Re: OpenGL support from FWH 12.01

... these Windows DLLs (libs also downloadable here): opengl32.dll glu32.dll glut32.dll glut.dll winmm.dll Libs are created with the Borland program implib (from the command prompt). Usage: implib <lib_name>.lib <lib_name>.dll Copy the libs to <borland55 install dir>\libs\ Now OpenGL/GLUT ...
by Antonio Linares
Wed Jan 18, 2012 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OpenGL support from FWH 12.01
Replies: 7
Views: 1856

Re: OpenGL soporte para FWH 12.01

... these Windows DLLs (libs also downloadable here): opengl32.dll glu32.dll glut32.dll glut.dll winmm.dll Libs are created with the Borland program implib (from the command prompt). Usage: implib <lib_name>.lib <lib_name>.dll Copy the libs to <borland55 install dir>\libs\ Now OpenGL/GLUT ...
by Antonio Linares
Wed Jan 18, 2012 12:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OpenGL soporte para FWH 12.01
Replies: 22
Views: 6161
PreviousNext

Return to advanced search