error running application in emulator
Login to reply to this topic.
Tue, 2004-11-30 05:24
Joined: 2004-08-25
Forum posts: 32
Hi all,

I have this error while i try to run my application in the UIQ 2.1 emulator.
Following is the error:

"unhandled exception in EPOC.EXE (cone.dll): 0xC0000005: Access Violation"

Since it say about cone.dll, therefore I have tried remove using library cone.lib, but the error still cannot be solved.

Does anyone know how to solve this problem?

Thank you very much!

Tue, 2004-11-30 08:23
Joined: 2003-12-05
Forum posts: 822
Removing system libraries because of a bug in your own code is not the thing to do. Access violation means that you have invalid pointers in your code, and this causes the system libraries to crash.

Find the place where the crash happens, by looking at the call stack, and then fix the problem.
Wed, 2004-12-01 11:14
Joined: 2004-08-25
Forum posts: 32
Thank you very much!

copyright 2003-2009 NewLC SARL