| Thread | Last Post | Replies |
|
| debugging a CW9 app launched from the terminal | 05 Dec 2003 13:27 GMT | 2 |
Using CW9 with OSX 10.2. We are converting some Unix code to OSX and have compiled some static libraries. Our static libraries are linked into an app which is MACH-O.
|
| Minor bug | 05 Dec 2003 09:41 GMT | 2 |
I have something like the following: template< typename T > bool f(const T& obj) {
|
| Sample Code | 05 Dec 2003 09:36 GMT | 2 |
does anyone have any sample code (CW project) with simple UI that include button, combo boxes, menu bar. I actually need the Bevel Button that is can place image on top of button or resemble a
|
| PPx and BLAS, etc. | 05 Dec 2003 00:14 GMT | 2 |
I created a Mach-O, standard PowerPlant (CW 9.1) Docment app including the cblas.h and clapack.h headers. This code, which needed cblas, compiled and ran perfectly. I created a PowerPlantX (CW 9.1) Docment app and it compiled and ran
|
| Carbon Nib Bundle App Remote Debug Problem | 05 Dec 2003 00:06 GMT | 3 |
With CW 9.1 I created a sample app using the C++ stationery, as a Carbon Nib Bundle application. This app works fine if I build it, copy it to my OS9 machine and run it. However, if I try to debug it remotely, it does not work properly. The call to
|
| Problem Compiling Mach-O C libs | 05 Dec 2003 00:04 GMT | 2 |
I've just freshly installed CodeWarrior 8.3 on 10.3.1, and I'm having trouble building the mach-o C libs. It's complaining about CLK_TCK not being defined. It's defined in ppc/limits.h, which is included by the system time.h. But CodeWarrior's looking at the MSL time.h, which ...
|
| CW w/BSD & gcc 3.3 headers | 05 Dec 2003 00:01 GMT | 4 |
We have CW 9 and I am supporting some people who switched to GCC 3.3. Now when building with the BSD headers our toolkit won't compile since the GCC 3.3 headers do things like defining CHAR_BIT in terms of __CHAR_BIT__, SCHAR_MAX in terms of __SCHAR_MAX__, (etc.) all of which
|
| My application is displaying default name | 04 Dec 2003 01:00 GMT | 2 |
I have created a project using Mac OS PowerPlant Stationary -> Mac OS Carbon -> Basic. When i run the project, the executable generated by the project has the name "Basic PowerPlant Carbon" by default. The
|
| Toolserver under CW 8? | 04 Dec 2003 00:59 GMT | 1 |
I am carbonizing an old MPW Mac application using CodeWarrior 8 under Mac OS X. The old build process created data files using an MPW tool. IIRC, CodeWarrior used to come with a background app called ToolServer that would allow you to run MPW tools in CW. I don't see this in my ...
|
| Help menu broken with 9.1 update | 04 Dec 2003 00:57 GMT | 3 |
I easy-installed the CW 9 documentation and it worked well but, after the 9.1 update, the Help menu quits with no output. If I start the Apple Help viewer by itself, the IDE manual can be accessed but the other manuals are missing (i.e., the Help viewer asks for the
|
| Where can I find plugins on the web | 04 Dec 2003 00:53 GMT | 1 |
Where can I find list of Metrowerks IDE plugins, commercial and free ones, on the web. -martin
|
| what is in 'BSD_Runtime_Mach-O.lib? | 04 Dec 2003 00:48 GMT | 1 |
Just curious, but what is in the BSD_Runtime_Mach-O library? Part of the reason I ask is that I'm getting link warnings becuase __iscytpe is defined in BSD_Runtime_Mach-O.lib and in libSystem.B_debug.dylib. Based on other threads in the group, we are supposed to ignore this waring.. ...
|
| CW6 academic: Carbon won't run on OS9, only OSX | 04 Dec 2003 00:39 GMT | 1 |
I've just taken a look at a member of staff's system to help out on a problem - I've been doing Mac development for a good many years but I'm a bit stumped by this: System is OS9.2/OSX10.2.8/CW6 Academic
|
| undefined __PROFILE_ENTRY and __PROFILE_EXIT; When migrating from CW8.3 to CW9.1 | 03 Dec 2003 17:35 GMT | 2 |
I'm compiling a static library that is later linked with other code. When linking the final code I'm getting undefined __PROFILE_ENTRY and __PROFILE_EXIT errors for every inline function in the static library. I'm NOT using profiler in any of my code either in the static library
|
| 'kEventMouseDragged' changed under Panther? | 03 Dec 2003 15:41 GMT | 1 |
Subject pretty much says it all. I have an app that uses a Carbon Event loop and creates a window which uses/requests a variety of events including kEventMouseDown and kEventMouseDragged. Under 10.2.x everything works fine. Under 10.3.1 I'm only receiving
|