| Thread | Last Post | Replies |
|
| Replacing LMGetTopMapHndl() in Carbon | 24 Feb 2004 13:41 GMT | 2 |
Does anyone know how I could replace unsupported call to LMGetTopMapHndl() in porting my app to Carbon? The code is as follows: short sRefFile;
|
| Latest QuickTime and CodeWarrior 8.3 | 23 Feb 2004 19:41 GMT | 1 |
Can I use the QuickTime 6.4 SDK with CodeWarrior 8.3? I mean functions like EnterMoviesOnThread. I can copy the headers and rebuild the MacHeaders. What about the QuickTimeLib stub library?
|
| Best way to control project file under CVS? | 23 Feb 2004 17:37 GMT | 7 |
We're using Panther and CW 9.1. For the past couple of years we've been controlling project files in their natural 'binary' form in CVS. Generally, it's not been a problem. People have been updating and
|
| Don't open the Symbolics Window automatically | 23 Feb 2004 15:28 GMT | 6 |
when I debug my program opened the symbolics window automatically on CW9. How I can deactivate this? On CW8 had helped to close this window with "red cross". Rene
|
| Problems Getting Double Clickable Java Executable | 23 Feb 2004 14:43 GMT | 1 |
I'm developing a Java Swing application using CodeWarrior (7 or 8 - I remember I got 8 but I'm not sure if I installed it). The application runs fine when I use the 'debug' or 'run' item from the CodeWarrior menu. However, double clicking on the application, while it causes an ...
|
| TerminationListener class not found? | 23 Feb 2004 14:34 GMT | 1 |
CW 8.2 for Mac, IDE 5.0... I'm using the javax.comm API from Sun to use my serial ports. When I used just Java 1.1 (heavyweight) components, things were fine. Now I'm moving to swing, and when I try to open up a com port dialog, I get this:
|
| Profiler and MPTasks? | 22 Feb 2004 08:58 GMT | 2 |
It seems that the Profiler has problems if there any MPTasks in the project, is that correct? I get crashes in PROFILE_ENTRY
|
| alignment | 21 Feb 2004 23:37 GMT | 1 |
Has anyone profiled copy of memory that is misaligned? I have to copy 8 bytes of data that has no alignment constraint. I can do that by copying 8-bytes, 2 possibly-unaligned dwords, or 1 possibly-unaligned double. Has anyone ever timed the difference between these options? On ...
|
| Problem with GetMenuItemText | 21 Feb 2004 07:51 GMT | 2 |
I have a strange problem with GetMenuItemText. If an item name begins with the apple character (shift-opt-k) then I can add it to the menu ok by adding a dummy item and then replacing the text with the required string. That works fine and GetMenuItemText returns
|
| Metrowerks & WWDC 2004 | 21 Feb 2004 01:46 GMT | 2 |
I am curious if you guys at Metrowerks have heard if you'll be getting any stage presence at this year's WWDC, now that early registration has opened? Those who witnessed last year's fiasco, Apple refused to allow
|
| c++ and including ocidl.h build problem | 20 Feb 2004 23:49 GMT | 3 |
I'm having a problem with compiling c++ and including <ocidl.h> for windows. I'm using Codewarrior 8.0. When I compiled this project as C it worked fine. Once I enable C++ I get the following error, and 70 or so like it.
|
| RTTI (runtime type Id) returns mangled class name | 20 Feb 2004 23:44 GMT | 3 |
The name I'm getting back from std:type_info::name() has two numeric characters prefixed to the class name. For example, I'm expecting to see "CQuizFileDocument" and I'm seeing "17CQuizFileDocument". Can anyone explain this? It didn't always do this.
|
| OpenGL errors? | 20 Feb 2004 21:53 GMT | 4 |
I'm getting this error trying to compile my app under CW 9.1: Link Error : Can't open dylib '/Developer/SDKs/MacOSX10.2.7.sdk/System/Library/Frameworks/OpenGL.framework /Versions/A/Libraries/libGLU.dylib'
|
| Error : Internal Mach-O Importer Error File 'ImportMachO.c' Line 1112 can't find section for address | 20 Feb 2004 21:46 GMT | 1 |
I just installed CW 9 and it's latest update 9.1. Next I created new Cocoa based project and it doesn't compile with error: Error : Internal Mach-O Importer Error File 'ImportMachO.c' Line 1112 can't find section for address
|
| BUG: non-touched files continually recompile in CW9.1 during project update | 20 Feb 2004 21:42 GMT | 19 |
I was hoping someone might answer this when I added it to another posting. CW9.1 has a bug where it never seems to check file modification dates when checking for whether or not it should compile a file during a
|