Error 493

Started by Richard Marchessault, August 19, 2012, 06:31:35 PM

Previous topic - Next topic

Richard Marchessault

I finally getting around to doing some work with Firefly 3.61.

PB10 works fine. Sample files supplied with it compile and run fine.

I have Jose' includes installed in the folder "C:\PBWin10\JoseIncludes\WINAPI_III". PB10 is setup to check this folder first for includes and then also "C:\PBWin10\WinAPI".

I have loaded a couple of the examples supplied with FF3.61. When I compile them, I get the following error.

ERROR 493: Compiler File Not Found/Accessible

After receiving this message, Firefly stops with the following line highlighted.

#COMPILE Exe "//PROJECT_NAME//.exe"

How can I fix this?

Thanks,
Dick

Paul Squires

Hi Richard,

There must be something wrong with your setup. FireFly only uses Jose's includes. It should never point to PB's includes ever.

What are the folder paths you have setup under "Tools", "Environment Options", "PowerBASIC Windows 10"

PBWIN Compiler:

Jose Roca's Include Path:

PBRES:

RC Compiler:

RC Include Path:

You can also load the CODEGEN*_MAIN.BAS file for your project into JPro or PBEdit and compile it there to see exactly what Include file is not being found.

Also, make sure you have Jose's latest include files.
Paul Squires
PlanetSquires Software

Richard Marchessault

I must have had an old version of Jose's files. Not getting Error 493 now. Both PB10 and your example files are compiling and running just fine.

Thanks for your help.
Thanks,
Dick