| Thread | Last Post | Replies |
|
| IDE keeps modifying headers | 31 Dec 2004 16:11 GMT | 1 |
I'm using CodeWarrior 8.3 on Panther. Recently, anytime I view a header file, that file's modification date gets changed. Why does this happen and what can I do about it? (I know I've seen this asked about before, but I couldn't find the thread.)
|
| Function with no executable code | 30 Dec 2004 00:51 GMT | 2 |
I have the strangest thing I've ever seen going on. I have the following function: void keyTable::add_key( u_short wc, u_char key ) {
|
| Problem linking new Shockwave libs into Mach-O target | 29 Dec 2004 17:38 GMT | 5 |
Macromedia has posted new Shockwave libraries for Mach-O targets. However, linking them into a CW 9.3 Mach-O project gives the following error: Internal Mach-O Importer Error File "ImportMachO.c" Line 580 unexpected ar_fmag
|
| CW8.3 and rez.out | 27 Dec 2004 20:51 GMT | 1 |
Anyone getting the following error messages from CW8.3 under 10.3.7? - Error: error during create of "rez.out" - Error: Fatal error trying to open the resource file "rez.out" for writing.
|
| Constants thru multiple files in C | 23 Dec 2004 19:23 GMT | 10 |
Hi, this is a question about C. Is there a practical way to declare a constant in one file using "const" and access it from another file? For example, I can put in file 1 the global declaration:
|
| LinkCopyToPackage() failed error = -45 | 23 Dec 2004 02:30 GMT | 1 |
Hi I am getting LinkCopyToPackage() failed error = -45 when i build my project. I m removing my previous then building the project but still this error comes.
|
| Incrementation bug? | 22 Dec 2004 17:15 GMT | 8 |
[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]] The following snippet results in an infinite loop (as tested in CW 8.3 and CW 9.3, Mac). Specifically, a is not incremented. Can this be
|
| Can anybody recommend a IDE-Disk Controller for use with PPC? | 21 Dec 2004 18:30 GMT | 1 |
I am looking for IDE-Disk Controller that has a working LINUX driver and I can use off a PPC based CPU(QUICCII). Thanks MJS
|
| Just upgraded to CW9 -- can't compile! | 20 Dec 2004 17:29 GMT | 3 |
I just upgraded from CW8 to CW9. I successfully registered the software and did the CW9.3 update. I created my first project and attempted to compile. Here is what I get:
|
| Using MallocDebug on a component | 20 Dec 2004 06:05 GMT | 11 |
I have a Mach-O QuickTime component built using CodeWarrior Pro 8.3 and linked with the Mac OS X PowerPC Mach-O linker. Occasionally, I see an error message in the console log that there was a double free when using my component in QuickTime PlayerPro. I'd like to use MallocDebug
|
| Pascal compiler? | 19 Dec 2004 10:10 GMT | 5 |
I have a very legacy app that needs to be dragged kicking and screaming into the 20th century (yes, it's VERY legacy). Let alone the 21st. Anyway it's written in Pascal, and ISTR MW dropped Pascal support back at CW Pro 4 (which I used
|
| CW9: bug or inconsistency in libraries? | 18 Dec 2004 16:59 GMT | 1 |
Having included the two files #include <cstdlib_mach.h> #include <pwd.h> and using the MSL libraries by
|
| Is GNU C++ or CW9 right? | 18 Dec 2004 16:47 GMT | 2 |
Assume I have the following class definition: class Test { // forward declaration of local class:
|
| Text edit field with custom font | 16 Dec 2004 21:29 GMT | 1 |
I have tried to make a text edit field with custom font with PowerplantX but I have failed. I have used PPobToXML to generate the .pobj file for my UI. Is it possible with PowerplantX to do this?
|
| Using common Package settings for multiple targets | 16 Dec 2004 21:25 GMT | 1 |
Although I quite like CW9's Package pane I find it a real nuisance that all of the targets in my project have to have their own identical set of package actions. i.e. My project has a debug, profiling and release target, and in each
|