Cheetah2 Problem with PB10

Started by Martin Francom, March 30, 2011, 09:17:19 PM

Previous topic - Next topic

Martin Francom

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   

Paul Squires

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.
Paul Squires
PlanetSquires Software

Martin Francom

That's simple enough.  Thanks.  There might
be a few other conflicts like this and can handled
the same way.