Hi,
(This is very weird, I posted an answer to this thread but it just disapeared. So, here's a second attempt)
#CONFIG/#ENDCONFIG was introduced with PBP3. The first code snippet shows the old way of handling the config (which required the default ones to be commented out).
You get the errors because it now tries to use the default ones and the ones within the ASM/ENDASM block. Change ASM/ENDASM to #CONFIG/#ENDCONFIG and it will use the ones within the block instead of the default ones. The errors should then go away.
/Henrik.
Bookmarks