| Thread | Last Post | Replies |
|
| Virtual? | 17 Aug 2004 15:39 GMT | 1 |
I am currently experiencing something unexpected: class a { public:
|
| Does Cmd-K (Kill) from the debugger invoke main thread termination proc? | 16 Aug 2004 22:52 GMT | 3 |
One of our developers seems to remember that in the good old days, if there is a thread termination procedure registered for the main thread, it used to be invoked when one killed the debugging session using cmd-k (Kill) in the debugger window.
|
| no fcloseall() in msl? | 16 Aug 2004 22:46 GMT | 5 |
|
| CW9 - App icons / file mappings "copy to package" missing? | 16 Aug 2004 20:08 GMT | 1 |
I want to automatically copy my "AppIcon.icns" file into my OS X MachO app package. With CW8 there was a setting in the "file mappings" that allowed an .icns file to be "copy to package". However on CW9, this is no longer an option in the list of compiler options.
|
| Qt & CodeWarrior | 15 Aug 2004 10:48 GMT | 10 |
Hi Ron, I know that there's still a lot out there you cannot talk about, and if this is included, just say so, but I am hoping not... :-) We are seriously considering using Trolltech's Qt as our new
|
| Profiling Mach-O multi-threaded application crashes at __PROFILE_ENTRY | 13 Aug 2004 20:12 GMT | 7 |
I'm trying to profile a Mach-O application which used Carbon threads (cooperative threading model) and I continuously get crashes on __PROFILE_ENTRY and __PROFILE_EXIT. I've run the sample program that shipped with CW 9 that demonstrates use of the profiler on a Mach-O
|
| Fsspec to path | 13 Aug 2004 18:05 GMT | 5 |
is there a function that would be the equivalent of : FsSpecToNaturalPath i have a FsSpec and I would like to get something like "/volumes/folder/subfolder"
|
| possible bug in CW 8.3 (PowerPC) | 12 Aug 2004 21:36 GMT | 7 |
Assume the following code long a = 99999; unsigned short b = a; Now b is -31073.
|
| ANN: xSYM for GDB 0.1 | 12 Aug 2004 17:47 GMT | 3 |
xSYM 4 gdb is a set of patches to Apple's gdb that enables the use of CW generated xSYM debug information with GDB. Version 0.1 is available from: http://xsym4gdb.sf.net.
|
| optimizer bug for static var initialization in CW 9? | 12 Aug 2004 08:59 GMT | 2 |
I have a problem with the usage of static variables which get not initialized if these variables are only used as argument for std::vector::push_back() and if the project is compiled with optimization_level 3 or 4.
|
| IB and Tab Group | 12 Aug 2004 05:55 GMT | 3 |
Is there an IB equivalent to the Constructor "tab group"? How would I implement such a group in a PPx (Carbon) app? TIA. --
|
| PPX example project 'TextEditor' won't link?! | 12 Aug 2004 01:23 GMT | 1 |
My first investigation of PowerPlantX: compile the example TextEditor project. ( MacOS X Examples : PowerPlantX : TextEditor : TextEditor.mcp ) and my reward: three link errors (pasted below).
|
| Glut link errors | 11 Aug 2004 23:35 GMT | 1 |
I'm writing a very small program using glut, and I'm getting some link errors when I try to run it. They look something like this: Link Error : undefined: 'CloseDesAcc' (code) Referenced from '__glutCloseWindow' in glut.lib
|
| Quark6 XTension debug problem using CW8.3 | 11 Aug 2004 22:14 GMT | 4 |
I was trying to setup debug environment for Quark6 XTension development. to test it. I used the sample XTension code from Quark6, compile and run has
|
| AdjustCursorSelf Not Working | 11 Aug 2004 15:13 GMT | 2 |
For some reason my overridden method of LPane::AdjustCursorSelf() is not ever being called. Anyone know what's up with that?
 Signature Vincent
|