Search found 208 matches: implib

Return to advanced search

Re: Rddads.lib para Harbour y MSVC

Ruben; Para generar Ace32.lib usá el ejecutable de Borland d:\bat> implib Borland Implib Version 3.0.22 Copyright (c) 1991, 2000 Inprise Corporation Syntax: IMPLIB [options] libname[.lib] [@respfile | srcname] [srcname ...] Options: -a Add '_' alias for ...
by MarioG
Tue Dec 27, 2011 8:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Rddads.lib para Harbour y MSVC
Replies: 4
Views: 771

Re: UE Studio Config - Harbour 3.0, MSVC, FWH

... found the go_vc.bat to build the rddads.lib for myself ⋅ How to get/generate the suitable ace32.dll? It doesn't work with Borland 'implib ace32.lib ace32.dll' (LNK1136)! ⋅ I need the 'hbmisc.lib' or/and the 'hbnf.lib' for some functions I'm using
by frose
Tue Dec 27, 2011 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UE Studio Config - Harbour 3.0, MSVC, FWH
Replies: 52
Views: 19270

Ayuda con ADS REMOTE - Lento ???

... 4 ram // servidor ads : 9.1 OFICIAL // 10.1 tryal // xharbour.org : 1.2.1. rev 6406 // bcc : 5.82 // ace32.lib para ads 9.1 ----> \bcc5.82\bin\IMPLIB ACE32.LIB ACE32.DLL -- OK // xharbour.com : 1.2.1. rev 6633 // tiempos : dbfcdx : 0.16 seg // ads - cdx local : 0.75 seg // ads - cdx remote ...
by russimicro
Wed Dec 14, 2011 2:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con ADS REMOTE - Lento ???
Replies: 2
Views: 1263

Re: Converting from PowerBasic ...

... but get the same error ... It seems that I'm losing patience ... :-) . Maybe exist an better way to use DLL's function ? I found info , that with implib can convert dll to lib and then describe dll functions like harb functions ... What it's better ? Added : Error with "long" - it's ...
by Rimantas
Wed Sep 07, 2011 4:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting from PowerBasic ...
Replies: 4
Views: 1348

Re: Harbour Compiler Build Questions ! UPDATED *

I don't have Borland Implib. I used the ImpLib32 that was included with VC98 ( Microsoft ). I also tried using the ACE32 supplied with the xHarbour ( Pelles Microsoft C compatible ) libraries. I'm wondering if linking position has anything ...
by TimStone
Tue Jun 14, 2011 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour Compiler Build Questions ! UPDATED *
Replies: 42
Views: 14832

Re: Harbour Compiler Build Questions ! UPDATED *

Tim, Ok, I think I know what is going on... :-) You can not use Borland implib to create the LIB, as it uses a different format as the one used by Microsoft You have to create it this way: c:\bcc582\bin\impdef.exe ace32.def ace32.dll (Microsoft lib.exe) lib.exe ...
by Antonio Linares
Tue Jun 14, 2011 7:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour Compiler Build Questions ! UPDATED *
Replies: 42
Views: 14832

Re: Can't use DLL embedded functions...?

Solved. More or less, I made in this way; - I transformed the DLL into a .lib with implib.exe; - I linked the .lib file; - I wrote the code for the "clipper call" to a C++ function; In this way, it seems that the .lib file point to the dll file... More ...
by giobbi
Mon Feb 07, 2011 7:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can't use DLL embedded functions...?
Replies: 3
Views: 867

Re: Empezar con ADS modo local

... Pedro: Yo uso xMate pero no deberias de tener ningun problema con los datos que te doy. Cabecera de cada PRG #include "ADS.Ch" Crear con Implib que esta en la carpeta bin de Borland la lib. De esta forma. Desde la linea de comandos (Debes de tener la ACE32.dll en la carpeta bin del Borland) ...
by Ruben Fernandez
Fri Jan 28, 2011 2:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Empezar con ADS modo local
Replies: 26
Views: 8716

MySQL: Hagámoslo entre todos

... y arrastre la carpeta include y la lib dinámica libmysql.dll a su carpeta de trabajo 3) Cree la lib estática libmysql.lib mediante: <<implib libmysql.lib libmysql.dll>> (implib está en BCCxx/bin) 4) Enlace libmysql.lib a su ejecutable y mantenga libmysql.dll en la carpeta del ...
by César E. Lozada
Mon Dec 06, 2010 1:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySQL: Hagámoslo entre todos
Replies: 14
Views: 4492

Re: Me interesa probar ADS

Hola Armando... Si no la tienes debes generarla con el ImpLib.exe de Borland a partir de ACE32.Dll, luego la lib generada la agregas a tu proyecto! La ACE32.Dll la obtienes de la instalación de ADS Server. Luego por línea de comandos ejecutas lo siguiente: ...
by jrestojeda
Thu Nov 04, 2010 2:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Me interesa probar ADS
Replies: 16
Views: 2124

Re: OT: .DLL interface

Tim,

You have to create the import library for Borland this way:

implib.exe wcap.lib wcap.dll
by Antonio Linares
Thu Oct 07, 2010 7:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: .DLL interface
Replies: 48
Views: 11407

Re: OT: .DLL interface

I tried with Borland but it found an error

I had to create a new .lib file ( IMPLIB ) so it would be Borland compatible. The bottom line is that the linker does not see the functions from that .lib so I can't get a build.
by TimStone
Thu Oct 07, 2010 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: .DLL interface
Replies: 48
Views: 11407

Re: OT: .DLL interface

... Unexpected end of file in conditional started on line 12 " I suspect something else because I would expect that to be clean. 4) I tried to IMPLIB the .dll and it only yields a 2KB file. I like compression but that seems unlikely also. Perhaps I just need to go back to using the .dll. I ...
by TimStone
Wed Oct 06, 2010 11:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: .DLL interface
Replies: 48
Views: 11407

Re: OT: .DLL interface

OK. I see. Then our first hurdle is creating the .lib from .dll. Implib will not work for you. If I'm not mistaken, xhb uses pelles c? So I wouldn't waste my time trying to create the .lib using any borland product. AMOF -stay away from Borland c++. We need ...
by reinaldocrespo
Fri Oct 01, 2010 8:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: .DLL interface
Replies: 48
Views: 11407

Re: OT: .DLL interface

Tim; Why didn't you try implib? Are you using borland c++ 5.5? implib should be on the /bin directory. I have to admit that the whole thing is not very clear or simply seems a bit over complicated (at least for me). Third party .dlls ...
by reinaldocrespo
Fri Oct 01, 2010 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: .DLL interface
Replies: 48
Views: 11407
PreviousNext

Return to advanced search