Re: run my program on mac?
As far as I know, VB cannot run on a Macintosh unless it is running Windows.
There may be a project such as Wine for Linux that will allow you to run executables on a Macintosh, but I am not aware of one.
Re: run my program on mac?
VB6 can only produce executables for Windows (and only desktop/server versions).
You could use a Windows emulator (like Wine as kfcSmitty mentioned) on non-Windows OS's, or re-write your program in another language.
Re: run my program on mac?
No one in their right mind running a MAC would bother trying to get a program written in VB6 working.
Switch to VB.NET and get onto the Mono project, or rewrite your application in another language (as si said).
chem
Re: run my program on mac?
There is a build of Wine for OS X that works very well I should add and the application may run under that.