VS compiling Error 1256 ( integer overflow in internal computation ... ) during inheritance
- by odbb
Hi there, my problem occurs during compiling Irrlicht3D Engine in VS 2008.
1Error 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…