Mike --
When you click Ctrl-F5, PbEdit calls PbDll1.Exe instead of PbDll.Exe (if you corrected a path for compiler).
PbDll1.Exe analyzes source code, remembers a command '%C &H12345678 and calls a compiler (for compiler '%C is a comment).
When compilation is finished, PbDll1.Exe (before returning control to PbEdit.Exe) opens compiled exe and writes CRC after EOF.
That's why, when program starts, it's already has CRC
------------------
E-MAIL: [email protected]
When you click Ctrl-F5, PbEdit calls PbDll1.Exe instead of PbDll.Exe (if you corrected a path for compiler).
PbDll1.Exe analyzes source code, remembers a command '%C &H12345678 and calls a compiler (for compiler '%C is a comment).
When compilation is finished, PbDll1.Exe (before returning control to PbEdit.Exe) opens compiled exe and writes CRC after EOF.
That's why, when program starts, it's already has CRC

------------------
E-MAIL: [email protected]
Comment