Global Symbols
jjweimer
#def/G PackageTools
For my cases, my code would then be written to recognize PackageTools in this way ...
#ifdef PackageTools
// do things that require PackageTools
#endif
// do things that require PackageTools
#endif
Caveats in doing this within Independent Modules are understood -- I would not want an IM to depend on anything outside itself anyway. However, I would definitely want the #def/G statement to "push" the global out for recognition by all compile spaces (IMs and ProcGlobal).