PreprocessorExeNoRun

[<<<] [>>>]

This entry point is used from the function scriba_NoRun implemented in the file `scriba.c' before the execution of the basic program is not started. (Note that scriba_NoRun performs initialization for the execution but does not start the execution.)

By this time most of the preprocessors should have asked the basic interpreter to unload. Only preprocessors implementing debugger, profiler or other development support functions may remain in memory and active. The function has to return zero or the error code and should set the parameter *pCmd to PreprocessorContinue, PreprocessorDone, or PreprocessorUnload.


[<<<] [>>>]