| Thread | Last Post | Replies |
|
| Printing CW Docs. | 27 Jan 2004 06:00 GMT | 2 |
I've recently aqquired a laser printer. I now wan't to print out the PDF docs provided with CW Pro 5. I get postscript errors which aborts printing. My printer is a HP laserJet 4Si, and I use System 9.0
|
| Need assistance in creating an umbrella framework with CW Pro 9 | 27 Jan 2004 04:11 GMT | 1 |
I've got a framework that relies on two dynamic libraries that I want to include as sub libraries in the framework. For the parent framework, I've got an lcf file that contains two lines: -sub_library Support
|
| Can't set breakpoints at certain lines | 27 Jan 2004 04:09 GMT | 8 |
I have noticed that there are certain lines in my code which are being called yet do not have the little dashes next to them which enable me to set breakpoints on that code. For example:
|
| Tooling up for MacOS X | 27 Jan 2004 00:01 GMT | 1 |
I wan't to find out what Hardware/Software/Litterature is necessary to tool up from OS 9 to OS X development. (I've a tight budget). Also wan't to know where to locate the necessary
|
| Performance of Boost shared_ptr with threads | 26 Jan 2004 13:39 GMT | 4 |
I am working on a cross-platform project which makes extensive use of the Boost shared_ptr. A while back, we made the application threaded and found that the MacOS build took a big performance hit in areas of the code where a lot of pointer sharing was going on.
|
| "Caching dir <foo>" messags | 24 Jan 2004 23:51 GMT | 1 |
Every time I run my PPx app in the debugger, it caches directories for 5 seconds or so, and every time I kill my app, it does it again. The directories appear to be the subdirectories of the project dir. This operation grinds the UI to a halt. Is there something wrong here? It's ...
|
| 9.0 plc and pragma in_package_directory | 23 Jan 2004 22:03 GMT | 4 |
I have a target with two plc files. The first starts with: #pragma output_file "Info.plist" and the other with #pragma output_file "Text Editors.plist"
|
| debugging | 23 Jan 2004 21:32 GMT | 2 |
Does anyone know if you can debug/disassmble apps for which you dont have the source using CW? I know you can attach to running process's but can you insert breakpoints like you can using softice on ms windows?
|
| makefile to CW importer? | 23 Jan 2004 18:40 GMT | 4 |
I'm trying to build the open source libjpeg library into my project, for both Mach-O and Win32 targets. (CW9.1, OSX 10.3.2). First question - has anyone else done this? For Mach-O target I've set up a library, and I've not changed any other project prefs. (Wrt. libjpeg itself,
|
| New to CW | 23 Jan 2004 18:31 GMT | 4 |
I just got codewarrior ide 5.5. I'm a student in college just learning the C language. I downloaded this evaluation of Codewarrior cause I heard it's a really good IDE. The thing is, it's looking really confusing to me. I'm trying to code a simple little C file like Hello
|
| Any way to keep settings separate for 8 & 9? | 23 Jan 2004 15:04 GMT | 4 |
I have to use both CW 8 and CW 9 on Mac, one for Java the other for Mac stuff. The problem I run into is that each wants to open the default workspace of the other's when they launch. They have separate IDE prefs files, but is there a way to separate all
|
| link warnings with Panther library in Jaguar | 23 Jan 2004 14:42 GMT | 1 |
When using a third party static library compiled on Panther using gcc 3.3, with my builds on Jaguar using Codewarrior 8.3, I get many linker errors concerning the following undefined symbols: __cxa_end_catch
|
| CFM libraries in mach-O projects? | 23 Jan 2004 14:22 GMT | 10 |
Hi - I'm a relative newcomer to codewarrior and have a question: I have some CFM libraries (if I understand the lingo correctly) (the Canon SDK) which I would like to use in a Mach-O project. Is there any way to do this? I've looked at writing wrapper libraries and everything
|
| Can't get symbols from a gcc created DLL with CW8.3 built binary on Mac | 22 Jan 2004 22:39 GMT | 1 |
We have a 3rd party dynamic library that we build with gcc and try to use from a mach binary built with CW8.3. However, when we go to load the symbols we fail to find the functions we're looking for. Is there anything special that you have to do to load a dll at runtime if it's
|
| MetroNub Remote won't run under 10.3 Panther | 22 Jan 2004 22:20 GMT | 1 |
MetroNub Remote 2.5.1 gives the following message when run under 10.3.2: "MetroNub Remote is a TCP/IP application that requires Open Transport 1.1.1 or MacTCP 2.0.6 to be installed before it can run." The only choice in the alert is Quit.
|