I am developing custom control that is using some STL methods. This is error I get when trying to compile project using this component:
[ILINK32 Error] Error: Unresolved external 'std::numeric_limits<double>::min()' referenced from C:\DOCUMENTS AND SETTINGS\ALL USERS\DOCUMENTS\RAD STUDIO\8.0\DCP\INSTALLCMP.LIB|VctDiag2.cpp
Strange because I have not slightest problem using this component in design mode.