With ads if you have a program that access to v9 and v8 you must use
client v8 ant can't use the new feature of v9 because you application is
linked with v8
Also in harbour is statically linked and you must use
#define ADS_REQUIRE_VERSION 8
So I suggest use conditional code with 
#if ADS_REQUIRE_VERSION >= 6
And finally made two executable one for v8 and one for v9
  

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Edmer
Sent: Wednesday, April 16, 2008 1:39 AM
To: harbour@harbour-project.org
Subject: Re: [Harbour] OrdSkipUnique of ADS 9


Hi Gurus,

Would it be possible that Harbour could detect if we are using ADS ver
9.x 
and if so, Could it use the new AdsSkipUnique API of ADS 9 when we
invoke 
the OrdSkipUnique() function. Just a thought.

Cheers to all,
Ed

-- 
View this message in context:
http://www.nabble.com/Re%3A-OrdSkipUnique-of-ADS-9-tp16597247p16597247.h
tml
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to