I recently ran into trouble with a project I made for PocketPC2003. I
deployed it on a Windows Mobile 5.0 device. Not everything worked. Can you do
this?

Can I create Windows Mobile 5.0 project for smart device with Visual C++
2005 with MFC? Because I can only select Smartphone 2003 SDK and PocketPC
2003 SDK. No sign of any Windows Mobile 5.0 SDK.

Re: VC++ 2005 and Windows Mobile 5.0 by Ajay

Ajay
Wed Mar 15 10:32:47 CST 2006

Did you install WM50 SDK? Once you install that you will see option of WM50
SDK in VS2005.

Project build using VS2005 and PPC 2003 SDK should work on WM50 device. But
if you use MFC 80 then you will need to static link with MFC libs (or
install MFC 80 dll) as they are not avaible bt default on WM50 devices.

Thanks,
-Ajay

"zikje" <zikje@discussions.microsoft.com> wrote in message
news:FB2D911A-E40A-4EE0-B707-4DC049B8D681@microsoft.com...
>I recently ran into trouble with a project I made for PocketPC2003. I
> deployed it on a Windows Mobile 5.0 device. Not everything worked. Can you
> do
> this?
>
> Can I create Windows Mobile 5.0 project for smart device with Visual C++
> 2005 with MFC? Because I can only select Smartphone 2003 SDK and PocketPC
> 2003 SDK. No sign of any Windows Mobile 5.0 SDK.