One thing removed which isnt in the docs anywhere is the bob stuffs

, I agree with 'hmm' on some things tho. It would have been easier to keep the include command in the system rather than in the IDE (I see the error checker is still a bit miffed it highlights lines that dont contain errors saying error on line x when highlighting line y which is nowhere near it).
I wouldnt say its 100% compatible with DB I would say its more 75% ATM, converting SF2000 to it (which doesnt use any of the new stuff but runs fine on DB1.04) will not compile at all in DBPro even when I remove the offending command lines, I get errors for example:
if Keystate( keys(4) ) =1 then x=x+1
generates a incorrect number of brackets error, the keys(4) is an array for redefinable keys.
IMHO DBPro isnt ready for prime time it should have been tested more throughly for these sort of errors. Maybe Lee and Co should have opened DBDN to older coders who know DB inside and out.