We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Sorry to trouble you guys again, I have encounter this error Access violation at 0x1000000 whenever i run the program in dscope.
my code:
#include <stdio.h> #include <reg515.h> main(){
int count = 1;
printf("message");
}
is it anything to do with the configuration file
Probably not. This error usually indicates a run-away program in some fashion.
Jon