Search found 34 matches: ace64

Return to advanced search

Re: harbour/xharbour appear ADS functions error

... 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: 8430

Re: harbour/xharbour appear ADS functions error

... 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: 8430

Re: ADS with 64bit FWH Apps

It could be a problem with rddads.lib and ace64.lib versions or with ace64.dll version.
by Enrico Maria Giordano
Thu Apr 04, 2024 7:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2308

Re: Harbour 3.2 MSVC 2019 de 64bist y 32bits

preparare un zip con los dll que se deberian usar con esta version de harbour, por ejemplo el ace32.lib y ace64.lib usan la version 12 de la lib, asi como la libmysq, curl, mañana lo subire...
by carlos vargas
Tue Oct 19, 2021 10:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour 3.2 MSVC 2019 de 64bist y 32bits
Replies: 6
Views: 752

Re: Installation of mod_harbour as module or fastcgi handler

Hey Antonio,

SSD: good question, nominal yes. Our server is a virtual machine, the ressources are not dedicated. I will dig into this further.

ace64.dll: ok, understood.


Regards

Christoph
by chrisiwien
Sat May 22, 2021 6:30 pm
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2888

Re: Installation of mod_harbour as module or fastcgi handler

Christoph,

Are you using a SSD drive ?

ace64.dll can't be freely redistributed so I guess there is no other option except run the installer they provide and later grab what you may need
You only need it if you plan to use ADS. If not, then you have the install the mod_harbour that does not use ADS.
by Antonio Linares
Sat May 22, 2021 4:46 pm
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2888

Re: Installation of mod_harbour as module or fastcgi handler

... Read Time with Random Writes 0.629 ms 8.6 What do you think about this values? Could this be the bottleneck? Please, can you tell me more about my ace64.dll-question in my last post: @ace64.dll: I've downloaded the "aceapi_x86_64.exe", guess the ace64.dll is included in this package. ...
by chrisiwien
Fri May 21, 2021 10:47 pm
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2888

Re: Installation of mod_harbour as module or fastcgi handler

... busy with my request before it return it to my browser. @Antonio: thank you for the new IIS build, i will try that out later and respond again. @ace64.dll: I've downloaded the "aceapi_x86_64.exe", guess the ace64.dll is included in this package. So, is it necessary to install the whole ...
by chrisiwien
Fri May 21, 2021 9:22 am
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2888

Installation of mod_harbour as module or fastcgi handler

... module was not found." With FastCGI: modharbour.exe - call with double click: Windows alert: "The code execution cannot proceed because ace64.dll was not found." -> copy ace32.dll from "mod_harbour/ads/Program Files 64/Advantage 9.0/Server" to directory with modharbour.exe: ...
by chrisiwien
Thu May 20, 2021 1:19 pm
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2888

Re: Migration to the new mod_harbour fastCGI

JF,

Is WAPI_LoadLibrary( "ace64.dll" ) working already ?
by Antonio Linares
Mon May 03, 2021 7:15 pm
 
Forum: mod_harbour
Topic: Migration to the new mod_harbour fastCGI
Replies: 46
Views: 5255

Re: Migration to the new mod_harbour fastCGI

Here it is

prg is as simple as ;

Function Main
? "test load ads64.dll"
?
? WAPI_LoadLibrary( "ace64.dll" )

return nil

Error: Unknown or unregistered symbol
operation: WAPI_LOADLIBRARY
called from: HB_HRBLOAD, line: 0
called from: ..\source\exec.prg, EXECUTE, line: 70
by jfl@mafact.com
Mon May 03, 2021 10:04 am
 
Forum: mod_harbour
Topic: Migration to the new mod_harbour fastCGI
Replies: 46
Views: 5255

Re: Migration to the new mod_harbour fastCGI

Dear JF,

It could be that there is a missing DLL that ADS needs.

For a test, keep using the previous version (without ADS) and try to do a ? WAPI_LoadLibrary( "ace64.dll" ) and let me know what you get
by Antonio Linares
Mon May 03, 2021 9:21 am
 
Forum: mod_harbour
Topic: Migration to the new mod_harbour fastCGI
Replies: 46
Views: 5255

Re: mod_harbour and ADS server

gracias Antonio funciono!!! para que funcione lo que hice fue esto copiar los archivos en C:\xampp\apache\bin ace64.dll ace64.lib axcws64.dll adsloc64.dll Ads.ini ejemplo function Main()   ? RddRegister( "ADS", 1 )   ? AdsSetServerType( 1 ) // ...
by Patricio Avalos Aguirre
Mon Jun 15, 2020 4:44 am
 
Forum: mod_harbour
Topic: mod_harbour and ADS server
Replies: 9
Views: 1456

Re: mod_harbour and ADS server

Hola

he bajado el archivo y he pegado los dll en C:\xampp\apache\bin

ace64.dll
ace64.lib
axcws64.dll
Ads.ini

pero aun recibo el error

Error: Unknown or unregistered symbol
operation: ADSSETSERVERTYPE
called from: HB_HRBLOAD, line: 0
called from: ..\source\exec.prg, EXECUTE, line: 70

Source:
by Patricio Avalos Aguirre
Mon Jun 15, 2020 2:55 am
 
Forum: mod_harbour
Topic: mod_harbour and ADS server
Replies: 9
Views: 1456
Next

Return to advanced search