1.9.12. build_SaveECode()

[<<<] [>>>]

This function saves the binary code of the program into the file given by the name szFileName in exe format.

This is actually nothing but the copy of the original interpreter file and the binary code of the BASIC program appended to it and some extra information at the end of the file to help the reader to find the start of the binary BASIC program when it tries to read the exe file.

void build_SaveECode(pBuildObject pBuild,
                     char *pszInterpreter,
                     char *szFileName
);

[<<<] [>>>]