Hi Everybody,
I am trying to add in the ADS Local Service to my app and I get the followinf error:
Error: Unresolved external 'AdsCloseCachedTables' referenced from C:\XHARBOUR\LIB\RDDADS.LIB|adsfunc
I think I have everything setup...
RddADS.lib and Ace32.lib (from the xharbour\lib directory) are linked in.
Ace32.dll, AdsLoc32.dll and Axcws32.dll are in the same directory as my exe
At the start of my app I have:
Request ADS
RddSetDefault(ADS)
AdsSetServerType(7)
AdsSetFileType(1)
Any Ideas?