www.kxcad.net Home > Electronic Index > Altium(Protel) Index
Summary
'name' was declared outside of the function in which it is used.
Description
The Compiler has encountered an object being referenced within a function, but that object was not declared within the function.
Recommendation
Check to make sure that you are referencing an object that is local to the function, or has been passed into the function via the parameter list.