| Thread | Last Post | Replies |
|
| CW Pro 9.1 debugger displaying UInt64s as negative numbers | 27 Feb 2004 18:54 GMT | 1 |
I'm having a problem with CW displaying UInt64s as negative numbers in the debugger. The problem appears to be somewhat random. For example, last night I did some testing with the following: UInt64 test = 0x5FFFFFFFFFFFFFFF;
|
| Generating a Makefile from a .mcp file | 27 Feb 2004 17:42 GMT | 1 |
I have a CodeWarrior console application that I have to move to a platform not supported by CodeWarrior. Is there a tool for generating a Makefile from a .mcp project? Cheers
|
| CW 8 debugger provided by CW 9 for classic OS | 26 Feb 2004 21:30 GMT | 8 |
Hello.... Did anyone use the CW 8 IDE debugger from the Codewarrior 9? As CW 9 cannot debug for classic OS thus it provide us with CW 8 debugger. But i seem unable to debug, i manage to get till the Symbolic Window
|
| Installation errors of CodeWarrior 8.3 on Panther | 26 Feb 2004 21:15 GMT | 11 |
I decided recently to re-install CodeWarrior 8.3 because I encountered some problems in debugging on Mac OS 10.3.2. Prior to the re-installation, I trashed the 'Metrowerks CodeWarrior 8.0' folder, the 'Developer' folder as well as the 'Metrowerks' preferences
|
| Looking for a tool to convert .rsrc files to .rc files | 26 Feb 2004 19:27 GMT | 1 |
I'm working on a cross platform project that uses the Win32 API's. Now I'm doing almost all the work on the Mac. Now I have come to a point in the project where I need to make some very simple dialog boxes. This is already done on the Mac. I was wondering if there is a tool out ...
|
| comp.sys.mac.programmer.codewarrior | 26 Feb 2004 16:39 GMT | 12 |
I used to have a CodeWarrior 8.3 MacOS 9.2 Shared Library project where I redirected std::cout, and std::err to a custom class, by replacing it's streambuf with rdbuf(). The custom class inherits from std::streambuf and overrides the sync() and overflow() methods. Thus everything ...
|
| Crash at compilation | 26 Feb 2004 15:57 GMT | 3 |
Mac OS 10.3.2 CW IDE version 5.5 Hello, I have a CW project for a library that crashes at compilation. At the
|
| Compiles for Mac OS X, but not Win32? | 25 Feb 2004 19:08 GMT | 6 |
On CW 9.1 running on OS X Panther 10.3.2... The following snippet of code will compile with the Win32 compiler, but will fail on the PPC compiler... class Foo
|
| utf8 source code editor | 25 Feb 2004 16:52 GMT | 1 |
We can't display UTF8 source code files correctly with CW9?! (CW even displays the BOM of the UTF8 source code files) Is UTF8 editor planned in the future release?! Regards,
|
| How to get the local printer name? | 25 Feb 2004 03:48 GMT | 2 |
May i know how do I get the printer list and the current printer name from a print dialog? I searched thru the documentation, managed to find these 2 APIs:PMSessionCreatePrinterList, PMSessionGetCurrentPrinter. However, i don't know how to use it to retrieve the chosen printer ...
|
| XML Parser | 24 Feb 2004 23:37 GMT | 5 |
I'm getting tired of the corruption problems with my binary data files and would like to convert my data files to be stored in XML format. At least that way if someone goes wrong the file is at least human readable and stands some chance of being able to be fixed without too ...
|
| [Q] How to get GUID(globally unique ID) in Mac OS 9 ? | 24 Feb 2004 18:14 GMT | 6 |
I want to get GUID in Mac OS 9 . But, I didn't found any API that get GUID like CreateGUID in MS Windows. How can I get GUID in Mac OS 9 ? Let me know please....
|
| Member function specialization in CW 9.1 | 24 Feb 2004 17:49 GMT | 1 |
When I was trying to compile my code with VC++ 7.1, it gave some errors that might indicate that CW is a little too forgiving for incorrect syntax of template specialization. So I wonder if that's the case, or not: -----------------------------------------
|
| access fault exception in PowerPlant CW 8.3 MacOS X 10.3 | 24 Feb 2004 17:22 GMT | 4 |
I'm porting a MacOS 9 app to OS X (10.3 Panther) using Carbon within CW 8.3. For now I'm building a Macintosh PowerPC target. It compiles fine with a few warnings but when I
|
| Message about ATSUMeasureText on system console | 24 Feb 2004 15:26 GMT | 1 |
I'm getting *** Warning: ATSUMeasureText has been deprecated. Use ATSUGetUnjustifiedBounds instead. *** on the system console.
|