Difference between revisions of "Why am I getting "unresolved external reference" errors during the linking process?"

From STRIDE Wiki
Jump to: navigation, search
Line 1: Line 1:
The srIMON flag in your compiler switches may not be defined. This flag is used to include and exclude source files associated with intercept modules.
+
The '''STRIDE_ENABLED''' (or '''srIMON''' in previous then 3.0.0201 releases) flag in your compiler switches may not be defined. This flag is used to include and exclude source files associated with intercept modules.
  
 
Also if you use dynamic delegates make sure that the IM.h files is included in your source file for name mangling.
 
Also if you use dynamic delegates make sure that the IM.h files is included in your source file for name mangling.

Revision as of 12:18, 24 March 2009

The STRIDE_ENABLED (or srIMON in previous then 3.0.0201 releases) flag in your compiler switches may not be defined. This flag is used to include and exclude source files associated with intercept modules.

Also if you use dynamic delegates make sure that the IM.h files is included in your source file for name mangling.