| Thread | Last Post | Replies |
|
| Compiled on Tiger, won't run on Panther | 19 Aug 2005 00:56 GMT | 5 |
When I compile my app on a Tiger machine, it no longer will run on my Panther machines. Does anyone know what this could be? Thanks B
|
| Older Updaters Broken on FTP site | 18 Aug 2005 22:37 GMT | 1 |
I noticed that the CodeWarrior 8.x for Windows updaters seem to be unavailable, although the CW 9.x for Windows are, as are 8.x for the Mac. In fact, I seem to be having trouble downloading many of the older updaters from Pro 6 backward.
|
| Mac CW 9.6 updates broken on MW website? | 18 Aug 2005 18:14 GMT | 4 |
The 9.4 and 9.5 updates seem ok. Downloading either 9.6 update option using either Safari or Firefox results in a 0-byte file being downloaded. Thanks for any help. -Kurt
|
| Can't step over OS system calls in 10.4 using CW 9.5 | 18 Aug 2005 00:55 GMT | 3 |
I'm debugging and if I try to step over an OS call like NewRgn(), I step into the call instead. Then I try to run and I hit another line in the OS call. I keep running and never step out of the OS calls. Does anyone have any idea how to get around this? I'm stuck and can't
|
| Unneeded recompiles | 17 Aug 2005 17:31 GMT | 2 |
I can't pinpoint exactly when it started, but recently CW has been compiling files that haven't been touched, and any .h dependancies have also not been touched. We've been using 9.5 for quite a while, so it's not that. It might've been the 10.4.1 or 10.4.2 update.
|
| Copy an application after build | 17 Aug 2005 09:45 GMT | 2 |
Is it possible to copy an application after the build (compile/link) of it automatically to another place? Is there maybe an option in Codewarrior for do steps after building, e.g. copy the application to another place or delete some files. Or have I to do
|
| CodeWarrior for Mac Roadmap | 16 Aug 2005 05:23 GMT | 28 |
As You all probably already know we announced a road map for CodeWarrior at MacHack. Unfortuntately I was not able to get any firm commitments on pricing before the convention.
|
| Mach-O framework - Find functions | 14 Aug 2005 22:42 GMT | 4 |
How can I find out in which framework a function is? Thanks for any help. Regards Hans
|
| CW 9.3 compiler bug | 14 Aug 2005 17:37 GMT | 1 |
I'm a Windows CW user. I'm posting here since it doesn't seem there is much traffic of codewarrior.windows NG. I'd like to know if it's possible to submit bug report to MW. I know it's a bit non-sense to submit a bug report for which you'll never see a correction, but I enjoyed ...
|
| PowerPC application | 14 Aug 2005 17:31 GMT | 1 |
I can compile my PowerPC application with a socket communication. But I have some linker errors: recv, send, connect, ... are undefines. I think I have to link a library to my project who include this functions. What library have I to link?
|
| Force inlining | 13 Aug 2005 19:57 GMT | 18 |
In some C/C++ compilers, you can force the compiler to always inline a function. E.g. in GCC, it is __attribute__ ((always_inline)); in Visual C++ it is __forceinline. Is there any equivalent in Metrowerks, especially if it is the syntactic equivalent position-wise of the
|
| CW X 10.1++ ... let's start a pool | 12 Aug 2005 00:42 GMT | 71 |
Simple math plus a heavy dose of naiveness ... A what if set of questions ... If 1000 current CW users where committing the price of their "yearly CW upgrade" to a common pool with the goal of buying CW source from Freescale so as to turn
|
| Mac developer needed (URGENT) | 11 Aug 2005 18:15 GMT | 2 |
I'm looking for a Mac developer to work as freelance with one of the world's leader in 3D applications located in Montreal, Canada. The candidate will be called upon porting software new features on the machintosh platform. This project also includes bug fixing and
|
| LClick not returning true on DBClick | 11 Aug 2005 09:45 GMT | 2 |
LClick does not return true when double clicking. is there an option or a settings? Denis
|
| Carbon application -> Mach-O methods | 10 Aug 2005 23:57 GMT | 2 |
Is it possible that a Carbon application can use methods of a Mach-O library (or framework)? We do the other way: We programmed a shared library (Carbon) who make available functions to a Mach-O application. Can I do this also for the
|