From: Scott Mckie Date: 2007-10-01T12:05:19+09:00 Subject: Re: Help with a Windows port of a Ruby extension John Joyce wrote: > Well, if you want Objective-C to be portable, you'll have to build it > with GNUStep/OpenStep instead of Cocoa. > This can be difficult since many functions and libraries in Cocoa are > not found in the GNU stuff. Cocoa might not be portable, but Objective C most certainly is. I've gotten Objective C code running on the Dreamcast. I don't use Cocoa in this project. I'm using the Objective C runtime that comes with gcc and pretty much only use the base Object class. All my classes inherit from that. An earlier version of the game (before I wrote the Ruby extension) worked on Windows, and that was all in Objective C. So I don't think that's the problem. -- Posted via http://www.ruby-forum.com/.