CF for CE 4.2 on a DAP microflex CE8640

R

Romain TAILLANDIER

hi group

i have problem with a DAP microflex CE8640. I can't excecute any of my .net
programs ( hello world can't be excecute too).
at the launching of the app, this message appears :
FATAL APPLICATION ERROR
Application ... has performed an illegal operation and will be shut down. if
the prob persisst contact ..
Program : ...
Exception : 0xC0000005
address 03f886fc

the error occure befor the first line of my app, so i guess it is the CF
which doesn't mathc with de CE 4.2. what do you think about that ?
is someone know about ?

thanks
mFactories
 
R

Romain TAILLANDIER

I found some infos on this exception:

0xC0000005 EXCEPTION_ACCESS_VIOLATION
An attemped read or write to/from an address to which that process isn't
allowed access. [Or from HeapAlloc() with invalid parameters/corrupt heap]
Usually this indicates a pointer error of some sort.

so i can't understand where the error come frome, because it seems to
happend before the start of the main, or before the first line of the main,
so does'nt due to my code.

other point, how to use the debugger on the device ? i can't do it. i can
use it only on the emul.
note that the bug of wich i have spoken (is it correct english ??? :s),
never happend on the emulator.

thank you for help
mFactories
 

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