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.