ageneau/ecl-android

Can we get this working on Windows Phone as well?

Closed this issue · 1 comments

Great job getting ECL working on not only Android, but iOS as well. How about Windows Phone?

Well that would be nice of course. It doesn't look easy:

  • On Windows phone 7, only managed code (C# or VB) is possible and core ECL uses C
  • Windows phone 8 has a native SDK but I think ECL on windows relies heavily on a POSIX layer being available (cygwin)

Probably a better option would be to try to port something like ABCL (java->C# conversion is easier) but then it's still a big undertaking.