It seems that whenever I want to access the following pathways of C:\Users\ABC\AppData, any program or application gives me an "Access is denied error":
In another application called CodeBlocks, I get the same error:
Error: can't open C:\Users\ABC\AppData\Local\Temp\cc4x6bY8.s for reading...
No matter what compiler I elect to use (I have tried codeblocks, bloodshed dev C++, visual studio c++ express 2005, visual studio 2008 & 2010 and eclipe [java]) when i attempt to rebuild a project after executing it once, it will link and compile, but and error will appear stating that the...
admin rights
antivirus
c++
codeblocks
compiler
cygwin
development
error handling
executable
firewall
ide
java
linking
process explorer
project files
rebuild
troubleshooting
visual studio
windows
windows defender
Hi,
I have been on the edge of chucking my computer out the window for hours, and the only support I get from colleagues in my masters program is "Get a mac!"
Anyway, yesterday I was working on something in CodeBlocks and when I went to build my project, I got stuck in a loop of "this project...
access
attrib
build
cmd
codeblocks
computer issues
error
folder issues
frustration
ownership
permissions
read only
software issues
system settings
tech support
troubleshooting
user settings
windows help
windows update
I've been playing around with some batch files, and was trying to get the cmd to run in fullscreen mode. I used the same technique that i used in windows XP, using the line:"reg add HKCU\Console\ /v Fullscreen /t REG_DWORD /d 1" in a batch file to make the cmd go fullscreen by default. Now my...