1.1.35. scriba_LoadBinaryProgramWithOffset()

[<<<] [>>>]

Use this function to load ScriptBasic program from a file that is already compiled into internal form, and the content of the program is starting on lOffset

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

int scriba_LoadBinaryProgramWithOffset(pSbProgram pProgram,
                                       long lOffset,
                                       long lEOFfset
);
Before calling this function the function scriba_SetFileName() should have been called specifying the file name.
[<<<] [>>>]