Search found 567 matches: ace32

Return to advanced search

Re: ADS with 64bit FWH Apps

Enrico, as Tim say we need (x)harbour with rddads.lib and ace32.lib (or 64 version), but to build (x)harbour libs need redistributable package.
best regards
by NWKL
Wed Apr 17, 2024 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2304

Re: ADS with 64bit FWH Apps

This is problematic because that file ( which is needed ) must match the same version as the ace32.dll. There is also 64 bit versions of those files. As Reinaldo pointed out ( and he is probably the best source ), if you use the .dll files from ADS 10, then everything ...
by TimStone
Tue Apr 16, 2024 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2304

Re: ADS with 64bit FWH Apps

NWKL wrote:you need ace redistributable 10.


Can you provide me ace.h, ace32.lib, ace32.dll, adsloc32.dll and the same for 64 bit, please?
by Enrico Maria Giordano
Tue Apr 16, 2024 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2304

Re: harbour/xharbour appear ADS functions error

... not be included in the Harbour distributions I think they will help users and avoid confusion and mixing DLLs. I only wanted to know if, along ace32.dll/ace64.dll, also adsloc32.dll/adsloc64.dll are required to use ADS. Someone can confirm? Yes
by richard-service
Thu Apr 04, 2024 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8425

Re: harbour/xharbour appear ADS functions error

... not be included in the Harbour distributions I think they will help users and avoid confusion and mixing DLLs. I only wanted to know if, along ace32.dll/ace64.dll, also adsloc32.dll/adsloc64.dll are required to use ADS. Someone can confirm?
by Enrico Maria Giordano
Thu Apr 04, 2024 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8425

Re: harbour/xharbour appear ADS functions error

Enrico Maria Giordano wrote:Did you link ace32.lib and rddads.lib?


Yes, Linking

    RDDADS_LIB = $(HARBOUR_DIR)\Lib\rddads.lib
    ACE32_LIB = $(HARBOUR_DIR)\Lib\ace32.lib

    echo. s:\SetTool32\harbour\Lib\rddads.lib >> make.tmp
    echo. s:\SetTool32\harbour\Lib\ace32.lib >> make.tmp
by richard-service
Tue Apr 02, 2024 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8425

Re: harbour/xharbour appear ADS functions error

Did you link ace32.lib and rddads.lib?
by Enrico Maria Giordano
Tue Apr 02, 2024 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8425

Re: link error

Enrico, thanks for reply, last xharbour from site dont come with this libs, this is for use with ads, in folder source/contrib, without them i need compile xharbour again, i want use binaries from site.
ace32.lib i can get from implib, i need only rddads.lib.

thanks
by NWKL
Wed Feb 14, 2024 1:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 576

Re: link error

... to perform link can i use the same tip? void _streams() {} Yes, you can try it. this is affect my appl? It should not. someone have rddads and ace32 compiled with last harbour and xharbour? What do I need to compile them? Please note that I never used ADS.
by Enrico Maria Giordano
Wed Feb 14, 2024 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 576

Re: link error

... Error: Unable to perform link can i use the same tip? void _streams() {} this is affect my appl? someone have rddads and ace32 compiled with last harbour and xharbour? thanks again.
by NWKL
Wed Feb 14, 2024 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 576

Re: Error al leer un dll

... + >> b32.bc rem Uncomment these two lines to use Advantage RDD rem echo %hdir%\lib\rddads.lib + >> b32.bc rem echo %hdir%\lib\Ace32.lib + >> b32.bc echo %bcdir%\lib\cw32.lib + >> b32.bc echo %bcdir%\lib\import32.lib + >> b32.bc echo %bcdir%\lib\uuid.lib + ...
by jpcavagnaro
Sun Apr 23, 2023 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error al leer un dll
Replies: 19
Views: 1501

Re: VS2022 Portable x32 x64

... >> msvc.tmp rem Uncomment these two lines to use Advantage RDD rem echo %hdirl%\rddads.lib >> msvc.tmp rem echo %hdirl%\ace32.lib >> msvc.tmp echo kernel32.lib >> msvc.tmp echo user32.lib >> msvc.tmp echo gdi32.lib >> msvc.tmp echo winspool.lib ...
by Compuin
Wed Apr 12, 2023 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VS2022 Portable x32 x64
Replies: 19
Views: 6782

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

... b32.bc echo %hdirl%\hbzebra.lib + >> b32.bc echo %hdirl%\hbcurl.lib + >> b32.bc echo %hdirl%\rddads.lib + >> b32.bc echo %hdirl%\Ace32.lib + >> b32.bc echo %hdirl%\hbssl.lib + >> b32.bc echo %hdirl%\hbssls.lib + >> b32.bc echo %hdirl%\libeay32.lib + >> ...
by richard-service
Fri Feb 03, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 5005

mod_harbour + ADS on linux server

... that says to use libace.so and libadsloc.so in the same way as ace32.dll and AdsLoc32.dll are used in Windows. In Windows I put ace32.dll and AdsLoc32.dll in apache/bin directory (eg. c:\xampp\apache\bin). Where ...
by berpa
Wed Nov 30, 2022 7:51 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31183

Re: error al personalizar hoja de excel despues de toexcel()

... + >> b32.bc rem Uncomment these two lines to use Advantage RDD rem echo $(HBDIR)\lib\rddads.lib + >> b32.bc rem echo $(HBDIR)\lib\Ace32.lib + >> b32.bc echo $(BCDIR)\lib\cw32.lib + >> b32.bc echo $(BCDIR)\lib\import32.lib + >> b32.bc echo $(BCDIR)\lib\psdk\odbc32.lib ...
by artu01
Wed Nov 23, 2022 11:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al personalizar hoja de excel despues de toexcel()
Replies: 9
Views: 1169
Next

Return to advanced search