| Thread | Last Post | Replies |
|
| MallocDebug & MachO & MSL_ALL_MACHO.lib | 31 Jan 2005 05:50 GMT | 2 |
I can't get MallocDebug to work with MachO apps built with CW 9.x. I tried using the 'MacOS X Mach-0:Mac OS Toolbox:C Toolbox Mach-O' stationary with no luck. Malloc debug works fine on other Apps , BBEdit for instance.
|
| 9.4 & Libs ... | 30 Jan 2005 14:26 GMT | 1 |
I was happily humming along with parallel development in Xcode 1.5 and CW 9.3 when CW 9.4 came along. Being of the adventurous kind, I immediately installed the update, recompiled everything I could think of, and now, the same source base which
|
| Unmangling CodeWarrior C++ names | 30 Jan 2005 04:51 GMT | 10 |
Can anyone point me to code for unmangling CodeWarrior's C++ function names or, failing that, an up to date specification of the mangling? I googled the web and the newsgroups but didn't find anything that looked remotely up to date.
|
| Creation of printer context | 28 Jan 2005 18:30 GMT | 2 |
Is CGContextRef and CGrafPtr are the same?? I do found that in PMSessionGetGraphicsContext API. If i am deriving a printer context, can I use setport to set the drawing port to this port??
|
| Choosing a file with Navigatition Services | 28 Jan 2005 10:29 GMT | 2 |
I have a problem which I don't understand: I am using codeWarrior 9.3. I am trying to select and open files of type PICT, regardless of the creator, so, according to the documentation I use
|
| CW9: catching Cocoa/AppKit objective-C exceptions in debugger | 27 Jan 2005 03:28 GMT | 1 |
I'm trying to trap the source of an Objective-C exception generated from within Cocoa/AppKit. Is there a way to do this in the CodeWarrior 9 debugger? Cheers
|
| Open and read resource forks for dummies (i.e.: Windows programmer) | 26 Jan 2005 21:25 GMT | 49 |
This might be the Age of Aquarius and all, but I must deal with resource forks on MacOS 9 and 10 in a plugin using CodeWarrior Pro 9 (with a Classic target). This is C++, fyi. My MacOS programming is, well, (looks at calendar) about 10 days old.
|
| Internationalized Help Book Problems | 25 Jan 2005 17:46 GMT | 1 |
I have the strange problem that the Japanese Help file won't load when I choose the Help menu item of my app. The Help Viewer comes up but shows a blank window. All other languages work ok. I use Carbon CodeWarrior 8 and run OSX 10.3.7, I have provided a
|
| top reports 50M RPRVT; MallocDebug says 2M? | 22 Jan 2005 23:05 GMT | 4 |
I'm trying to optimize the memory use of my Mach-O application (CodeWarrior C++ application, using PowerPlant and now PPx). My application is very dynamic: lots of allocations and deallocations using new/free in C++ and a few mallocs and NewPtrs thrown in here and there
|
| sysbool.h error building on Tiger | 22 Jan 2005 21:12 GMT | 17 |
When building an Mach-O target under Tiger, I get the following error: stdbool.h line 2 #error "stdbool.h has moved to avoid accidental use with a non-GCC compiler. Only GCC should have used stdbool.h due to licensing restrictions."
|
| alloca link error with BSD | 22 Jan 2005 16:51 GMT | 1 |
I'm building third party sources under Panther in a Mach-O BSD target. I'm not using MSL. I'm seeing a link error where 'alloca' cannot be found. I understand that usually alloca is an intrinsic function, so I'm
|
| Boost suggestions? | 21 Jan 2005 15:11 GMT | 1 |
Hi all, I'm trying to use boost under codewarrior. I've got pro 9.4/mac. What's the most direct, simplest way to make it bulid and work in a codewarrior project? This bjam stuff gives me the willies. Thanks,
|
| Shell Tool vs. Perl Tool | 20 Jan 2005 23:55 GMT | 2 |
I've created a shell script that increments a build number everytime run. I dropped it into my project and then it ran but it didn't do anything. If I run the script from the terminal it creates a new build.h file.
|
| Newbie question - error on 'quick start' - crt1.o | 20 Jan 2005 19:33 GMT | 2 |
Just installed CW9 for Mac (OSX and Win targets). Following the 'quick start' instructions for my first 'Mach-O Toolbox Nib Bundle' project, clicking on Project_Debug gives : Error : Internal Mach-O Importer Error File 'ImportMachO.c' Line 1112
|
| Linker gives: __ZdlPv is undefined | 20 Jan 2005 19:27 GMT | 1 |
Hi Group I try to create JNI library wir CW 8.3 on MacOS 10.3.6. I would prefer to do this lib in C++. So i resulted into the following construct in cpp-file:
|