
-----------------------------------
QuantumPhysics
Thu Dec 27, 2012 11:16 pm

Never got this error DEV-C++: Permission Denied
-----------------------------------
[code]
%:include 
%:include 
%:include 
%:include 
%:include 

main ()
[/code]

I am trying to make a program to output the current time, and date to 16-bit unary.
When I compile my code I get an error : Permission Denied

Can someone explain to me why this is?

-----------------------------------
A.J
Fri Dec 28, 2012 12:21 am

RE:Never got this error DEV-C++: Permission Denied
-----------------------------------
This could be happening because you program hasn't been properly closed. If you're using Windows, open up task manager and manually end the process that pertains to your program's .exe.

-----------------------------------
QuantumPhysics
Fri Dec 28, 2012 10:24 am

Re: Never got this error DEV-C++: Permission Denied
-----------------------------------
Everything is closed. I restarted my computer anew and it doesn't work. But when I write another program - for example one that attaches threads to a queue on socket dial, it works. When I write a hello world program it gives the same error. This error generally occurs when I am writing with .c extension.
