I'm experimenting with embedding code in my compiled exe. My startup.dat contains the line RUN Main IN MainMenu.APX. I've embedded MainMenu.APX in the application, and the executable seems to find this correctly when it starts. But, inside MainMenu.APX I have the command RUN MyProc IN Procedures.APX. I've also embedded Procedures.APX in my executable, but the executable stops the message "Can't unable to open file R:\Compiler\MyProject\Procedures.APX". It looks like the compiled program can find the "top level" APX, but not the one I'm calling.--Larry
-- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

