by jonasb » Nov 26, 2003 @ 2:50pm
The problem when building an exe rather than an app is that you get a lot less for free. E32USER-CBase error 69 occurs since there is no cleanup stack by default in an exe, and the image loader uses traps. In an app the cleanup stack is created for you by the system, in an exe you have to take care of that yourself.
For Symbian system panics, check out