Dev C++ compilation error, permission denied

前端 未结 7 639
南笙
南笙 2021-01-18 08:22

I want to compile a code program using dev c++ compiler but my compiler didn\'t compile my code.The program consist of two files one is header and other is implementation .c

7条回答
  •  Happy的楠姐
    2021-01-18 08:36

    I tried all the proposed answers in my windows 7
    1. run as administrator
    2. Killed the process if it is running already
    3. Gave full control permission to the project folder
    4. Moved to different project folder.
    Nothing solved my problem. finally i tried after disabling avast anti virus..it worked.

提交回复
热议问题