WTL 8 on CE 4.2 x86
- From: "PaulH" <paul.heil@xxxxxxxxx>
- Date: 26 Jul 2006 12:43:46 -0700
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
.
- Follow-Ups:
- Re: WTL 8 on CE 4.2 x86
- From: PaulH
- Re: WTL 8 on CE 4.2 x86
- Prev by Date: Re: x86 CE SDK
- Next by Date: Re: x86 CE SDK
- Previous by thread: Re: FullScreen Property *** is not workign on WinCe5.0
- Next by thread: Re: WTL 8 on CE 4.2 x86
- Index(es):