No Exported Functions in Code Symbol
Old Content - visit altium.com/documentation
This compiler hint appears when a C Code Symbol does not specify a function to be exported from the referenced C source code file. The message is displayed in the Messages panel in the following format:
Code Symbol SymbolDesignator does not specify any exported functions
,
where
SymbolDesignator is the designator of the C Code Symbol to which this error applies.
Default Report Mode
Error
Recommendation
Ensure that the required function to be exported is specified in the Function Name field, on the Signature tab of the symbol's properties dialog. This field cannot be left blank.