I would like some way to export procedures in executables, mainly for use with protection software. Perhaps it could use the same commands as in dll's (eg. ProcedureDLL). The procedure would appear in the export table and always be included in the code (even if not used within the code).
Another less important feature would be something like an "Alias" option that exports a supplied string for the current procedure but this is less important than being able to export them in the first place!
It is possible to do these things in a hackish way but this became harder since 4.02 when the asm for ProcedureDLL changed (the procedure label is no longer included in the source so exporting it manually is harder) and a clean PB method is always preferred.
Thanks for considering and for any feedback
