Michel
Tue Jun 17 16:38:37 PDT 2008
He is asking for WM, which is Windows Mobile, and WM has nothing to do
with VS 2005, that's only CE 6.0 (and WM6.0 is based on CE 5.0 which you
debug with Platform Builder for Windows Mobile and build on the command
line).
Good luck,
Michel Verhagen, eMVP
Check out my blog:
http://GuruCE.com/blog
GuruCE Ltd.
Microsoft Embedded Partner
http://GuruCE.com
Consultancy, training and development services.
BitCrazed wrote:
> You must use Visual Studio 2005 when using Platform Builder to create a
> Windows CE image. If you want to build Windows CE applications it's
> recommended that you use Visual Studio 2008, although Visual Studio 2005
> will still work.
>
> ARMv4 code should run fine on an ARMx6 processor. If you want to take
> advantage of ARMv6 specific features, you may have to hand-code callable
> routines in ARMv6 assembly (which Microsoft's ARM assembler supports
> through a command-line switch).
>
> HTH.
>
> BitCrazed.
>
>
> "Zender" <Zender@discussions.microsoft.com> wrote in message
> news:43EED8F4-493F-421C-9594-726842860C32@microsoft.com...
>> Hi All,
>>
>> I have some queries regarding development on WM6
>>
>> 1: Does SDK for WM6 supports ARMv6(as I only see ARMv4 on VS2005 and
>> VS2008
>> when I install the WM6 SDK) ?
>>
>> 2: which IDE shall I use for development for WM6 on ARMv6 ?
>>
>> Thanks in advance
>>