What is meant by porting an application X to a platform Y ?

Posted by Neeraj on Stack Overflow See other posts from Stack Overflow or by Neeraj
Published on 2010-03-30T18:06:37Z Indexed on 2010/03/30 18:13 UTC
Read the original article Hit count: 284

Pretty clear from the title itself, what is meant by porting an application X to a platform Y?

Say for example I have an application X running on some OS, say Y, What do I do to port this application to another OS say Z?
Does this mean rewriting a new application A for Operating system Z that necessarily imitates the behavior of application X on Operating System Y.

Please explain.

© Stack Overflow or respective owner

Related posts about application-portability

Related posts about language-agnostic