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

}

Parents
  • is it because i dont have the configuration file? like DSCOPE.ini file? because i check the examples file, all have DSCOPE.ini configuration file then can run. If that is, how do i create DSCOPE.ini configuration file?

    thanks alot!

Reply
  • is it because i dont have the configuration file? like DSCOPE.ini file? because i check the examples file, all have DSCOPE.ini configuration file then can run. If that is, how do i create DSCOPE.ini configuration file?

    thanks alot!

Children