Quick question about applications for the Mac

Qbert

Active member
Joined
Jun 11, 2007
Messages
33
Location
Minnesota
Programming Experience
Beginner
if i have a program for windows is it hard to make that program run on the mac?
 
that depends on a number of things like:
what language is the program made in?
what dependencies does the program have?
etc...

in this case I'm assuming it's a vb.net program that doesn't any dependencies outside the .Net framework in which case all you need to do is figure out if there's an equivalent of the .Net framework for the mac.

If it's a Java program, there is a JVM for the Mac already.
 
Back
Top