VS compiling Error 1256 ( integer overflow in internal computation ... ) during inheritance

Posted by odbb on Stack Overflow See other posts from Stack Overflow or by odbb
Published on 2010-04-09T10:37:06Z Indexed on 2010/04/09 10:43 UTC
Read the original article Hit count: 259

Filed under:
|
|

Hi there, my problem occurs during compiling Irrlicht3D Engine in VS 2008.

1>Error 1256: integer overflow in internal computation due to size or complexity of "irr::IReferenceCounted"

I'm currently merging a very old Softwaredriver I have written with the rest of the engine which is much newer. The main Problme is that I have tried to resolve abstract inherince problems. But now I get this error and it is the only one. "irr::IReferenceCounted" is one of the base classes used by other classes which have been inherinced from. What does that mean? I know that an integer overflow can be a normal overflow, but why is this shown during compilation?

Any help appreciated!

-db

© Stack Overflow or respective owner

Related posts about c++

Related posts about visual-studio-2008