| Thread | Last Post | Replies |
|
| How do you make an autorun CD on Mac? | 14 Sep 2005 01:35 GMT | 16 |
How do you make an autorun CD on Mac? Denis
|
| What's that clean package actually do? | 12 Sep 2005 19:44 GMT | 1 |
I wonder what is the "clean package" do exactly, because Cw hang often in it for my taste. And what is the difference with the "Remove object code" If I don't need the "clean package" I'll rather go without. Thanks
|
| Looking for a Mac programmer... | 12 Sep 2005 13:28 GMT | 2 |
still able to write an OS9 extension. Thanks for your reply, DM
|
| Some locale var are not avalaible? | 09 Sep 2005 23:36 GMT | 2 |
I have a ptr that would like to watch in the debugger when I try to view it. There is a message saying : Symbol lookup failed in symbolics Denis
|
| How to define a constant in the project box? | 09 Sep 2005 23:34 GMT | 2 |
How can we #define a constant in the project box settings ? I need to #define a constant that would only apply in, say in debug mode... Denis
|
| debugging wierd after 10.4.2+ Xcode 2.1 | 09 Sep 2005 20:51 GMT | 2 |
Upgraded to Tiger, installed Xcode 2 from the Tiger DvD. Installed CW 9.6 Debugging got very wierd - step into or step over would sometimes just hang - like it got hung into a loop - spinning beachball, have to force
|
| Malloc Debug Problem | 09 Sep 2005 18:23 GMT | 6 |
Has anyone ever managed to use "MallocDebug" with a command line application generated with CW9.3 ? I am failing lamentably and getting a bit annoyed ... Here is what i did : In CW, I created a sample C 'HelloWorld' program using
|
| Making a PEF that will run and return an exit code, like a shell tool? | 08 Sep 2005 23:44 GMT | 6 |
I want to make an app, using PEF (I can't use MachO), which returns an exit code. I'll call it from the shell from a Cocoa app, using LaunchCFM. And my Cocoa app will do something different depending upon the return code
|
| std::codecvt undefined | 07 Sep 2005 15:53 GMT | 7 |
One of my Mach_O projects which uses a hybrid of MSL and gcc libs that compiled/linked fine under CW 9.4 + OSX 10.3.7 + XCode 1.5 is getting the following undefined symbol under CW 9.6 + OSX 10.4.2 + XCode 2.2:
> Link Error : undefined: 'std::codecvt<char, char, |
| cw8 on tiger ? | 07 Sep 2005 15:19 GMT | 4 |
i just upgraded to tiger and i don't manage to reinstall codewarrior on it. ( well codewarrior is installed, but rebuilding the librairies doesnt work ) i get a can't include ppc/ansi.h error
|
| help with menu handler | 06 Sep 2005 20:18 GMT | 8 |
Hello I don't manage to get the menu bar to work correctly under carbon. Here's the closest i could get to make it almost work ( i need to move the mouse after i clicked to see the menu appear )
|
| MAC_OS_X_VERSION_MIN_REQUIRED redefined? | 06 Sep 2005 20:17 GMT | 5 |
I am trying to set MAC_OS_X_VERSION_MIN_REQUIRED in my app, like so: #define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_3 However, CW is giving me an error, saying Error : macro 'MAC_OS_X_VERSION_MIN_REQUIRED' redefined
|
| OK, I'm stumped. What am I doing wrong? (80-ish lines of code inside) | 04 Sep 2005 14:51 GMT | 4 |
Coding for a PowerMac 7600 running MacOS 9.1. Not even attempting Carbonizing - pure "Old-School" for this project, working from Inside Macintosh references. No, it doesn't matter how badly this "limits my market" - It's not for sale, and will be useless without custom hardware
|
| Freeing MachO lib returned memory in CFM App. | 03 Sep 2005 08:43 GMT | 4 |
I have a MachO frmwrk which I load in a CFMApp using the CFBundle load + function pointer mechanism. I have a function in MachO frmwrk which returns me a new-created memory. I try to free this in a CFMApp (BTW, I can access all it's data
|
| Classes on Quark Xtension | 02 Sep 2005 15:33 GMT | 2 |
I am developing a QuarkXPress Xtension using CodeWarrior 9.0, my first idea was to develop the application creating some classes and creating objects on the Xtension main file. The problem is I am having problems with this solution.
|