| Thread | Last Post | Replies |
|
| What is wrong here? | 13 Feb 2004 23:28 GMT | 18 |
I am going to port an existing cfm project to mach-o using CW 9.1. Have a look at this line of code: bool v = (::strcmp(s, "1") == 0) || (::strcmp(s, "true") == 0);
|
| PP app for ye olde systemme | 13 Feb 2004 15:41 GMT | 4 |
I want to build a Power Plant app to run on a pre-Carbon system, maybe even as old as 7.5 (don't ask why). Can I do this without reloading a heritage version of CW? I'm running CW 8.3 under 10.3.2. Rev. Andy
|
| In a Std C Console app, gets() grabs vast processor time. How to fix? | 12 Feb 2004 20:48 GMT | 4 |
Hi... I'm writing a little mini-app in straight C with CW8 in OSX...with just a command line type of interface (a Std C Console app.) I display a few lines, and then wait for input with a "gets()". I note when I use OSX's
|
| launching classic mode from OS X | 12 Feb 2004 17:46 GMT | 2 |
Is there a way of launching classic mode from an OSX application? I need to this because, I'm using FindFolder with kClassicDomain to find the preferences folder on an OS 9 partition. Apparently, if you upgrade to OSX and you have never run classic mode yet, FindFolder
|
| source-level debugging into frameworks | 12 Feb 2004 17:35 GMT | 2 |
Folks, Greetings! I was asked this question & didn't have a ready answer:
>So how does one step into a framework and see source code? >I have rebuilt the entire world in MachO. So of course there are bugs |
| No debugging in variables on CW9.1 | 12 Feb 2004 14:23 GMT | 8 |
I have a problem with the CodeWarrior 9.1 Debugger on Mac OS X 10.3.2. The following code describe my problem. When I debug this code I can't look into the variable 'str' in function foo(..). Why - I can't understand that?
|
| Crashes when closing bundle-based plug-ins built with CW9.1 | 12 Feb 2004 03:08 GMT | 1 |
I have had to update my CodeWarrior to version 9.1 (due to a requirement by PACE, our copy-protection people). Now I'm having a problem with our bundle-based Mach-O audio plug-ins. When closing the host application or otherwise removing/deleting the plug-in, the host ...
|
| CodeWarrior Autoloading projects! | 11 Feb 2004 18:20 GMT | 4 |
Good day all. Whenever CodeWarrior starts up, it automatically loads the project that it thinks I want to work on. As my projects are quite large, it is quite aggravating when it is (often) wrong as it has load a ton of
|
| 16MB limit for Mach-O binaries | 11 Feb 2004 15:44 GMT | 3 |
My binary is 16.3 MB and I wanted to make sure I don't start getting weird behavior due to the 16MB limit for Mach-O binaries. So, I went and checked the "Split Segments (> 16Meg Output)" checkbox in the linker settings. Now my app crashes on launch. Any idea why this
|
| Debugger display incoorect value on pointer in registers. | 11 Feb 2004 14:53 GMT | 1 |
I have found that the 9.0 debugger seems to have problems with variables stored in the registers. A unsigned char * stored in r30 displays an incorrect value when the deference arrow is clicked. Copy the pointer to a unsigned char *tmp on the stack and clicked the deference arrow ...
|
| Are there problems with mbstowcs & wcstomb? | 11 Feb 2004 01:31 GMT | 11 |
The problem I'm working on is that I need to be able to use BSD system calls that require a UTF-8 path. So what I've done is use CFURLGetFileSystemRepresentation() to the get correct name. I then need to be able to convert this UTF-8 string to a wchar_t.
|
| Code to call Shell terminal service... | 11 Feb 2004 00:30 GMT | 1 |
Another question from me, yup, in desperation. May i know how to invoke a shell terminal service in Mac X? I would like to edit the crontab but gotta do it programmatically. So can somebody help?
|
| Calling a Java app from C++ | 10 Feb 2004 23:42 GMT | 5 |
I am interested in getting a Parser Generator written in Java, to work on an old MacOS 9 computer. Since it is a Java command line tool, I've written a small Graphical Shell in Java, that set up Commandline Parameters for the Main Class in the tool.
|
| Shark and CW 9 | 10 Feb 2004 23:16 GMT | 5 |
I'm trying to use Shark with my app, but Shark only shows me the headers of my source code, so I can not see the source along the information provided by Shark. I've tried every STABS Debug Info setting, but I don't get Shark to
|
| Stack size | 10 Feb 2004 21:40 GMT | 2 |
I use Codewarrior on Mac OS9 to program shared libraries for use with LabVIEW application. Can i increase the Stack size on the shared libs? I can not seem to find out this..
|