author | srilekhas <srilekhas@symbian.org> |
Wed, 18 Aug 2010 11:18:38 +0100 | |
changeset 627 | cb3264f4c6e6 |
parent 591 | 22486c9c7b15 |
permissions | -rw-r--r-- |
591 | 1 |
|
2 |
Qt needs to be able to have more than one active exception object, even when |
|
3 |
OOM (out-of-memory). |
|
4 |
||
5 |
A detailed overview of the solution can be found at |
|
6 |
http://wikis.in.nokia.com/Toolchain/QtExceptionHandling |
|
7 |
||
8 |
In short, we add a new MMP flag keyword - EPOCNESTEDEXCEPTIONS. When this |
|
9 |
keyword is specified, a different static run-time library is used. |
|
10 |