Search found 208 matches: implib

Return to advanced search

sample error

... 1 Generating C source output to 'mscomm32.c'... Done. Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland mscomm32.c: Borland Implib Version 3.0.22 Copyright (c) 1991, 2000 Inprise Corporation Borland Implib Version 3.0.22 Copyright (c) 1991, 2000 Inprise Corporation Turbo ...
by Ehab Samir Aziz
Fri Jun 16, 2006 9:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: sample error
Replies: 3
Views: 686

Delayed load module

... for Win32 Copyright (c) 1993, 2000 B sitex.c: Borland Resource Compiler Version 5.40 Copyright (c) 1990, 1999 Inprise Corporation. All rig Borland Implib Version 3.0.22 Copyright (c) 1991, 2000 Borland Implib Version 3.0.22 Copyright (c) 1991, 2000 Turbo Incremental Link 5.00 Copyright (c) 1997, ...
by Ehab Samir Aziz
Thu Jun 15, 2006 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Delayed load module
Replies: 1
Views: 468

... la carpeta donde esta tu programa FiveWin. Luego necesitas convertir la ACE32.DLL en una lib compatible con Borland C++, asi que tienes que hacer: implib ace32.lib ace32.dll IMPLIB es una herramienta que viene incluida con el C++ de Borland. Esto creara una lib llamada ACE32.LIB, que tendras que ...
by R.F.
Wed Apr 26, 2006 4:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Que archivos necesito bajar para probra ADS LOCAL
Replies: 1
Views: 1181

Hathal,

The problem is that you can't copy a system DLL out of the Pocket PC in order to do an implib.exe aygshell.lib aygshell.dll. Its blocked by Windows Mobile API.

Please post here your code and we may try to help you.
by Antonio Linares
Sun Apr 02, 2006 6:48 pm
 
Forum: FiveWin for Pocket PC
Topic: the use camera with fwppc
Replies: 9
Views: 3545

That sample is using ADS local RDD. You need to link this library too: ads32.lib

In order to use the right one, please do:

implib.exe ads32.lib ads32.dll
by Antonio Linares
Fri Mar 10, 2006 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: testxbrw error
Replies: 3
Views: 949

Problems with ADS after upgrading to 2.7

... xharb 0.99.6, the application no longer accesses the REMOTE ADS server. I'm getting an ADS error 5132. I'm using the same ace32.lib created with implib from ace32.dll and the new rdd_ads.lib that's found on \xharbour_0.99.6\lib. Working with the LOCAL server, I have no problems. The problem is ...
by reinaldocrespo
Fri Mar 03, 2006 11:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with ADS after upgrading to 2.7
Replies: 6
Views: 1644

James,

Please create ace32.lib from the ace32.dll that you are using:

implib.exe ace32.lib ace32.dll
by Antonio Linares
Thu Jan 05, 2006 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with ADS
Replies: 9
Views: 3160

... to use the ACE32 is to "export" all the functions into a LIB file, this can be done using a program included in the Borland C++ compiler called IMPLIB.EXE, you simply do: IMPLIB ACE32.LIB ACE32.DLL this will convert the DLL into a harbour linkable LIB. however there are certain resources in ...
by R.F.
Sat Dec 17, 2005 12:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS
Replies: 10
Views: 3471

... falta, ya que si no se abriese la base de datos, Harbour generaría un error. Y tal vez ahí esté la pérdida de tiempo. Me equivoqué al indicarte implib.exe, ya que se generaría una LIB en formato OMF y Microsoft usa formato COFF. Envíame la DLL como ZIP y te generamos la LIB aquí.
by Antonio Linares
Fri Dec 09, 2005 10:22 pm
 
Forum: FiveWin para Pocket PC
Topic: Problems con una funcion en C
Replies: 5
Views: 2504

Estimados Colegas ... ya encontre un implib.exe dentro de un directorio de borland, e hice lo un scnapi32.lib A este lo puse q lo agregara en buildce.bat y listo : Pero creo que no se creo bien el scnapi32.lib , pues dice que esta corrupto. ...
by ramirezosvaldo
Fri Dec 09, 2005 1:45 am
 
Forum: FiveWin para Pocket PC
Topic: Problems con una funcion en C
Replies: 5
Views: 2504

Osvaldo,

Tienes que enlazar un fichero LIB para las funciones de la DLL.

La forma de construir ese fichero LIB es:

implib.exe nombre_dll.lib nombre_dll.dll

Y enlazar el fichero LIB resultante como una lib más en buildce.bat.
by Antonio Linares
Fri Dec 09, 2005 12:39 am
 
Forum: FiveWin para Pocket PC
Topic: Problems con una funcion en C
Replies: 5
Views: 2504

Re: ADS Driver

... to work in local mode, the ADSLOC32.DLL, so copy these DLLs into your (x)Harbour application directory. 3) You are going to need a tool called IMPLIB .EXE this tool is included with the Borland C++ and is in the \BIN directory, this tool converts a DLL into a LIB file that you can link directly ...
by R.F.
Fri Nov 11, 2005 2:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS Driver
Replies: 2
Views: 1681

Jim,

You may create ace32.lib from your ace32.dll:

implib.exe ace32.lib ace32.dll
by Antonio Linares
Fri Nov 11, 2005 1:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS Driver
Replies: 2
Views: 1681
Previous

Return to advanced search