| Thread | Last Post | Replies |
|
| An unknown error occurred when post-linking target "blah blah" | 30 Sep 2005 19:15 GMT | 1 |
I'm using Tiger and Codewarrior 9.6. I moved a project over from a machine running panther and codewarrior 9.6. On the machine with Tiger I get the above error. Anyone have any ideas how I could find out what the error is?
|
| I want a t-shirt | 30 Sep 2005 19:12 GMT | 3 |
Is there any way for me to get a t-shirt without flying to Austin?
|
| Metrowerks Officially Dead | 30 Sep 2005 19:09 GMT | 7 |
Metrowerks will officially cease operations on September 30, 2005...
>Subject: [deleted] Metrowerks Pizza Party/Wake Tomorrow > >Austin-based CodeWarriors, |
| CodeWarrior Hangs | 30 Sep 2005 02:11 GMT | 4 |
Has anyone found a solution to the CodeWarrior hangs while editing and debugging? I've seen some discussions complaining about this but no definitive solutions. I am using CodeWarrior 9.6 under OS 10.4.2. While debugging or just editing, CodeWarrior takes over the computer using ...
|
| Help with a simple plugin in Xcode | 29 Sep 2005 20:22 GMT | 2 |
I know that Xcode is different than Codewarrior, but I don't jave CodeWarrior and they look very similiar. This is my first time developing on the Mac, so forgive my ignorance. This look like the only forum that would be helpful.
|
| Standard lib for unicode | 29 Sep 2005 16:52 GMT | 25 |
Is there any standard lib like strncpy,,, that handle Unicode version? Thanks
|
| No source visible in debugger | 28 Sep 2005 18:15 GMT | 11 |
I'm working on an InDesign plugin using CW9.5 in MacOS 10.3.9. I have a breakpoint set at the plugin initialization point. All sources have the debug flag on. When I began the project with a modest number of sources, the debugger would come up showing the source code for the
|
| Strange debugger behavior | 27 Sep 2005 17:15 GMT | 2 |
I am trying to debug my program, and when it's crashing, instead of stopping at the point in the source where it crashed, it does something I haven't seen before. A second window opens up as it crashes, and it's a second debug window with
|
| Order files in folder alphabetically in project window? | 27 Sep 2005 03:10 GMT | 6 |
I just added a bunch of files to my project, in their own group folder. Can I alphabetize that? I don't want to disturb the order of the rest of the files in my project. Thanks
|
| Porting a Mac OS 9 to Carbon Mac OS X shared library + Java Native Interface | 26 Sep 2005 00:15 GMT | 1 |
I have ported a Mac OS 9 shared library to Mac OS X using Codewarrior 8 and the Carbon methodology. What are the prerequisites and steps for wrapping this library under Java Native Interface since the caller application is written in Java and Java itself cannot call methods directly ...
|
| Crash with Boost 1.33.0 shared_ptr's and MSL carbon | 22 Sep 2005 20:32 GMT | 5 |
I just updated from boost 1.32.0 to 1.33.0 and am seeing crashes in my carbon/MSL application. Here's some test code that demonstrates the crash: _tprintf(_T("\nTest a vector of boost shared_ptr's:\n"));
|
| OSX 10.1 SDK for cross development | 22 Sep 2005 17:35 GMT | 1 |
I am trying to track down a copy of the 10.1 SDK. I have a printing application that is built using CodeWarrior 9 on 10.4. This application crashes the Print Centre when choosing 'Add' to add a new printer on OSX 10.1.5.
|
| [ANN] CPLAT_Mac II 2.0 Released | 22 Sep 2005 17:09 GMT | 2 |
ksoft (www.ksoft.net) is pleased to announce the release of CPLAT_Mac II 2.0, a full featured, low-cost C++ framework. CPLAT_Mac II is a modern C++ framework for doing MacOS development. This is a MacOS only version of the CPLAT cross-platform framework.
|
| How to get the FSSpec from a vRefNum | 22 Sep 2005 15:47 GMT | 4 |
I'm looking for a high-level OS X function that returns the FSSpec of an opened file (knowing its vRefNum)? Does it exist ? Thanks,
|
| Turning off the optimizer | 22 Sep 2005 13:03 GMT | 8 |
I've got some hideous code that I have to compile, which has functions so big that the optimizer barfs on them. Changing the code isn't an option - believe me, I've tried! In the past I've used #pragma global_optimizer or #pragma
|