3.3.36. scriba_LoadBinaryProgram()

[<<<] [>>>]

Use this function to load ScriptBasic program from a file that is already compiled into internal form.

The return value is the number of errors (hopefully zero) during program load.

int scriba_LoadBinaryProgram(pSbProgram pProgram
  ){
Before calling this function the function @xref{scriba_SetFileName()} should have been called specifying the file name.
[<<<] [>>>]