I'm working on a project that has one EXE and several APP files. I have a PRG containing "global functions" (GLOBAL.PRG)--and my SET PROCEDURE TO command for this is in the main PRG for my EXE (MAIN.PRG).
I've noticed I have to have the GLOBAL.PRG referenced in my other APP projects otherwise they won't compile--but I don't have to have it included in them, do I?
Also, if I make a change to GLOBAL.PRG, I just have to recompile the EXE, and not the APPs because the EXE is the only project that actually contains the PRG file, right?
Appreciate the help.
I've noticed I have to have the GLOBAL.PRG referenced in my other APP projects otherwise they won't compile--but I don't have to have it included in them, do I?
Also, if I make a change to GLOBAL.PRG, I just have to recompile the EXE, and not the APPs because the EXE is the only project that actually contains the PRG file, right?
Appreciate the help.