Making a program platform independent

Posted by Thilanka on Stack Overflow See other posts from Stack Overflow or by Thilanka
Published on 2010-04-03T17:15:45Z Indexed on 2010/04/03 17:23 UTC
Read the original article Hit count: 223

Filed under:

Hi,

I'm working with an OCR project which is developed using Visual C++ on .net framework. But since the .net is platform dependent I want to make this project platform independent and make it supports to multiple operating systems.

So can some one give me a hint to how to do it. Thanks.

© Stack Overflow or respective owner

Related posts about platform-independent