Search found 208 matches: implib

Return to advanced search

Re: OT: .DLL interface

... ( LONG ) RcvProcedure );} #pragma ENDDUMP  You have to link wcap.lib that you have to create from wcap.dll this way: implib.exe wcap.lib wcap.dll (if you are using Borland) impdef.exe wcap.def wcap.dll (if you are using Microsoft or PellesC -xhb-) lib.exe /DEF:wcap.DEF ...
by Antonio Linares
Fri Oct 01, 2010 6:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: .DLL interface
Replies: 48
Views: 11690

Re: OT: .DLL interface

... to do.   }   hb_retnl( TRUE );}  If you are calling their .dll functions using a c wrapper like my sample, then you also need to implib the .dll into a .lib and link it to your project. I'm guessing here, so please excuse me if I misunderstood. Reinaldo.
by reinaldocrespo
Thu Sep 30, 2010 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: .DLL interface
Replies: 48
Views: 11690

Re: parameter function as structure

I created ThermalServiceLibrary.Lib / by implib.exe/ I go during linking error Type: C >>>xhb.exe -o"t.c" -m -n -p -q -gc0 -I"D:\xHB.112\include" -I"D:\xHB.112\include\w32" "t.prg"<<< ...
by kajot
Sun Aug 29, 2010 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: parameter function as structure
Replies: 8
Views: 1937

Re: parameter function as structure

Kajot,

In this case you should not use the command DLL FUNCTION ...

Instead of it, create an import library from the DLL and link it to your EXE:
implib.exe ThermalStructureLibrary.lib ThermalStructureLibrary.dll
by Antonio Linares
Sun Aug 29, 2010 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: parameter function as structure
Replies: 8
Views: 1937

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... You are right partially. If you are using mingw as compiler, then any standard C dll needs not to be converted to lib with, for example, bcc's implib utility. It is done on the fly. But it may need hbmk2 as the base make utility which automatically passes the required flags to the linker. In ...
by Pritpal Bedi
Tue Jun 29, 2010 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 106248

Antonio Funciona OK

Maestro no lo he probado aun, testeo cuento como me va, Gracias.

Saludos

Ruben Fernandez

Acabo de probar y funciona bien, hice la lib com implib y copie las dll de Arc32 version 10 y todo
esta funcionando.

Gracias y saludos

Ruben Fernandez
by Ruben Fernandez
Fri Jun 11, 2010 7:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ads 10 Gratis 2 usuarios
Replies: 8
Views: 1375

ace32 con msvc

... al momento de enlazar y agregar ace32.lib envía un error de archivo dañado o no compatible. Me dirán que vuelva a generar el ace32.lib haciendo: implib ace32.lib ace32.dll lo cual funciona perfectamente para Borland pero Sorpresa! no funciona con MSVC. De seguro habrá más de alguno que me diga ...
by hgarcia
Sat Feb 27, 2010 5:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ace32 con msvc
Replies: 9
Views: 1178

Problema con FWH 907 y ADS version 9.0

... a la carpeta donde tengo la aplicación. 2) Incluí: "ADS.Ch" al inicio de la aplicación. 3) Previamente cree la lib: ADS32.lib com implib 4) Agregue la libreria RDDADS.LIB de xHarbour y la ADS32 a las librerias externas en Verce 5) Configure el archivo ADSLOCAL.CFG y lo copie en ...
by fespinoza
Thu Feb 18, 2010 3:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con FWH 907 y ADS version 9.0
Replies: 5
Views: 1062

Erro RDDADS

... Error: Unresolved external 'AdsCustomizeAOF' referenced from C:\FIVETECH\XHARBOUR\LIB\RDDADS.LIB|ads1 Já recompilei com implib e não resolveu nada. Tenho a versão FW9.10 Alguém me pode ajudar?? Saludos, abraços, regards Jufer
by jufer
Sun Dec 20, 2009 3:31 pm
 
Forum: All products support
Topic: Erro RDDADS
Replies: 3
Views: 3076

Re: Erro na compilação

... está actualizado. Não sei se isto é verdade mas se for alguém me pode ensinar se posso actualizar como actualizei o ficheiro ACE32.DLL? Ou seja: implib ace32.lib ace32.dll Agradeço antecipadamente Jufer
by jufer
Thu Dec 10, 2009 8:43 pm
 
Forum: All products support
Topic: Erro na compilação
Replies: 53
Views: 23375

Re: ACE32.LIB for BCC 5.5

c:\bcc55\bin\implib.exe ace32.lib ace32.dll It will create an OMF version of ace32.lib :-) Thx. BTW, sorry for redundant question. I've just noticed that this was already discussed in at least two threads: http://forums.fivetechsupport.com/viewtopic.php?f=3&t=14909&start=0&hilit=implib ...
by modicr
Fri Oct 16, 2009 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ACE32.LIB for BCC 5.5
Replies: 2
Views: 543

Re: ACE32.LIB for BCC 5.5

Roman,

You can easily create it this way:

c:\bcc55\bin\implib.exe ace32.lib ace32.dll

It will create an OMF version of ace32.lib :-)
by Antonio Linares
Fri Oct 16, 2009 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ACE32.LIB for BCC 5.5
Replies: 2
Views: 543

Re: Png From resource

Lailton...

Your problem isn't the .H file, download it from http://freeimage.sourceforge.net/download.html
you need load freeimage.dll from C or implib the DLL to LIB and join at project

implib freeimage.lib freeimage.dll

pd: i think that freeimage no work properly with PNG image
by Daniel Garcia-Gil
Wed Sep 23, 2009 2:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Png From resource
Replies: 6
Views: 988

Re: Error en un OBJ de una libreria

Hola amigo...
Debes reconstruir nuevamente la Ace32.lib

Lo debes hacer asi: (Ejecutar por linea de comandos)

implib.exe ace32.lib ace32.dll

Con eso debería solucionarte el problema.
by jrestojeda
Thu Sep 17, 2009 9:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en un OBJ de una libreria
Replies: 2
Views: 369

Re: SerialPort Class Using CreateObject (...)

... way to interface with my FWH code. (4) Now generate an Import Library from the generated DLL file suitable to link in with FWH. Use the impdef and implib routines to generate an OMF formatted library from the DLL that lists/defines all the exported functions in the DLL. Execute the following impdef ...
by angelo.c
Sun Jul 19, 2009 3:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SerialPort Class Using CreateObject (...)
Replies: 5
Views: 3161
PreviousNext

Return to advanced search