Hi Cheng, Understood, like mentioned previously, there may be some system-level issue in your code which is independent of the compiler and would require testing/evaluation of project files. This causes the source to not be found on different compiler versions. Since this is not necessarily a result of the compiler but of the codebase, then there is a chance that future changes in the compiler may reintroduce this error to your project depending on where compiler will be allocating parts of the code in memory. For the compiler versions you have tested successfully, if there is no error thrown during debugging, I don't consider there is a issue necessarily with the binary file but still there could be error with code Regards, Peter
↧