WTL 8 on CE 4.2 x86

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



I have a program I wrote using WTL 8.0 for PPC2003/PPC2005. It works
just wonderfully. Then, one fine day, I'm told it needs to work in CE
4.20 x86. So, I move from VS2005 over to EVC 4.0 and load the files
from my app in to it and get it set up.
It compiles okay and executes, BUT, when I get to an API call like
GetDialogMessageW(), I get a user breakpoint in kfuncs.h (line 102)

//...
#elif defined(x86)

_inline void DebugBreak() {
__asm int 3
}
//...

That looks like a pretty darn nasty problem. Is there any way to make
this work?

Thanks,
PaulH

.


Quantcast