| Thread | Last Post | Replies |
|
| Hidden Virtual Function Warning Broken in CWP9? | 24 Jun 2004 03:38 GMT | 6 |
Just started using CWP9, and I can not get this version to warn when a virtual function is hidden by a sub-class that does not declare the same function as virtual. I have turned on the appropriate warning in the warnings panel.
|
| Crash when including MSL_C_Mach-O.lib | 24 Jun 2004 01:34 GMT | 4 |
(using CodeWarrior 9.2, under OSX 10.3.4) I recently added some code that used the stringstream class to an existing Mach-O bundle package. Now, whenever the host application that loads my bundle closes, it crashes (if my bundle has been loaded).
|
| Pascal migration Macintosh OS X | 24 Jun 2004 01:28 GMT | 1 |
I work for a software company that makes administrative software for the Macintosh. From the beginning we have relied on CodeWarrior and have over the years developed a very large codebase and several elaborate projects.
|
| Mac Tools Poll | 23 Jun 2004 17:47 GMT | 6 |
Here is an interesting Poll I ran across, perhaps people should vote. XCode, CW and RealBasic. This was not done by Metrowerks I just ran across it. Ron
|
| LView to Picture | 23 Jun 2004 02:38 GMT | 3 |
I have an LView that contains a number of subviews. All subviews draw with QuickDraw. (They're either LCaptions or custom objects.) I'd like to capture the drawing of this view into a picture. I figured I would override Draw() on the top most view and wrap it in
|
| DisposeWindow dispatches an event? | 21 Jun 2004 22:39 GMT | 1 |
I have a little tooltip window which gets closed with DisposeWindow, but (according to my debugger stack trace) this generates a kEventWindowHidden event for that same window which results in an infinite recursive loop.
|
| Finding regular window below an overlay window | 21 Jun 2004 17:36 GMT | 2 |
I need to drag items between the windows of my application. I need to provide animated feedback in my windows when the items are over particular areas, and the item representation also need to vary during the drag. For those reasons I have chosen not to use the drag manager.
|
| Help! Debug target works but Final target does not | 21 Jun 2004 17:08 GMT | 6 |
I have the titled targets (otherwise identical) for an PPx MP app (IDE 5.5.1, etc.) The Debug target works fine but the Final target gives the wrong answers. If I turn the optimization of the Final target down to 0 or 1, then it
|
| Kernel Extensions | 21 Jun 2004 16:33 GMT | 5 |
On Apple's darwin-development mailing list, I had an interesting discussion with Garth Cummings of Apple DTS and Godfrey van der Linden of Apple's IO team about Kernel Extensions and IOKit drivers for Mac OS X. The PPC Mac OS X Target preference panel of CW suggests that CW ...
|
| CW 8.3 and dylibs | 21 Jun 2004 14:44 GMT | 1 |
I am trying to embed mono in my cw8.3 project. The dylibs give me an error. dynamic library '/opt/local/lib/libgmodule-2.0.0.dylib' is not prebound, prebinding disabled
|
| crt.o | 21 Jun 2004 14:41 GMT | 1 |
After i upgraded xcode last week all cocoa apps written in cw8 and cw9 stopped linking. It was due to a new crt.o installed by xcode. Not a big problem because in codewarrior 8 i could just put the old crt.o in the project
|
| iTunes plug-in | 21 Jun 2004 08:16 GMT | 4 |
I am very experienced Windows C++ developer but have no knowledge of Mac. We need to port Windows based code that talks to an MP3 player device as iTunes plug-in on Mac. Where can I get SDK for developing iTunes device plug-in on Mac? Are there any sample plug-ins with source code ...
|
| Placing controls in LTableView cells? | 19 Jun 2004 02:20 GMT | 4 |
Seems like a useful class would be one that allowed you to easily place different controls into cells / rows in an LTableView, and handle the typical scenarios of clicking and drawing based on the scrolled position of the table.
|
| How to include a nib file in my bundle project? | 18 Jun 2004 22:12 GMT | 5 |
In Codewarrior: How am I suppose to put my nibs and icns files in a bundle project? Thanks. Denis Co
|
| Build error cannot load crt1.0 in CW9 | 17 Jun 2004 22:45 GMT | 8 |
Can somebody help me, I have this build error right from CW examples and on new project. Thanks Denis Co
|