Hi Randy,

1. Needed to include "#IFNDEF" statements at the bottom of HBSETUP.CH since these vars seem to already be defined somewhere else. Note that Beta3 included these "#IFNDEF" statements but the current build does not.

Simply don't include hbsetup.ch at all. It's no longer necessary,
the content is automatically #defined by PP.

-----------------------

2. I am still using ADS/ALS v6.22 and therefore the new RDDADS will not work for me - I must use the RDD_ADS from Beta3 instead - Perhaps it should be included in the new build for developers not yet using ADS v8.

I seem to remember I could successfully compile rddads using 6.11,
but now it doesn't work indeed.

-----------------------

3. I have my own version of OLE2.C - I had to remove the following line from HBDATE.H...

extern HB_EXPORT HB_ULONG hb_dateMilliSeconds( void );

...otherwise I get these errors when compiling OLE2.C:

cl -TP -W3 -nologo -I..\..\include -DWIN32 -c -Fo..\..\obj\vc \ole2.obj ole2.c
ole2.c
..\..\include\HBdate.h(61) : error C2146: syntax error : missing ';' before identifier 'hb_dateMilliSeconds' ..\..\include\HBdate.h(61) : fatal error C1004: unexpected end of file found

An #include "hbdefs.h" seem to be missing from hbdate.h

Brgds,
Viktor

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to