Code::Blocks Forums
User forums => Help => Topic started by: Squibs47 on July 24, 2011, 02:08:54 pm
-
I built a simple code that prints "Hio" in the output. But after the build it says "Cannot open file C:\Hello World access denied." I don't know how to fix this.
-
I built a simple code that prints "Hio" in the output. But after the build it says "Cannot open file C:\Hello World access denied." I don't know how to fix this.
When you are using Windows Vista or later, and/or you are not an admin, access to the root folder of your had disk is usually denied by Windows.
To fix, select an output folder to store your data where you have write access, e.g. "My Files" or deeper.
-
I built a simple code that prints "Hio" in the output. But after the build it says "Cannot open file C:\Hello World access denied." I don't know how to fix this.
When you are using Windows Vista or later, and/or you are not an admin, access to the root folder of your had disk is usually denied by Windows.
To fix, select an output folder to store your data where you have write access, e.g. "My Files" or deeper.
Thanks a lot,your reply helped me solve the problem