Page 1 of 1

Where to download the most recent ACESDK from ?

PostPosted: Tue Jun 25, 2013 5:57 pm
by Antonio Linares
As subject

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

Re: Where to download the most recent ACESDK from ?

PostPosted: Tue Jun 25, 2013 6:44 pm
by Antonio Linares

Re: Where to download the most recent ACESDK from ?

PostPosted: Wed Jun 26, 2013 1:46 am
by Antonio Linares
As the Harbour make for contribs uses to fail due to unresolved dependencies, finally I built it this way:

govc.bat
Code: Select all  Expand view
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

Re: Where to download the most recent ACESDK from ?

PostPosted: Tue Jul 02, 2013 10:25 am
by Antonio Linares

Re: Where to download the most recent ACESDK from ?

PostPosted: Tue Jul 02, 2013 1:05 pm
by Antonio Linares
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: Select all  Expand view
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