2.5.3.13. build_GetExeCodeOffset()

[<<<] [>>>]

This function checks that the actually running exe contains the binary BASIC program attached to its end. It returns zero if not, otherwise it returns 1.

It is guaranteed that both *plOffset and *plEOFfset will be set to 0 (zero) if the file proves to be a standard BASIC interpreter without appended BASIC code.

int build_GetExeCodeOffset(char *pszInterpreter,
                            long *plOffset,
                            long *plEOFfset
  ){

[<<<] [>>>]