FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour ADS with 64bit FWH Apps
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
ADS with 64bit FWH Apps
Posted: Thu Apr 04, 2024 02:12 AM

Because ADS is no longer supported, and little to no information is on the internet, I have a question for others who use it:

I have a variety of licenses ( 7.0 - 12.1 ). I have them all installed in Windows 64 bit OS. I now distribute my application with both 32 and 64 bit builds with Harbour/MSVC and FWH. 32 bit apps never have an issue. But the identical build in 64 bit receives a "cannot connect" error message on all versions prior to ADS 12.

Does anyone else have experience with this issue running ADS ?

This is not a FWH issue. My clients using the ADS software, prior to 12.0, simply run the 32 bit build of my application. However, it would be nice to resolve this issue.

Thanks for any insight you might have.

Tim

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: ADS with 64bit FWH Apps
Posted: Thu Apr 04, 2024 07:37 AM

It could be a problem with rddads.lib and ace64.lib versions or with ace64.dll version.

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: ADS with 64bit FWH Apps
Posted: Thu Apr 04, 2024 08:09 AM

Do you think that adsloc32.dll and adsloc64.dll are needed? If yes, I will update the Harbour builds again with those DLLs in the dll directory. Please confirm.

Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: ADS with 64bit FWH Apps
Posted: Thu Apr 04, 2024 02:32 PM

I don’t think those are needed. The last ADS release was 2015. Remote is useful but I find local is slower than the native rddcdx.

I distribute the last .dll files they produced for 32 and 64 bit. Those are usually good with versions 10-12, except for 64 bit on 10 & 11.

Sent from my iPhone using Tapatalk

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: ADS with 64bit FWH Apps
Posted: Thu Apr 04, 2024 02:37 PM
Ok, thank you. Anyway, I forgot that they were already included in the Harbour builds. :-)
Posts: 990
Joined: Thu Nov 17, 2005 05:49 PM
Re: ADS with 64bit FWH Apps
Posted: Sun Apr 14, 2024 05:39 PM

Hello everyone;

I bet the problem here is that you are trying to connect to an older server version using a newer client version. The opposite is fine. But newer clients need same or newer server.

Try using 64 bit version of ADS 12 if you want to connect to ADS 12 server.

All my customers are version 10 thru 12. But I only use version 10 of the client regardless of server version ( >=10 ). All improvements since version 10 are on the server side and you can execute all of them from any client user the corresponding stored procedure "sp..." function.

Reinaldo.

Posts: 38
Joined: Thu Aug 04, 2022 12:45 PM
Re: ADS with 64bit FWH Apps
Posted: Mon Apr 15, 2024 10:05 AM

Enrico, are you using ads 10 on client side for build xharbour and harbour ? i guess is this the right, because using 10 version in client side we can access 10 or newer version local/server.

thanks

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: ADS with 64bit FWH Apps
Posted: Mon Apr 15, 2024 10:16 AM

I don't know, never used ADS. How can I check which version is used to build [x]Harbour?

Posts: 38
Joined: Thu Aug 04, 2022 12:45 PM
Re: ADS with 64bit FWH Apps
Posted: Mon Apr 15, 2024 01:34 PM

Enrico,

in makefile of x(harbour) :

set version to use:

SET ADS_LIB_VERSION=1010

set directory of ace of this version:

SET HB_DIR_ADS=\Ace\101049

this set to compile build libs with ace 10, this way like reinaldo says we can access to 10 and above local and server.

maybe reinaldo can help us...

thanks

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: ADS with 64bit FWH Apps
Posted: Mon Apr 15, 2024 02:25 PM

Ok, I'll wait for other opinions. I don't want to publish new builds if I'm not sure.

Posts: 38
Joined: Thu Aug 04, 2022 12:45 PM
Re: ADS with 64bit FWH Apps
Posted: Mon Apr 15, 2024 09:57 PM
Some time ago when i build x(harbour) myself, this is ever work, using ace from 10, i can access 10,11,12 versions, but waiting info from others users is good. :)
you need ace redistributable 10.

very thanks for your time,
best regards.
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: ADS with 64bit FWH Apps
Posted: Tue Apr 16, 2024 07:33 AM
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?
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: ADS with 64bit FWH Apps
Posted: Tue Apr 16, 2024 10:58 AM

Received, thank you. The 32bit files are identical to mine, so xHarbour 32 bit should be already ok. The 64bit files are different. Can you confirm that I have to use yours to build [x]Harbour? Do you want my files to check them there?

Posts: 38
Joined: Thu Aug 04, 2022 12:45 PM
Re: ADS with 64bit FWH Apps
Posted: Tue Apr 16, 2024 11:29 AM

Enrico, sorry, i use ads in legacy app in 32 bits, i dont use this in (x)harbour)/fwh 64, so i cant help, maybe someone using ads with (x)harbour 64 can help us.

thanks

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: ADS with 64bit FWH Apps
Posted: Tue Apr 16, 2024 11:59 AM

Ok, let's wait for other opinions.