As subject
Rules for Harbour:
HB_WITH_ADS=C:\ads\acesdk
Where to download the most recent ACESDK from ?
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- 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 ?
As the Harbour make for contribs uses to fail due to unresolved dependencies, finally I built it this way:
govc.bat
Built libraries: (ace32.lib and rddads.lib)
https://code.google.com/p/harbour-and-x ... 130625.zip
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
https://code.google.com/p/harbour-and-x ... 130625.zip
- 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 ?
Direct link to download it:
http://download.sybase.com/eval/adseval/aceapi.exe
http://download.sybase.com/eval/adseval/aceapi.exe
- 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 ?
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)
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