Douchbag's blog

By Douchbag, history, 6 years ago, In English

Hi everyone, so i'm having a trouble with sublime text, I installed tdm64 gcc as a compiler, I ran a test code once and it worked but when I wrote a whole new one I got an error message that says : "can't open file name.exe permission denied". What should I do ??!

  • Vote: I like it
  • +5
  • Vote: I do not like it

| Write comment?
»
6 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Probably the exe file you opened previously is still running, so compiler can't write on that file, so permission denied.