PlanetSquires Forums

Support Forums => General Board => Topic started by: Martin Francom on March 30, 2011, 09:17:19 PM

Title: Cheetah2 Problem with PB10
Post by: Martin Francom on March 30, 2011, 09:17:19 PM
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   
Title: Re: Cheetah2 Problem with PB10
Post by: Paul Squires on March 30, 2011, 09:54:12 PM
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.
Title: Re: Cheetah2 Problem with PB10
Post by: Martin Francom on March 30, 2011, 11:58:08 PM
That's simple enough.  Thanks.  There might
be a few other conflicts like this and can handled
the same way.