Hello,
I have an application when run through the ide performs as expected however upon creating the executable does not perform the same.
In an if, then, else stmt the condition is true in the IDE but false when the exe is built and run. How can this possibly be and how do I debug? The...