From: Michael D. C. <cra...@go...> - 2003-01-02 12:38:52
|
Well, after taking all night coming to grips with Project Builder (I hadn't used it that much before), I've got ButtonMessage to compile, link and run. However, it doesn't show a window. But I haven't checked what state the sources in CVS are actually in when built in codewarrior - i've seen this happen before and it was some minor bug. I can compile programs under OS X in CodeWarrior 6, I just can't debug them. Only a few minor changes to the sources were needed for Project Builder compatibility. There are a couple places where I'm not sure what I need to do. There doesn't seem to be a wchar_t.h header anywhere that I could find. That messes up ZUnicode.cpp. Maybe I'm missing something. The biggest trouble I had was getting Project Builder to find its header files. That seems to have been fixed by adding Carbon.framework to the project. It didn't work to add CoreServices.framework, which was where MacTypes.h lived. I probably won't check in the project I've got for a few days, it really needs cleaning up. I'm trying to get a demo ready for MacWorld. After I make my delivery I'll do the work for Project Builder support properly and check it in. Mike -- Michael D. Crawford GoingWare Inc. - Expert Software Development and Consulting http://www.goingware.com/ cra...@go... Tilting at Windmills for a Better Tomorrow. |