Hi all
I've written a smartcard driver and a CSP for windows ce using EVC4 , now it
is the time to test the CSP.
I've got a debug emulator image of windows CE so i can test the csp but the
problem is when i try
tu use my driver the debug console say:
PID:43fbcd52 TID:c3d8bcd2 0x83d73930: Coredll: DEBUGCHK failed in file
d:\mckendric\private\winceos\coreos\core\dll\.\cscode.c at line 90
pressing F5 the execution cotinue, this DEBUGCHK bring me to
#elif defined(x86)
_inline void DebugBreak() {
__asm int 3
}
Please can some one tell me ho to disable this debug check? i need to run
the emulator in debug mode
to let the system load my csp dll
regards
Fabio