for this processor , PPC 2003 WinCe 4.20

I built a project from eVC++ 3 and it runs fine

I built the same project from eVC++ 4 and it fails at some point in the
program

I thought eVC++ 4 is for PPC 2003?

Re: Intel PXA255 by Nicholas

Nicholas
Mon Dec 15 07:27:44 CST 2003

Rally,

There are cases when the program compiled with EVC 3.0 runs as expected but
compiled with EVC 4 and PPC 2003 SDK just fails. Usually it is not connected
with processor type but rather with libraries (dll) the program use. There
could be a conflict beteween the appropriate link library and the dll
itself. Try to locate the place where the program fails (in which function),
which API it uses and so on. Logging could be very helpful here.

SY, Nicholas

"Rally" <ralliart@hotmail.com> wrote in message
news:ppsCb.63543$bC.27768@clgrps13...
> for this processor , PPC 2003 WinCe 4.20
>
> I built a project from eVC++ 3 and it runs fine
>
> I built the same project from eVC++ 4 and it fails at some point in the
> program
>
> I thought eVC++ 4 is for PPC 2003?
>
>