In SX Microcontrollers, SX/B Compiler and SX-Key Tool, John Bond wrote: Zoot and Peter, I see the problem... Take a slighly closer look at the code, unzip the files. Yes I'm using conditional compiling but I've cheated. The software components file for example has the following... '########################################################################## ' ------------------------------------------------------------------------- ' RE-USABLE COMPONENTS - Note the incorrect use of '{$USES XXXX} ' ------------------------------------------------------------------------- 'Comment out or delete those note used by the current project Components\Subs_Delay.sxb} '{$USES Components\Subs_LCD.sxb} '{$USES Components\Subs_eeI2C.sxb} '{$USES Components\Subs_5Buttons.sxb} '{$USES Components\Subs_ClockTime.sxb} - There's an interupt here as well!!! '{$USES Subs_PWM2Motors.sxb} 'Possible additional components '============================== 'Components\Subs_POT_A2D.sxb 'Components\Subs_PWM_D2A.sxb 'Components\Subs_LED7Seg.sxb 'Components\Subs_MATRIX_4x4Keypad.sxb 'Components\Subs_RotaryEnc.sxb 'Components\Subs_SonyIRRemote.sxb 'Components\Subs_Max1Wire.sxb 'Components\Subs_Servo.sxb ' ------------------------------------------------------------------------- Kind regards John ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=352776#m352814 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2009 (http://www.dotNetBB.com)