| Thread | Last Post | Replies |
|
| linking problems | 18 Aug 2003 18:35 GMT | 2 |
I've a problem compiling,or more propably,with linkinging libgsm as a static code into my app. It seems it compiles and preprocess correctly (this is a c code). I include "gsm.h" and the linker says e.g. gsm_create undefined (code).
|
| translating keys | 18 Aug 2003 17:27 GMT | 2 |
I am having trouble under carbon with the keyboard. I'm reading the keys with GetKeys( ... ) but the problem is that it uses an american keyboard layout, does anybody have the code to translate that in the current keyboard layout ? ( i can't
|
| CW9 Academic? | 18 Aug 2003 15:00 GMT | 1 |
When will it be available? I'd like to upgrade.
 Signature Harry Erwin <http://www.theworld.com/~herwin/>
|
| global's dtors don't get called in MachO dynamic libraries | 18 Aug 2003 11:32 GMT | 4 |
I have a Mach-O dynamic library which has a static object with a dtor defined: When the program starts, the constructor will be called during the modul init routine. When the program terminates however, the
|
| malloc and size of memory | 17 Aug 2003 02:56 GMT | 4 |
Is there an equivalent of GetPtrSize() for malloc()? thanks Jeff
|
| They need to fix 8 before they go on to charge us for 9 | 17 Aug 2003 02:56 GMT | 25 |
I don't know why more people aren't more upset over how lacking CW8.3 is compared to earlier releases. They should be getting the current version to actually WORK right before they even think about charging money for a new version.
|
| InterfaceLib--FSCloseFork error message | 17 Aug 2003 01:23 GMT | 1 |
I'm currently using CodeWarrior v8 to build applications for two targets: classic & carbon. Carbon target doesn't cause any problem. Classic target will give me this error message when I run any minimal application: The application could not be opened because ...
|
| Need tip for management of larger project | 16 Aug 2003 15:27 GMT | 1 |
Using CW8.3 My problem was, that a constructor was not called for an object allocated on the stack (It looked like that) since the members of the class were never initialized, 3 std::string objects where either full of garbage, with random
|
| Break on C++ Exception dimmed when compiling against BSD Headers | 15 Aug 2003 18:04 GMT | 4 |
The option to "Break on C++ Exceptions" is dimmed after I switched my PowerPlant application over to the BSD headers, BSD libc, and MSL C++. Is this what should happen? It took me by surprise. Can anyone illuminate me on why this would happen?
|
| small but important differences between Mac and PC edition of CW8 | 15 Aug 2003 01:49 GMT | 2 |
I have been using CW8 both on Mac and PC. On PC, whenever you run the program a console window opens automatically, and the output of the program shows up. However, on Mac, when I run the program nothing happens (at least visually). I have to open a terminal and run the
|
| Using CW Debugger on Plugins (Shared Libraries) | 15 Aug 2003 01:43 GMT | 1 |
I'm totally frustrated. I'm trying to debug an iMovie plugin (Shared Library) on Jaguar first using CW 7 followed by CW 8 (patched to 8.3). I've experienced all of the symptoms others have reported: 1) Breakpoints ignored
|
| Header changes don't cause source to be marked as changed? | 15 Aug 2003 01:26 GMT | 1 |
Recently I ran into an unusual problem: when I change something in my header files, the source code that includes the header isn't marked as being changed. I have to mark it manually! Any idea what would cause this?
|
| Help with Photoshop Plugin for OS-X | 14 Aug 2003 17:25 GMT | 1 |
My automation plugin needs to save a layer to a tiff file. Most of the time things work fine, but I noticed that if the file's name (without the full path) is longer then 28 characters, than it get's truncated of 7.0 and returns error -35 (invalid volume error) on 7.0.1.
|
| class/template help needed | 14 Aug 2003 16:42 GMT | 5 |
I'm working on some code that started life in VC 6. I'm having trouble with the following (grossly simplified) construct: template <class TYPE> class foo
|
| CW 9 academic license | 14 Aug 2003 15:55 GMT | 1 |
I have seen no information about academic licenses for CW 9. Metrowerks store lists only academic CW 8. I have academic CW 8, and I am certainly going to upgrade. I need only MacOS X development tools. What are my alternatives?
|