Is there something inherently wrong with using the "Start Debugging" feature in Visual Studio C++ when in Release mode? Die to unrelated problems Debug mode has been disabled in my Visual Studio. I can only work in Release mode. But when I do something like read a file using a 3rd party library it does not work when I use the Start Debugging feature while in Release mode. The program cannot find the file it is supposed to read. But when I execute the program that was built in Release mode in the command prompt, it works. Why?
↧