| Thread | Last Post | Replies |
|
| CW9.1 crashes when access path removed | 28 Feb 2005 22:48 GMT | 2 |
I'm using CodeWarrior 9.1, IDE 5.5.1. When I remove an access path and recompile, the IDE crashes. An older post (2002?) also brought this up and the workaround suggested was to export to XML, remove the path, then reimport. I tried that but
|
| Using numbers in a .plc file | 27 Feb 2005 00:47 GMT | 2 |
I would like to create a Info.plist that contains the current version of the application in the CFBundleGetInfoString key. The current build number is present in an external header file Versions.h:
|
| Developing a USB Printer Driver for MacOS X | 24 Feb 2005 19:06 GMT | 1 |
I have the task of writing a USB Printer Driver for Mac OS X. I have the windows source code available for reference so know the basic command that are sent to the printer. I have experience in general mac programming but have not had to work with
|
| Command/Control keys don't work in wxTextEdit on the Mac or Windows | 24 Feb 2005 16:40 GMT | 1 |
Subject says it all. We're trying to figure out how to enable this for both Mac and Windows. For example, in a wxTextEdit box, Cmd/Ctrl-A doesn't select all, X doesn't cut, V doesn't paste, etc. How do we turn this on?
|
| No Debugging after CodeWarrior 8 to 9 conversion | 24 Feb 2005 03:39 GMT | 8 |
After converting my project from CodeWarrior 8.3 to CodeWarrior 9.3, the Debugger doesn't get control when the Debug menu command is invoked. The message indicates that CodeWarrior is "Loading debugging data for target...", there is a long delay and nothing else happens. I tried
|
| Next CW Revision with OS 10.4? | 23 Feb 2005 15:19 GMT | 1 |
Is CW10 going to coincide with the release of OS10.4? I'm on 8.3 at the moment and considering upgrading to 9.4 but wonder if it's worth it? If I do, would I have to pay the full upgrade price again with v10?
|
| Objective-C: @try/@catch support | 23 Feb 2005 04:26 GMT | 1 |
I've got some Objective-C code that uses the @try and @catch directives and the CW 9.4 compiler is reporting this an error. Is there a way to get the compiler to handle this? Cheers
|
| Books to learn C++ on the Mac with Code Warrior V9 | 23 Feb 2005 04:24 GMT | 2 |
Are there any books that are up to date to begin learning the C++ language and the IDE? I have a bunch of books all obsolete. Thanks in advance
|
| CodeWarrior freezes when debugging using "Terminal I/O" setting | 23 Feb 2005 04:21 GMT | 4 |
I have some problems when I try to debug and the "Use Terminal for standard in/out" setting is checked. (CodeWarrior->Preferences->Debugger->Mac Os X Debugger). Everything is fine until the message "Loading debugging data
|
| CodeWarrior Sales Unresponsive | 23 Feb 2005 04:15 GMT | 4 |
Hi Ron, I am hoping you can help me. I have tried to contact sales@metrowerks.com to purchase an upgrade to CodeWarrior. We currently have a site license for Codewarrior 8.3 for Mac & Windows (5
|
| GCC vs CodeWarrior - performance? | 22 Feb 2005 22:02 GMT | 7 |
Has anyone done a side-by-side performance test on the code created by the two compilers? I've heard that GCC's code isn't as optimized as CW's. Blair M. Burtan Northern Lights Productions
|
| PPx: How force custom HIView to redraw? | 22 Feb 2005 16:56 GMT | 1 |
I have a custom HIView "pane" class Display : public View, public ControlDrawDoer {...} which is a color-coded map. What is the recommended way, in PPx and OS 10.3+, to force this map to
|
| PluginLib5 vs. PluginLib6? | 22 Feb 2005 15:46 GMT | 1 |
Other than the fact that a vcs plugin linked against PluginLib6 won't load in CW 8.3, are there any real differences between v5 and v6? Is there any reason to link against v6 instead of v5 if you want to work in 8.3 IDEs?
|
| Linking against gcc libs needing saveFP and loadFP | 22 Feb 2005 15:42 GMT | 4 |
is there any hint how to link against standard Mac OS X libraries that export references to saveFP and loadFP - actually libcurl.dylib? According to google, Apple gcc is kind of hosed so in contrary to the regular gcc it exports those internal symbols - how can I use such
|
| ProjBldr Apple sample code no go in CW | 22 Feb 2005 05:10 GMT | 8 |
I am trying to build ATSUICurveAccessDemo. The sample project from Apple is a project builder project and it builds fine. I tried to construct a Carbon project in CW 8.3 and I can't get it to build. I have had to make numerous changes to the code, primarly including obvious ...
|