This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

C++ "class is too large" compilation error

Hi,

I've got a huge C++ class. When I compile it, the following error message occurs:
error: class is too large
I would like to know what this does exactly mean. Code too large, data too large ?
What are the means to tackle this issue? I already tried this -> http://www.keil.com/forum/docs/thread15083.asp

Thanks a lot for your help,

Pierre

0