CF for CE 4.2 on a DAP microflex CE8640

  • Thread starter Thread starter Romain TAILLANDIER
  • Start date Start date
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
 
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
 
Back
Top