Paul,
I realize that your no longer developing Cheetah. But I am hoping you can offer some solutions th compile problems that the Cheetah2 INC file has with PB10.
This is the error I am getting.
Error 468 in E:\PBWIN10\WINAPI\CHEETAH2.INC(340:039): This equate may not be redefined
Line 340: %FILE_READ_ONLY = 4002
A likely conflict is in E:\PBWIN10\WINAPI\WINBASE.INC:
Line 3070: %FILE_READ_ONLY = 8
Simply change the %FILE_READ_ONLY name to something else (maybe %CHEETAH_FILE_READ_ONLY) and do a Find/Replace in the .inc file in case it exists elsewhere in the file.
That's simple enough. Thanks. There might
be a few other conflicts like this and can handled
the same way.