Hi all,

I am a new developer of Pocket PC native application with VS 2005.

I create the Win32 Smart Device project with the WM 5.0 PPC SDK

and the application type is window application. The application just shows
the 'Hello'

string for testing purpose. It works fine in emulator.

After that, I did the packaging according to "Smart Device Development

Walkthrough: Packaging a Smart Device Solution for Deployment" located in
http://msdn2.microsoft.com/en-us/library/zcebx8f8(VS.80).aspx. For adding
dependency to a CAB project, I selected <Visual Studio installation
folder>\VC\ce\dll\armv4\msvcr80.dll.

After that, I copied the CAB file to a Acer n50 device that is connected
with ActiveSync 4.5.0
When i clicked this CAB file in Acer n50 device, it automatically installed
but, when I run this program after installation finsihes, it shows the error
message that '.. is not a valid Pocket PC application.'

Acer n50 info:
Processor : Intel XScale
Operating System :Microsoft Windows Mobile Pocket PC 2003


Is there any compiler mismatch or missing dependency or
..............................????

I just started PPC application development and lost the way. I couldn't find
so much info about this error in the internet.
I really appreciate for the help.

Can anyone help me?

Thanks in advance.

Best Regards,
perlsu

Re: running error of PPC application in PDA by Toni

Toni
Thu Mar 06 02:37:20 CST 2008

When you create the Smart Device project you have to choose Pocket PC
2003 instead of Windows Mobile 5.

perlsu escribió:
> Hi all,
>
> I am a new developer of Pocket PC native application with VS 2005.
>
> I create the Win32 Smart Device project with the WM 5.0 PPC SDK
>
> and the application type is window application. The application just shows
> the 'Hello'
>
> string for testing purpose. It works fine in emulator.
>
> After that, I did the packaging according to "Smart Device Development
>
> Walkthrough: Packaging a Smart Device Solution for Deployment" located in
> http://msdn2.microsoft.com/en-us/library/zcebx8f8(VS.80).aspx. For adding
> dependency to a CAB project, I selected <Visual Studio installation
> folder>\VC\ce\dll\armv4\msvcr80.dll.
>
> After that, I copied the CAB file to a Acer n50 device that is connected
> with ActiveSync 4.5.0
> When i clicked this CAB file in Acer n50 device, it automatically installed
> but, when I run this program after installation finsihes, it shows the error
> message that '.. is not a valid Pocket PC application.'
>
> Acer n50 info:
> Processor : Intel XScale
> Operating System :Microsoft Windows Mobile Pocket PC 2003
>
>
> Is there any compiler mismatch or missing dependency or
> ..............................????
>
> I just started PPC application development and lost the way. I couldn't find
> so much info about this error in the internet.
> I really appreciate for the help.
>
> Can anyone help me?
>
> Thanks in advance.
>
> Best Regards,
> perlsu
>