Search found 208 matches: implib

Return to advanced search

Error creando indices usando alias

... el alias directo como "TmpJose->Num_Fac". Uso ACE32.DLL, ADSLOC.DLL de la version 9.10 de ADS. La libreria ACE32.LIB la cree usando IMPLIB de BCC a partir de ACE32.DLL. Agradesco de antemano algun comentario a este problema. Muchas gracias.
by rcastano
Sun Jun 21, 2009 2:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error creando indices usando alias
Replies: 4
Views: 799

Re: Wrapper a una DLL

... que no me funcionan importando las funciones directamente de la DLL, entonces creando el wrapper tengo un problema, ya tengo la .lib importada con implib de Borland C++, mi codigo es este: #pragma BEGINDUMP HB_FUNC(OPENDEVICE) { long CardAddress; long lReturn; CardAddress = hb_parni(1); lReturn ...
by FiveWiDi
Tue Mar 24, 2009 9:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Wrapper a una DLL
Replies: 15
Views: 2608

Wrapper a una DLL

... que no me funcionan importando las funciones directamente de la DLL, entonces creando el wrapper tengo un problema, ya tengo la .lib importada con implib de Borland C++, mi codigo es este: #pragma BEGINDUMP HB_FUNC(OPENDEVICE) { long CardAddress; long lReturn; CardAddress = hb_parni(1); lReturn ...
by softruz
Mon Mar 23, 2009 1:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Wrapper a una DLL
Replies: 15
Views: 2608

Re: Cretar DLL

... unless you include C functions in the DLL that take parameters and then call the PRG-level code. To do static linking, do this to create the .lib: implib harbour.lib harbour.dll For the Borland C platform, use that library and import32.lib and cw32.lib from Borland, and you are ready to go. See ...
by Antonio Linares
Mon Mar 23, 2009 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cretar DLL
Replies: 3
Views: 1168

Re: harbour and ads error

Norberto

You need to go to the Sybase website and download the ADS SDK for 9.1 .. it has the latest ace32.dll from which you will need to implib your ace32.lib ..

http://devzone.advantagedatabase.com/dz ... Platform=6

Hope this helps

Rick Lipkin
by Rick Lipkin
Fri Mar 13, 2009 12:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour and ads error
Replies: 3
Views: 576

harbour and ads error

Hi, i was using xharbour for a long time, but now i test with Harbour, but i'm getting an error with ads and adsskipunique, i use implib to make ace32 from ace32.dll, but dont solve this...
someone can help me?

fwh902, harbour from fivetech (24/2), ads 8.10, bcc 551

thanks
by norberto
Fri Mar 13, 2009 12:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour and ads error
Replies: 3
Views: 576

Re: Unresolved external 'AdsSkipUnique' *Fixed* old ace32.lib

Dutch

You need to go to the Sybase website and download the ADS SDK for 9.1 .. it has the latest ace32.dll from which you will need to implib your ace32.lib ..

http://devzone.advantagedatabase.com/dz ... Platform=6

Hope this helps

Rick Lipkin
by Rick Lipkin
Wed Feb 11, 2009 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved external 'AdsSkipUnique' *Fixed* old ace32.lib
Replies: 2
Views: 522

Re: Getting starting. (I needbit of help :)

... // if you have it HB_FUNC( UDLOPEN ) { hb_retl( UdlOpen() ); } #pragma ENDDUMP Also you need to create an import lib from the DLL this way: implib.exe udl.lib udl.dll You need to link udl.lib when you build your EXE.
by Antonio Linares
Sun Jan 25, 2009 12:11 pm
 
Forum: FiveWin for Pocket PC
Topic: Getting starting. (I needbit of help :)
Replies: 15
Views: 2817

Re: create a pcode dll

... unless you include C functions in the DLL that take parameters and then call the PRG-level code. To do static linking, do this to create the .lib: implib harbour.lib harbour.dll For the Borland C platform, use that library and import32.lib and cw32.lib from Borland, and you are ready to go. See ...
by Antonio Linares
Wed Jan 07, 2009 12:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a pcode dll
Replies: 25
Views: 6100

Re: FWH 8.12 Y XHARBOUR ERROR ADS

Gustavo,

necesitas una librería de ACE32.lib más reciente.

La LIB puedes construirla a partir de la DLL facilmente haciendo:

implib.exe ace32.lib ace32.dll

viewtopic.php?f=3&t=14003&start=0&hilit=ADSSKIPUNIQUE
by Antonio Linares
Sun Jan 04, 2009 8:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 8.12 Y XHARBOUR ERROR ADS
Replies: 9
Views: 3307

Uwe,

It may work for some DLLs, but Windows DLLs as "gdi32.dll" can't be converted into static LIBs.

What you can do is to use implib.exe to create an import library from a DLL, and then code your function in C code instead of using DLL FUNCTION ... (static linking vs. dynamic linking).
by Antonio Linares
Sun Dec 21, 2008 9:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question about convert ==> DLL to => LIB
Replies: 2
Views: 610

Re: Maestros en ADS, ayuda por favor

... enlazar: Error: Unresolved external '_HB_FUN_ADSDDSETUSERPROPERTY' referenced from ..y.. genere ACE32.lib con la instruccion: d:\borland\bcc55\bin\implib ace32.lib ace32.dll ..y.. tb en mi archivo de enlace coloque: D:\XHARBOUR\Lib\ace32.lib + Si te dio ese error, es porque no esta implementado, ...
by Marcelo Via Giglio
Mon Oct 20, 2008 3:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Maestros en ADS, ayuda por favor
Replies: 2
Views: 852

Maestros en ADS, ayuda por favor

... enlazar: Error: Unresolved external '_HB_FUN_ADSDDSETUSERPROPERTY' referenced from ..y.. genere ACE32.lib con la instruccion: d:\borland\bcc55\bin\implib ace32.lib ace32.dll ..y.. tb en mi archivo de enlace coloque: D:\XHARBOUR\Lib\ace32.lib + 2.) En una sistema de ventas, el programa no debe dejar ...
by RSalazarU
Mon Oct 20, 2008 2:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Maestros en ADS, ayuda por favor
Replies: 2
Views: 852

Como se hace para usar una funcion del ACE32.DLL en ADS

... external '_HB_FUN_ADSDDSETUSERPROPERTY' referenced from ..y.. por supuesto que genere ACE32.lib con la instruccion: d:\borland\bcc55\bin\implib ace32.lib ace32.dll ..y.. tb en mi archivo de enlace coloque: D:\XHARBOUR\Lib\ace32.lib + de antemano, gracias por la ayuda ROLANDO SALAZAR Cochabamba ...
by RSalazarU
Sun Oct 19, 2008 2:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como se hace para usar una funcion del ACE32.DLL en ADS
Replies: 0
Views: 330

... un aygshell.lib a partir de la aygshell.dll de WinCE. Intenta copiar esa DLL desde WinCE al PC y genera ahí la librería de importación, usando implib.exe. A ver si lo conseguimos.
by Vikthor
Thu Oct 09, 2008 7:15 pm
 
Forum: FiveWin para Pocket PC
Topic: Symbol MC3000
Replies: 35
Views: 13092
PreviousNext

Return to advanced search