Why am I getting "unresolved external reference" errors during the linking process?

From STRIDE Wiki
Revision as of 12:23, 24 March 2009 by Ivailop (talk | contribs)
Jump to: navigation, search

The STRIDE_ENABLED (or srIMON in previous then 3.0.0201 releases) preprocessor directive in your compiler switches may not be defined. This flag is used to include and exclude STRIDE specific code.

> cc -DSTRIDE_ENABLED=1 ...

Also if you use interceptors (formally known as delegates) make sure that the IM.h files is included in your source file for name mangling.