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");
}
How about now?
#include <stdio.h> #include <reg515.h> main(){ int count = 1; printf("message"); while(1) ; }