Quote Originally Posted by mpgmike View Post
Each Special Function Register (SFR) Interrupt used by DT_INT is denoted with an IntFlagReg (PIRx), while the switch controlled by each bit within the SFR is denoted as a IntFlagBit (bit within PIRx). Somewhere there is a disconnect, but without being able to see your code, it's impossible to tell where. Post your DT-Ints-18 version so we can take a look. It may very well be you missed a comma somewhere.
Thanks mpgmike! you nailed it exactly. After walking around in circles, well actually around my block, I looked at the code and realized I missed a comma in the interrupt definition! One comma, 82 errors in the .err file! Talk about getting your money's worth!

Thanks again!