When using Money.h++ as a DLL in my application, the symbol NaN is undefined during a link.

Article ID: 823
Last updated: 05 Feb, 2008
Article ID: 823
Last updated: 05 Feb, 2008
Revision: 1
Views: 30522
Posted: 25 Jun, 1997
by Dean J.
Updated: 05 Feb, 2008
by Dean J.
Problem


When using Money.h++ as a DLL in my application, the symbol NaN is undefined during a link.


Cause


You need to define the preprocessor symbols _RWTOOLSDLL and _RWDCMLDLL to the compiler.


Action


Define these preprocessor symbols in your compiler's IDE or on the command line, depending on how your application built.
This article was:   Helpful | Not helpful
Report an issue
Article ID: 823
Last updated: 05 Feb, 2008
Revision: 1
Views: 30522
Posted: 25 Jun, 1997 by Dean J.
Updated: 05 Feb, 2008 by Dean J.

Others in this category