development for pocket PCs

We have a couple of fairly simple applications that have been developed using Visual C++ . We now have the need to transfer these applications to the pocket PC environment. What I cannot figure out from the MS website, is whether applications can be developed for Windows mobile using Visual C++ .NET, or if we will have to spend the extra money on Visual Studio .NET.

As a side note, is there soe method of asking Microsoft questions such as this when deciding what products to purchase? The only support options I can find are the premium technical support.

[561 byte] By [Robert94] at [2008-1-22]
# 1
Hi,

This link has the contact details for your second question:
http://support.microsoft.com/contactus/?ws=support

Specifically check the: 'Sales and Licensing' section on that page.

Regards,
Vikram

Vikram at 2007-8-21 > top of Msdn Tech,Smart Device Development,Smart Devices General...
# 2

If you want to use native code on devices, you can do it in eVC which can be downloaded for free.
It also can be done in VS 2005 Standard Edition or above (in Beta now). Please see this for details.

http://lab.msdn.microsoft.com/vs2005/productinfo/productline/default.aspx

If you'd like to do a managed C++ development, it's not supported on devices.

IlyaTumanov at 2007-8-21 > top of Msdn Tech,Smart Device Development,Smart Devices General...