CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2004
    Location
    Delhi
    Posts
    3

    Win CE binary for different processors

    Hi All,

    I am new to Windows CE programming. I want to buy a device that supports Win CE and my applications.
    Right now seems Toshiba E 800 (Processor PXA 263) is only available option for me. It supports XScale architecure.

    But, my EVC only shows the WCE ARM V4 and WCE Emulator options for the compilation.

    How can I create a binary for the Toshiba E 800? Do I need to buy some tool for that?

    Is it possible to compile a generic binary which works on WinCE does not matter what is the processor.

    Thanks in advance,
    Regards,
    Sandeep.

  2. #2
    Develop for ARM V4 Processor. it will work.
    C++ is divine.

  3. #3
    Join Date
    Jan 2004
    Location
    Delhi
    Posts
    3
    Thank for the reply.

    Yesterday I was serching on net. I found the Intel compiler for Windows CE C++ (sounds confusing). That integrates with the VC++ IDE. Compiled program using this tool supports XScale architecture.

    Any idea why seprate compiler is required when ARM V4 compiled software supports the XScale architecture?

  4. #4
    Join Date
    Nov 2002
    Location
    Israel
    Posts
    182
    I think you can find an SDK for this Toshiba. I'm not sure but I think EVC4 already has an ARMV4.
    Good luck

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured