Read-only archive of the All About Symbian forum (2001–2013) · About this archive

exe and CBase 69 panic.

0 replies · 1,680 views · Started 20 October 2004

Hello

I'm having a problem with a special type of exe, targettype epocexe, used by class RScheduler.

When trying to run it , i always get a CBase 69 Panic. However it does not even enter the E32Main() function. I saw somewhere that this might be if I use libc in my code. I have commented out all my libc code and all my code really, so that the E32Main function is empty. BUt I still get this panic when running it.

Please if anyone managed to solve something similar please let me know.