Developing cross-platform apps

CaptainFoo

Registered
Hi,

I am looking into starting up a pretty big development project, featuring many custom GUI components. It will need to be cross-platform Mac OS X and Windows. Obviously I would like to share as much of the code as possible.

Whatever happened to Yellow box, were we not supposed to be able to do this?

If Yellow box can not be used, then what? Not very fun to program Mac OS X in C++ (Carbon?, PowerPlant?), when there is Java and Objective C.

Any ideas or suggestions welcome!
 
You could go completely Java using the excellent Swing components for the GUI. You certainly can write full-featured, powerful software with that--look at Forte for Java as an example.

-Rob
 
Unfortunately going 100% pure Java is not an option, since the application will be rather graphic intensive.

Also I think the Java swing for Mac OS X, feels very slow and buggy (especially with the Aqua theme), and it is probably impossible to get a Java application to comply with Aqua GUI guidelines. I want the menubar in top of the screen, and not change when focusing different windows etc.

I really, really hope that Java swing in OS X gets better and faster soon!

Thanks anyway Rharder!
 
... Basically I would prefer is to write the whole application in Objective-C, and then port it to Windows. Have anyone done this? How much work is it? Can I use any of my Cocoa/Objective-C code in windows? Perhaps I should stick to Java, and write navtive links (in Win) for things I cannot do in Swing?

I guess this isn't really an OS X question, but it is at least a bit related...
 
Hmmm. There's YellowBox for Windows, which gives you all (all?) the NSxxx classes and API's under Windows NT and maybe 95/98. I'm not sure what the status is of YellowBox. Is it active? Is it free now?

But I've got Project Builder and Interface Builder and TextEdit and some others on Windows NT, so I guess building a "Cocoa" app and running it under Windows is possible.

-Rob
 
Please see the following post regarding a commercial tool from Inprise. I do not represent their interests.
 
Borland's JBuilder for OS X is due out shortly. It is a Java2 platform target independent compiler/IDE that you might like.
 
Rharder,

Where did you get your yellow box? I have looked all over Apple's pages, googled all over the web... Just can't find any info.
 
Back
Top