0x80000002 error with pocket pc 2003

M

Matija

Hi!

Like some of other people in this group I also have a problem with
running application on Pocket PC.

The application runs ok on PPC 2002, but on PPC 2003 the application
is not responding...
In debugging i get an error: First-chance exception in "file".exe:
0x80000002: Datatype Misalignment followed by 0xc0000005: Access
Violation...

The error is caused by the sentence:

m_Oscilloscope_1.Create(WS_VISIBLE | WS_CHILD, rect_1, this,
IDC_OSCILLOSCOPE_1);

I don't understand what could be the cause that it doesn't work on PPC
2003

Does anyone have a solution?
Please!

Thank you
Matija
(e-mail address removed)
 
C

Chris Tacke, eMVP

Something inside the method is causing a data alignment exception. PPC03 is
much less forgiving of alignment bugs, so the bug has always been there, it
just didn't present itself until now.

-Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top