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.
Thanks!