Archived

This forum has been archived. Please start a new discussion on GitHub.

Can ICE-E be used on windows CE

I have some program running on windows CE(X86), and those program need to communitate with program running on windows XP. I want to use ICE-E here. I don't know if ICE-E can run on windows CE. Please give me some suggestion. Thanks.

Comments

  • dwayne
    dwayne St. John's, Newfoundland
    Yes, Ice-E runs on Windows CE. See the officially supported platform list here. Ice-E 1.2 has been tested on Windows Mobile 2003, Windows Mobile 5.0 and Windows Mobile 6, all of which are Windows CE based platforms.
  • Thank you very much.

    I notice that all windows mobile are on ARMV4. If ICE can run on windows mobile based on X86?
  • dwayne
    dwayne St. John's, Newfoundland
    I would expect that Ice-E can run without problems on Windows CE X86 but it is not something that we have tested internally. Ice-E works fine on regular Windows X86 plus other X86 platforms. You would most certainly have to modify the compiler options in config/Make.rules.mak in order to properly target X86 instead of ARM.