| Thread | Last Post | Replies |
|
| How do I configure HCS08GT60_44pins ? | 31 May 2004 03:41 GMT | 2 |
i am using project wizard to build a new project. However the default setting of motorola's GT60 is the 42-pin one. How could I make it a 44-pin processor? thank you very much!
|
| SystemTask() replacement in Carbon | 30 May 2004 11:10 GMT | 3 |
hello, I am porting my application from MacOS 9 to Carbon. I have a while loop that SystemTask() while the mouse button is held down. Since SystemTask() is not available in Carbon, is there another function more appropriate I should call in this loop so my application doesn't
|
| 8.3 debugger under Panther 10.3.3 | 28 May 2004 16:55 GMT | 4 |
Anyone know how to make it work? Whenever I start to run, gdb-powerpc-apple-macox10 crashes. This also hangs CW, which is a PITA. TIA,
|
| Newbie. Converting mov files | 28 May 2004 14:04 GMT | 5 |
Here is this very strange problem coming with conversion of .mov files. The situation is as follows . I am writing an application in VC++
|
| Where Are The Opaque Data Accessor Functions in Carbon | 28 May 2004 08:26 GMT | 3 |
Where are they? For example, I am trying to access the elements of GrafPtr, but they are now Opaque in Carbon. I can't find any accessor functions for opaque data types in Carbon.
|
| Bundle Methods Are Stripped | 28 May 2004 06:19 GMT | 2 |
I have been going at this for days and can't seem to get this to work. The only function in this foo.m file is: #import <Cocoa/Cocoa.h> extern "C" {
|
| target-dependant defines in a *.r file ? | 27 May 2004 17:43 GMT | 2 |
I want to use the same "*.r* file defining 'MENU' resources in a Carbon and in a Classic part of a project. Only in the classic part the extended-bits are used for modifier-keys. (Mercutio)
|
| applescript, ide, change text | 27 May 2004 02:10 GMT | 5 |
I want to use an applescript to change some text in the frontmost document window. The following works: tell application "CodeWarrior IDE" activate
|
| How to view vectors in CW 9.2? | 27 May 2004 00:08 GMT | 3 |
Is there any easy way to view vector data in CW 9.2? When I disclose a vector's triangles, CW only displays the first element of a vector. Do I need to do a "view memory asŠ", or is there some stock way of making CW display vector data?
|
| setlocale and C-UTF-8 | 26 May 2004 20:30 GMT | 1 |
I've been using setlocale(LC_ALL,"C-UTF-8") for a while now so my C strings are UTF-8 encoded. I am almost absolutely positive that this worked for the BSD-C version of my app. Now it's failing and I don't understand why.
|
| Nav Services weirdness | 26 May 2004 16:34 GMT | 1 |
Here's a good one. I have a common routine for prompting the user for a file: Boolean CDocument::ChooseFile(
|
| Debug Quark 6.1 extension into CodeWarrior 8.3 | 26 May 2004 15:40 GMT | 21 |
When I debug my Quark extension (command - R with debugger activated), the debug don't stop at my break point. Anyone as encounter this problem with debuggin Quark extension with codewarrior 8.3. Thanks.
|
| Debugging using GDB | 25 May 2004 16:43 GMT | 15 |
G'day all, Running 10.3.0 on a DP 1.8GHz G5 With the Developer tools that gives an XCode version 1.1 installed. Using Codewarrior 9.2 targeting Carbon CFM creating an application
|
| Access Fault Exception Toasts Debugger... | 24 May 2004 22:43 GMT | 6 |
This scenario seems to be happening more frequently: A bogus call of mine (my problem) causes an Access Fault Exception. The Debugger shows me the proper point in the code where I was accessing through a null pointer. After pressing OK to the "Access Fault Exception" dialog, the ...
|
| CW9.2 Arrangement of class member variables | 24 May 2004 13:14 GMT | 4 |
Recently, I switched from CW8 to 9 for Mac OS X programming. Then suddenly, I encountered several problems for my C++ object oriented programming code. Serious one, which it took me for a while to figure out, was the pointer in member. If you place a pointer variable (e.g.
|