| Thread | Last Post | Replies |
|
| [Slightly-OT] why Mail crashed with EXC_BREAKPOINT? | 30 Nov 2003 19:50 GMT | 2 |
Apologies for this being slightly off-topic (it's not CW question, but is a Mac Programming question!), but I wondered if any PPC programming gurus here could explain why my Mail application crashed with a breakpoint exception? I'm used to seeing EXC_BAD_ACCESS in crash logs, but ...
|
| How to get a file name from FSRef? | 30 Nov 2003 15:11 GMT | 10 |
Carbon programming question: I can form an FSRef from Dialog outputs (Open and Save) using code from Learning Carbon (O'Reilly), but I cannot find how to get the file name (hopefully in char data) associated with the FSRef. Can anyone point to
|
| Just a short question, please help ;) | 30 Nov 2003 02:09 GMT | 10 |
I'm about to decide which developer tool to use for porting my huge WinXP GUI to Mac OS X. The first things I'd like to see working easily in Codewarrior: 1. I put down a progressbar in a visual editor, then I go to my code and I
|
| Command line programmatically | 30 Nov 2003 01:46 GMT | 4 |
Is it possible to programmatically issue command line instructions from within a C++ program? If not, is it possible to automatically open the terminal and get my app to instruct it? Thanks
|
| Building an framework with reference to environ | 30 Nov 2003 00:45 GMT | 1 |
I tried to create an framework from some ancient sources. They compile OK, but with CW 9.1 I get the following link error: Link Error : undefined: 'environ' (non lazy ptr IL) Referenced from 'pvmputenv' in pvmcruft.c
|
| [QT] [Win] Always throws exception for *any* function? | 29 Nov 2003 06:57 GMT | 2 |
I'm writing a mac/windows app. Got QT going on mac. Got it compiled, linked and running on Win, but whenever I step over *any* function in the qtml.lib, it throws. CopyCStringToPascal, NewHandle, not to mention ImageComponent calls. They all just cause an exception and
|
| buying CW 9 in Switzerland | 29 Nov 2003 02:11 GMT | 2 |
I have tried to find out how I can upgrade to CW 9 here in Switzerland. The store at www.metrowerks.com does not allow orders but from very few countries, the first distributor in Switzerland (Innoware) does not have CW 9 (only CW 8), and the Swiss Metrowerks office
|
| PPX DoWindowUpdate? | 29 Nov 2003 01:49 GMT | 2 |
Where is WindowUpdateDoer::DoWindowUpdate() located? I have noticed other PPX methods that seem to be in a library. Why? Jeff
|
| Code Formatting Request/Bug? | 29 Nov 2003 01:28 GMT | 1 |
To Ron, I have tons of code formatted as follows: while (x < y) { Blah();
|
| CW 8.3 debugger mismatches source code and addresses | 29 Nov 2003 01:16 GMT | 1 |
A summary of the problem is as follows: I have been working with wxWindows and CW 8.3 on OS X 10.3 (linking with the 10.2.7 SDK). When I debugged one of the wxWindows sample programs (menu.cpp), I found that the debugger had a significant mismatch between
|
| [QT] Where is recent doc for supported Image Component formats? | 27 Nov 2003 13:27 GMT | 4 |
Everywhere I look they all point me to this page: http://developer.apple.com/documentation/QuickTime/REF/refImporter.3.htm This is as of QT 4. Is there one that is updated to QT 6? I want to know what other still formats the latest QT supports.
|
| Carbon resources in data fork? | 27 Nov 2003 04:45 GMT | 4 |
I'm trying to compile a Carbon application that will run in OS 9 and X. From reading Apple's docs, it seems I should be putting resources in a data file in the application bundle, not in the resource fork of the executable. However, Apple gives no indication of how to do this in
|
| Linking CodeWarrior with GCC | 26 Nov 2003 15:38 GMT | 9 |
Is it possible to link a C++ based CodeWarrior lib to GCC ? I don't care what type of lib it is, or linker it uses, just as long as it is static. Thanks.
|
| How do I use nib file with code resource? | 26 Nov 2003 06:30 GMT | 3 |
I'm sure I'm just missing something basic here. I haven't done much with Carbon, nib files, or code resources, so this is probably a newbie question. My apologies. I am making a code resource in CW8. I am using a nib file for a
|
| Re: Can't copy resource file ... | 26 Nov 2003 02:51 GMT | 1 |
I am still getting the error "Can't copy resource file" in a new Carbon project under CW 8, but have some new information that may be relevant. It seems to happen at a certain point in the link process; if I open the Link Order tab and rearrange the .rsrc files there, the file CW ...
|