Undefined Symbol RWAll when Linking Application

Article ID: 992
Last updated: 05 Feb, 2008
Article ID: 992
Last updated: 05 Feb, 2008
Revision: 1
Views: 2784
Posted: 01 Jul, 1997
by Dean J.
Updated: 05 Feb, 2008
by Dean J.
Problem


When linking my application I have an undefined symbol RWAll

error LNK2001: unresolved external symbol class RWSlice const & const  RWAll(?RWAll@@3ABVRWSlice@@B)



Cause


The symbol _RWMATHDLL is not being defined when using Math.h++ as a DLL. If you are also using Tools.h++ as a DLL, make sure that you have defined the symbol _RWTOOLSDLL.


Action


Define these preprocessor symbols to your compiler in a project or from the command line, depending on your application build environment.
This article was:   Helpful | Not helpful
Report an issue
Article ID: 992
Last updated: 05 Feb, 2008
Revision: 1
Views: 2784
Posted: 01 Jul, 1997 by Dean J.
Updated: 05 Feb, 2008 by Dean J.

Others in this category