Rhino on OSX now compatible with Moi

 From:  Michael Gibson
4689.5 In reply to 4689.4 
The good thing about the Wine method is that it loads and executes code directly, it doesn't run inside of a "virtual machine" type layer. The only time Wine actually gets involved is when the program makes API calls, other than that it stays out of the way so basic number crunching code happens at full speed.

The main problem with it is that it does not perfectly recreate the regular Windows API behavior.

- Michael