| Thread | Last Post | Replies |
|
| program updates files but only on dev Mac | 21 Feb 2005 20:26 GMT | 1 |
I have a strange (and, I hope, simple) problem: My application gets customized for each of our clients, including changes to graphics (PICT resources), strings (STR# and STR resources). To simplify my life (and the lives of others who I would like to see
|
| CW/Mac 9.4 instability (error 206003) | 20 Feb 2005 10:13 GMT | 5 |
I've been trying to use CW for Mac OS 9 on OS X 10.3.8. I've applied the 9.4 update. Everytime I look at this IDE sideways, it crashes, hangs or corrupts my project. I'm doing C/C++ development, CFM
|
| Improving default = operator | 19 Feb 2005 11:30 GMT | 6 |
I've got the following struct: struct FooBar { VCoordinate3D aCoord;
|
| How do I use Xcode with CodeWarrior? | 19 Feb 2005 00:00 GMT | 6 |
I am curious how to use Xcode with CodeWarrior (I am using the Learning Edition of CodeWarrior). How do you 1) Connect the code you write with the GUI interface you create, and 2) Add the files to your CodeWarrior project? Is there a way to do this? If the answers to these ...
|
| struct and namemangling rules x86 <-> Mach-O differences | 16 Feb 2005 23:55 GMT | 4 |
The following code produces divergent results between the Metrowerks x86 and (CFM, Mach-O) compilers. The x86 compiler is unable to link due to name mangling for most of the time.
|
| Linking CodeWarrior mangled names within a gcc library using CodeWarrior | 16 Feb 2005 00:46 GMT | 1 |
I was wondering if the CodeWarrior linker can cope with a library compiled with gcc that needs to link against CodeWarrior mangled names. In other words, we have a library "X"(compiled with gcc) which references C++ symbols within our CodeWarrior project. Is there an
|
| How does stderr and stdout get changed | 16 Feb 2005 00:43 GMT | 1 |
This is probably a stupid question. But at the beginning of my program, there are some fprintf calls to sterr and stdout that appear in the log window for my program, running from Codewarrior. Later, though, I call fprintf to stderr and stdout, trying to get the
|
| Debugger doesn't step through all lines... | 16 Feb 2005 00:38 GMT | 6 |
I've been having some problems for some time with the Debugger not stepping through all lines and not updating variable values. This is the type of behavior I would expect when debugging an optimized/release app (with symbols on), but not the Debug version.
|
| Compilation Problem | 15 Feb 2005 19:12 GMT | 1 |
the following code snippet compiles with comeau, gcc, dmc, vc71, vc8 and icl. CW LE 4.0 with x86CCompiler 3.0 Build 314 gives me the following errors: (see below) I think it chokes on the functions that return a
|
| small cocoa project (uses webkit) | 15 Feb 2005 11:25 GMT | 1 |
I have a project I am working on in cocoa. It has to do a lot with safari webkit and loading in html files (that contain embedded SWF files). There is also an installer I created using PackageMaker.app
|
| copying CW8.3 prefs to CW9 | 13 Feb 2005 23:06 GMT | 1 |
Since I am quite happy w/ my color choices, my numerous special dictionaries, and all the other settings - I would like to be able to "copy" over all the preference settings that I have been using in CW8.3 to my new CW9.x ...
|
| Unexpected CW project changes fouling CVS use | 13 Feb 2005 16:52 GMT | 22 |
We use CVS and CVL, a GUI front end to CVS for source code control. Sometimes when CW 9.3 Mac opens a project, it silently changes the .mcp file. There is no warning or indication of the nature of the change. CW simply does something that affects the mod date or checksum of the
|
| Calling CFM from mach-O | 13 Feb 2005 16:27 GMT | 1 |
This might seem like a odd question nowadays, but I'm stuck with having to solve it, that is to call a .shlb library from a mach-O executable. I've been reading a number of old messages about the subject. It seems the samples that do exist are all about calling mach-O (.dylib)
|
| carbon events | 10 Feb 2005 16:21 GMT | 6 |
I am trying to find an EASY and well described tutorial on how to handle carbon events. What i would like to do is not wait for the event, but peek them. while( true )
|
| MSLCarbonPrefix.h, Mach-O target and dirent.h | 10 Feb 2005 15:48 GMT | 3 |
Using CodeWarrior 8.3, MacOS X 10.3.6, in an Mach-O target, using MSLCarbonPrefix.h, I get a problem with MSL/MSL_Extras/MSL_Common/Include/dirent.h On line 45:
|