@JÞB wrote:
Conditions for conditional disable cases are not evaluated until run time so the complier still sees broken code.
I thought that would work because the case in the Run_Time_Engine == False case is not included in a built EXE. So I thought having broken code in there wouldn't matter if the case isn't included. I'll need to run a test to ensure I'm not going crazy.