Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
iam creating windows application that 'll be added to my customers pc's but i found some of them use mac system
so my application can run on mac system
and is there any special requirments in setuping
thanks for any help
with regards
Posted

 
Share this answer
 
I am assuming that you are going to run a full test using mono.

There are a lot of things to check to make sure your application is OS agnostic, but really these should be done regardless.

Make sure you use the Environment and Path namespaces for things like folder paths, seperation characters etc, e.g. don't rely on c:\ being the root folder, or \ being a seperator
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900