FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index Utilities / Utilidades Where to download the most recent ACESDK from ?
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Where to download the most recent ACESDK from ?
Posted: Tue Jun 25, 2013 05:57 PM

As subject

Rules for Harbour:
HB_WITH_ADS=C:\ads\acesdk

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Where to download the most recent ACESDK from ?
Posted: Tue Jun 25, 2013 06:44 PM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Where to download the most recent ACESDK from ?
Posted: Wed Jun 26, 2013 01:46 AM
As the Harbour make for contribs uses to fail due to unresolved dependencies, finally I built it this way:

govc.bat
Code (fw): Select all Collapse
SET ADS_LIB_VERSION=810 <<<< set for you version
set HB_WITH_ADS=%ProgramFiles%\Advantage 11.10\acesdk
set path=%path%;%ProgramFiles%\Microsoft Visual Studio 10.0\VC\bin
call "%ProgramFiles%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"
c:\harbour\bin\hbmk2 --compiler=msvc rddads


Built libraries: (ace32.lib and rddads.lib)
https://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=rddads_msvc_20130625.zip
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Where to download the most recent ACESDK from ?
Posted: Tue Jul 02, 2013 10:25 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Where to download the most recent ACESDK from ?
Posted: Tue Jul 02, 2013 01:05 PM
This is how I built it for Tim (ADS 700) from Windows 7 64 bits:

go.bat (to be called from c:\harbour\contrib\rddads folder)
Code (fw): Select all Collapse
SET ADS_LIB_VERSION=700 
set HB_WITH_ADS=%ProgramFiles(x86)%\Advantage 11.10\acesdk
set path=%path%;%ProgramFiles(x86)%\Microsoft Visual Studio 10.0\VC\bin
call "%ProgramFiles(x86)%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"
c:\harbour\bin\hbmk2 rddads
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion