This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Access violation at 0x1000000

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");

}