Making a program platform independent
- by Thilanka
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.