I have two projects running the same workspace, and until this morning, everything worked well. I would build and then run.
Now, for some reason, Project 1 cannot run basic code, but Project 2 can.
Is it possible that I have changed some sort of setting? Or something in the build settings? What could that be?
The code is: FILE * fp = fopen("test.txt", "a+");
Works a treat in Project 2, in Project 1 creates:
"The instruction at "0x7c9369da" referenced memory at "0x00000000". The memory could not be "read"/ Click on OK to terminate the program.
At this point I am at a complete loss and am looking at all options, including possible Code::Blocks settings.
So is there a setting I could have changed that could affect this?