When compiling, RapidEXE says it is compressing the source code but it does NOT compress and/or store an included file. So say I had a math class and included it into the program - it WILL still run ON MY SYSTEM but if I move the file to a different system - the program has no idea where the class went. Shouldn't RapidEXE copy all source files into itself?
It only includes files under the project you're compiling. External references will not be automatically copied into it.