| |||||
Technical Support Support Resources
Product Information | RTX166 TINY: CAN'T DEFINE TASKS IN EC++Information in this article applies to:
SYMPTOMWhen I try to define an RTX166 task, in a .cpp file, the compiler complains
error: expected a {
CAUSEThe EC++ compiler functions as an add-on to the C166 compiler, not as a stand-alone tool. All output from EC++ gets run through C166 before linking. RESOLUTIONSimply define your _task_ and interrupt functions in a .C file. Everything winds up in the C compiler eventually. SEE ALSO
FORUM THREADSThe following Discussion Forum threads may provide information related to this topic. Last Reviewed: Monday, October 16, 2006 | ||||
| |||||