Jump to content

Can this be ported easily?


Recommended Posts

Guest spacemonkey
Posted

OK, couple of issues.

Even though it is freeware it doesn't seem to be open source. Without source code the only people who could port it are the authors themselves.

If the source was available, for an app such as this it would depend majorly on whether it was using MFC. MFC is like a toolkit of common components, as in File Open dialogues, tree views etc. MFC does not exist for the Smartphone OS. This is why for instance the port of GnuBoy doesn't have a rom file picker screen at the moment because the PocketPC version used an MFC control, and for Smartphone the screen has to be written the hard way.

Also, for an app like this it is very focused on stylus based input, smartphone doesn't have a stylus so interface redesign, mapping it to keys etc would be a major issue. (Again, as an example, the GnuBoy system was always based on hardware controls, cos it's a game, so was an easy port. The menus currently don't work cos they were designed for stylus input.)

So. in summary, To port easily to smartphone you need: Source Code, Button based apps with preferably little MFC. This tends to match up to games very well, but applications not so much. Which is a shame cos apps are something we really need.

Posted

Yeah spacemonkey is right, the problems are the lack of source, and the difference in userinterface :-/

i'll look into it

Posted

"Description:

It is the tool which inputs a file name and a command line and performs a file. Shortcut can also be created to arbitrary folders with the file name and command line which were inputted."

What the blithering hell does that mean?

Guest frankwilliams
Posted

it'll run programs/create shortcuts for you.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.