Hi!
I turnned off the RTTI because in my projct it must be disconnected.
No turn the RTTI on and the file compiled and run successfully.
:S.
It seems to me that I'm in big trouble!!!!!!! Isn't there any way of
doing this with the rtti turned off at visual studio???
On 1/18/07, Robert Ramey
If you're compiling from the IDE, you might double check that the RTTI option is actually set to true. In my experience with MSVC this option is by default reset to off.
Robert Ramey
Miguel Silvestre wrote:
Hi!
I'm tryingto compile and test the test_no_rtti for deriving pointers of derived classes.
I'm getting a crash in the file dbgheap.c line 266 when the boost tries to do this: return dynamic_cast<T>(u); on file smart_cast.hpp line 76.
I'm using VC-80 compiler. In the attach I send the file (a little bit modified, since I'm looking for this to compile :S).
Any sugestion please????
-- Miguel Silvestre
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
-- Miguel Silvestre