| Thread | Last Post | Replies |
|
| Can't debug anymore after update Mac OS X 10.4.2 | 31 Jul 2005 17:43 GMT | 14 |
I have a big problem; I updated my Mac OS X 10.4.1 to 10.4.2 and can't debug anymore with CodeWarrior 9.5. Every project don't work and new created projects also. :-( I click the debug-button and no debugger-window starts; but the
|
| Thanks for all the fish.. | 30 Jul 2005 16:59 GMT | 1 |
I'm pretty much retired now but, like old soldiers who never die, just fade away, I still program mostly for my own pleasure. As I sit here looking at my THINK C manual, CodeWarrior 7 Gold - and up, a small sigh escapes me. Sic transit gloria mundi eh? At least in the
|
| Get QuickTime Image Buffer | 30 Jul 2005 16:04 GMT | 2 |
Can somebody help me with how can I get an image pixels buffer data, using Carbon and QuickTime? I need to change some specific pixels values inside the image. I started with GetGraphicsImporterForFile( )... but I really don't
|
| Query re GetMenuRef | 29 Jul 2005 07:02 GMT | 1 |
I have a Carbon, Mach-O (PPx) app. When I call ::GetMenuRef(300) for a SUBMENU that the nib knows is #300, the call fails (no MenuRef returned). When I try the same call with a menu in the menubar, the call succeeds. Shouldn't GetMenuRef() work with submenus?
|
| problem viewing variabels | 29 Jul 2005 00:00 GMT | 1 |
i am newbie i want debug motorola 56f801 with codewarrior but when i open variables windows it's generate an error as can't find symbolics file.... i can debug my code step by step and view dump memory register etc...
|
| Codewarrior 9.5 and | 28 Jul 2005 04:37 GMT | 3 |
I'm using Codewarrior 8 and Codewarrior 9 (9.5). In version 9.5, when debugging, before the application starts, Codewarrior spends a lot of time "caching directories". After the application stops, it spends again a lot of time "caching directories" (about 5 to 10 seconds) !
|
| Bundle link Errors Entry Point | 27 Jul 2005 15:53 GMT | 1 |
I am trying to gather more information on the causes of link errors when trying to compile a bundle Package in CW9.5 with a valid entry point and exported symbols using pragma, in the linker setting. Link Error : undefined: 'std::locale::~locale()' (imported)
|
| How to convert MAC paths to BSD (unix) paths? | 27 Jul 2005 12:57 GMT | 5 |
I'm using libs that use UNIX fopen to open files but they require UNIX paths, i.e. if I do: FILE* pF = fopen("/Where/Ever/foo.txt", "rw"); // it works fine but if I do:
|
| libraries n stuff | 26 Jul 2005 23:38 GMT | 4 |
i hope somebody can help me, maybe explain something. i try to use a code from another project and have several problems or do not know enough about libraries, linking, and stuff... the project i want to use can be compiled as dynamic library with xcode
|
| iSYM file corruption (reprise) | 26 Jul 2005 20:36 GMT | 1 |
BTW, before we start I know this is a bug with the x86 compiler and Metrowerks don't support it anymore, but I thought I'd post this just for information really. You never know, it might help someone.... Back in February I started a thread about our iSYM files becoming corrupted
|
| On the road with no map | 26 Jul 2005 08:00 GMT | 12 |
So Ron, what's the latest chapter in the great roadmap saga? :-) Larry
|
| printf question | 26 Jul 2005 06:36 GMT | 2 |
Geesh, I thought I would be able to get what I want with printf and formatting floats, but, maybe it just can't be done? what I want is decimal point "aligned" numbers, so that a double is always formatted with 2 places to the right of the decimal point, and always 5
|
| XCode vs Metrowerks or downgrade to xcode | 22 Jul 2005 15:39 GMT | 3 |
Running 10.4.1 and XCode 2.1 Switching to xcode from metrowerks was no pain regarding the code ! But XCode is soooo damn SLOOOOOOOW ... Rebuilding a project takes 4 times LONGER in xcode ( all optim is even
|
| CW inline assembly and Rosetta | 21 Jul 2005 22:25 GMT | 3 |
Apologies if this is a bit off-topic. The function below is the (PowerPC) core of a pseudo-random-number generator which is nearly four times faster than the best C equivalent I can write. [The basic operation, subtract-with-borrow (subfe), is a
|
| Getting error with "rez" | 21 Jul 2005 17:50 GMT | 3 |
I m getting this error at the end of my compilation: "Error : error during create of "rez.out" " "Error : Fatal error trying to open the resource file "rez.out" for writing" 2 times in the Errors & Warning windows.
|