| Thread | Last Post | Replies |
|
| How's Business? | 09 Jul 2003 01:14 GMT | 1 |
I'm lagging behind on the technology curve, so I haven't been paying much attention. But with OSX having gcc and other tools easily available and free, how does that affect MetroWerks?
|
| Can't launch the CFM binary of "Multi-target bundles" | 08 Jul 2003 22:29 GMT | 2 |
CodeWarrior stationary has something called a "Multi-Target Bundle". By this they mean a packaged application which has both a CFM and a Mach-o binary in it. When you finish building all the targets in this stationary, you will not be able to launch the CFM target. The problem ...
|
| NavServices | 08 Jul 2003 21:29 GMT | 3 |
Closing a window via Don't Save Changes crashes all. New file in new window accepts text.. Close calls Save Changes.. crashes WasteText ( Carbon ) + Code Warrior( 8 ) under OX 10.2.6
|
| Back to CodeWarrior? | 08 Jul 2003 04:23 GMT | 4 |
I've let my subscription lapse for a few years, and I'm still a student, and I'm still running MacOS 8.5 on a Power100. And suddenly I'm starting to get interested in Java. Does CodeWarrior still have something to offer me? Has it been
|
| copying resources to the bundle/Resources folder | 08 Jul 2003 03:36 GMT | 1 |
i am using cw 8.3 to build a Carbon Mach-o application. i want to add a png file to the Resources subfolder of my bundle. the manual says to open the project settings, go to the
|
| how to write carbon application | 08 Jul 2003 00:04 GMT | 2 |
hai all I would like to write carbon application on Mac 9.0 . Let me know which software are to be installed on Mac . Where do I get sample programs.
|
| Trouble debugging Mach-O app | 07 Jul 2003 22:43 GMT | 1 |
I've recently built my second Mach-O app with Codewarrior. However, I've hit a bit of rough water with this one. My app builds fine, but generates a suspicious linker warning: dynamic library '@executable_path/../Frameworks/libHIDUtilities.dylib'
|
| Interpreting CW Link Maps | 07 Jul 2003 22:13 GMT | 1 |
I'm debugging a C++ app that seems to have an object leaking outside the space reserved for it by the compiler. I suspect that the Link Map may be helpful in determining what objects are in memory on either side of the damaged object but the documentation on exactly what the
|
| Profiler | 07 Jul 2003 22:11 GMT | 1 |
What is the best way of profiling an application using the Mach-O framework and CodeWarrior? Hartwig
|
| Tutorial for using legacy makefiles | 07 Jul 2003 18:53 GMT | 1 |
Is there a tutorial for using Legacy UNIX or Linux makefiles with codewarrior? What about the codewarrior documentation? Which manual has any information on using legacy makefiles, providing that the capability exists?
|
| Learning Edition 4 Debugger Problem | 07 Jul 2003 18:44 GMT | 1 |
I just received Learning Edition 4 last week and took it for a spin over the weekend. I loaded it onto the same machine where I have a copy of the previous Academic Version (the CW/PRO 7 equivalent). This is a PowerBook (Pismo) running Mac OS X 10.2 (Jaguar). I've added
|
| cmath.macos.h compile errors | 07 Jul 2003 17:41 GMT | 1 |
I get the following compilation error messages when I compile my project source file myFile.c. Error : ')' expected (included from:
|
| Breaking on NAN | 06 Jul 2003 20:47 GMT | 1 |
Is there any way to make codewarrior break when a number becomes NAN? Does a g4 even signal when a float becomes NAN? Joe Ante
|
| Debugging Carbon and Mach-O code | 06 Jul 2003 20:27 GMT | 3 |
I'm writing a Carbon App, but I need to perform calls to CoreAudio. Then, I have written a Mach-O Bundle, and I'm loading this Bundle in my App, then calling Mach-O functions after getting the pointer. But, when debugging, I can only see assembly code in my Mach-O call. ...
|
| Neewbie Question: Simple app that uses a file selector | 06 Jul 2003 18:51 GMT | 2 |
I am new to Cocoa programming and ObjC. I have a simple program that I am porting from UNIX. I need to add a file browser to select an input file and a folder browser to select an output older (which would be created if not already present) for the output.
|