First thoughts on winmo7, scummvm compatible?
Moderator: ScummVM Team
-
- Posts: 17
- Joined: Wed May 24, 2006 10:22 am
First thoughts on winmo7, scummvm compatible?
Just wondering if anyone had thoughts as to if the new windows mobile 7 will be able to run scummvm or if they are going to in force the same rules as the xbox xna?
Re: First thoughts on winmo7, scummvm compatible?
In my opinion it will be extremely hard to have ScummVM on Windows Phone 7 for a simple reason :MagooChris wrote:Just wondering if anyone had thoughts as to if the new windows mobile 7 will be able to run scummvm or if they are going to in force the same rules as the xbox xna?
Windows Phone 7 only accept managed code (Silverlight apps to be precise) so unless somebody rewrite ScummVM in C# it wont happen.
I have a WP7 myself and the first thing I did when I got one was to check if there was any ScummVM available.
Actually, Windows Phone 7 does run c++ but you need to be a special Microsoft partner to be able to publish apps in c++. Thus, as others said, unless Microsoft accepts a project like this it will be rather difficult to recode ScummVM in c#.
Actually, Windows Phone 7 does run c++ but you need to be a special Microsoft partner to be able to publish apps in c++. Thus, as others said, unless Microsoft accepts a project like this it will be rather difficult to recode ScummVM in c#.
Nope, this doesn't help with this case either. We would need specific tools from Microsoft that would allow us to compile C++ apps for the phone.md5 wrote:An unlocking tool has been released some months ago... not sure if that allows people to run C++ apps, though
If you search the XDA Developers forum, there have been some posts of people reporting to run native (c++) apps on WP7 but it requires some tricks and I think that they still have limited access while doing this.
- Seppellord
- Posts: 1
- Joined: Sun Dec 04, 2011 10:25 am
There might be native (c++) code support in the not so distant future. As Cliff Simpkins (Sr Product Manager, Windows Phone Developer) statet over at Dev Feedback on Windows Phone Development
we are interested in providing developers with more options to develop great apps for Windows Phone, and native is one item that is high on the radar. How do folks think about the need for C++?
How about "The DLLImport Project"?
Right now it can only use void() methods and they can apparently not do p/invoke. But with a little support that project might lead into something that can be used to port ScummVM to WP7... And hopefully also UAE.
Right now it can only use void() methods and they can apparently not do p/invoke. But with a little support that project might lead into something that can be used to port ScummVM to WP7... And hopefully also UAE.
-
- Posts: 3
- Joined: Sun Oct 17, 2010 2:29 pm
c++ to c#
Unfortunately, I have no programming skills at all, but maybe it is possible to convert C++ code to C# without having to rewrite everything. The following websites might be helpful:Someone will have to rewrite all of ScummVM's C++ code into C# and keep it in sync with the main code base, which is a huge task.
http://msdn.microsoft.com/en-us/magazine/cc301520.aspx (very old, but directly from MS)
http://sourceforge.net/projects/cxx2cs/ (a free C++ to C# translator)
http://tangiblesoftwaresolutions.com/Pr ... tails.html (another C++ to C# converter, $139 US)
http://razum.si/automagical/
(Objective-C to C# converter, 15€)