
16 Jan
2005
16 Jan
'05
7:34 p.m.
Robert Ramey wrote:
To do this, I compiled the libraries with vc 7.1 with 64 bit portability turned on. I really only got a few messages - maybe a score - certainly not thousands. So I may be missing something.
Is it possible that you used warning level 3? I use /W4 and building the library generated quite a number of warnings. This wouldn't normally be a problem as the library is built once, except that I missed the "using RTTI without /GR" warnings and got mysterious failures afterwards. ;-)