PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: ss_spark on September 16, 2008, 12:18:49 AM

Title: Conflict keywords INHERIT
Post by: ss_spark on September 16, 2008, 12:18:49 AM
A error happened when used PowerBASIC 9.0 Compiler to compile a project.
Showing error as below:
-------------------------------------------------
Compile Error
The PowerBasic Compiler returned an error during compiling:
Error Number = 426
Error Description = Variable expected
OPTIONAL BYVAL INHERIT AS LONG, _     '[IN][OPT][haddefault=0]<InheritTypeEnum>
-------------------------------------------------
looked the log file found error in FF_ADOX.INC file,
there has some INHERIT parameter, it conflict in PowerBASIC 9.0 new keywords INHERIT.

solve: change INHERIT to nInherit.
Title: Re: Conflict keywords INHERIT
Post by: TechSupport on September 17, 2008, 07:01:30 PM
Thanks!