Where to download the most recent ACESDK from ?

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Where to download the most recent ACESDK from ?

Post by Antonio Linares »

As subject

Rules for Harbour:
HB_WITH_ADS=C:\ads\acesdk
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Where to download the most recent ACESDK from ?

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Where to download the most recent ACESDK from ?

Post 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

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-x ... 130625.zip
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Where to download the most recent ACESDK from ?

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Where to download the most recent ACESDK from ?

Post 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

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
Post Reply