View previous topic :: View next topic |
Author |
Message |
uni_student
Joined: 01 Aug 2007 Posts: 38 Location: AUckland, NEW ZEALAND
|
Compiler problems - Access violation |
Posted: Sat Jun 06, 2009 4:55 am |
|
|
Have no idea what i have done, but every time i now open a c file it comes up with a dialog box saying "File not Found". It does open the file after closing the box and when i want to compile my program it comes up with an error "Access violation at address 00660957 in module 'pcw.exe'. Read of address 00000000."
Any ideas what is wrong? Any help appreciated! |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Sat Jun 06, 2009 11:59 am |
|
|
Re-install the compiler. |
|
|
uni_student
Joined: 01 Aug 2007 Posts: 38 Location: AUckland, NEW ZEALAND
|
|
Posted: Sat Jun 06, 2009 3:57 pm |
|
|
Re-installing has fixed the latter problem. Still "File not Found" message comes up, it will do for now.
Thanks |
|
|
apcaye
Joined: 22 May 2009 Posts: 29 Location: Brazil
|
|
Posted: Tue Jun 09, 2009 6:54 am |
|
|
To fix the first problem, I would suggest you to delete your current project workspace file and create a new one, using the Project Wizard if you are using MPLAB IDE. Check that all your project source files are in the same directory and that you have used the correct path in #include directives and in the Project - Build Options.
Regards,
Adriano. |
|
|
|