Quote Originally Posted by Bruce View Post
...Open your P18F4550.INC file and see how this is spelled. Then just change the spelling in your config statement to match.
Quote Originally Posted by Jerson
Its has to do with the MEN This is what I have used to make my stuff work. Found in the 18F4550.INC file in your PBP directory. The commands below work with MPASM v5.01
Thank you Bruce and Jerson!
So, if I understand correctly here, you could move all of your configuration to the .INC -file. Is this assumption correct?

To me it seems to be like that. I commented all configuration from my application and did as Jerson suggested (added those configs to the .INC file) and all seems to work properly again...

Still I'm little bit unsure about that INC-file... can one really move all configuration to the .INC -file from your application?

Those are perhaps silly questions, but I'm not so familiar yet with the pic/picbasic environment that I could do that judgment just by using the knowledge I have gathered so far...