| Thread | Last Post | Replies |
|
| "It's Dead, Jim!" PlayerPRO, That Is.) | 31 Dec 2003 19:17 GMT | 1 |
Subject line says it all ...! PlayerPRO, the last Macintosh tracker, is dead (or dormant, at least). Here's the relevant text: "Hello.
|
| Should libraries built with 8.3 need to be rebuilt for 9.0 | 31 Dec 2003 06:34 GMT | 1 |
We have various C++ libraries that were built with 8.3 and I am trying to link them into a 9.0 project. I am having problems with some destructors not being undefined. I rebuilt these libraries using 9.0 and my problems went away. Will I need to rebuild all libraries that were ...
|
| PPx: Broadcast/Listen replacement | 31 Dec 2003 01:00 GMT | 5 |
I have been using PowerPlant for several years. In my PP apps, except for controls, Broadcast/Listen functionality is used primarily to pass information from one part of a program to another via the associated void pointer. This enables me to maximize modularity. That is, a
|
| Conditional Breakpoints in CW 9 -- Slower than Slow! | 29 Dec 2003 19:16 GMT | 1 |
Is it just my imagination, or have conditional breakpoints in CW become much slower of late? It has reached the point where they are virtually unusable for me (in the typical PowerPlant apps that I write). In almost all cases, I can stop the debugger, insert conditonal code,
|
| What is the replacement for the old Command-Tilda? | 29 Dec 2003 18:00 GMT | 4 |
Until a few versions ago, the CodeWarrior IDE had a feature I often used and sorely miss: Command-Tilda. If the frontmost window was a source file (foo.cp),
|
| Determining Remote Access (PPP) status under MacOS 9.1? | 26 Dec 2003 21:31 GMT | 2 |
I know I've seen this floating around years ago, but since it wasn't important then, I didn't "notice" it. Now, I think I'm in a situation where I need it, and I can't find it. Maybe somebody here can clue me in. I need to figure out, within a program, whether Remote
|
| Xcode -- Where Is CWindowRecord Defined (Carbon) | 26 Dec 2003 07:11 GMT | 1 |
I'm trying to port an OS9 app to Xcode as a Carbon application, but I can't get it to compile because Xcode's compiler doesn't even know what a CWindowRecord is. Where is this defined in Xcode? Including Carbon.h doesn't seem to do the trick.
|
| audio play | 25 Dec 2003 15:50 GMT | 2 |
I am trying to play a large file from the disk with the double buffer techniques in OSX. The old OS9 method does not work and I cannot get the callback function to work. Any Ideas?
|
| std::string & the debugger | 25 Dec 2003 03:01 GMT | 6 |
I'm sorry if this has been asked and answered, but nothing came up with I searched. I've switched from CW8.3 to 9.1. I am trying to look the content of my std::string variables and its much harder to get at the actual string data.
|
| Can't build CW8.3 libraries in Panther | 24 Dec 2003 16:43 GMT | 9 |
Hi.... I've just added a new drive with Panther on it, and installed CW8.0, then updated it to 8.2 and again to 8.3, using the updaters I'd downloaded onto my old 10.2.x disk. After installing, it told me I needed to rebuild
|
| Compile errors using 8.3, Mach-O, newer builds of OS X | 24 Dec 2003 11:07 GMT | 1 |
We use the MSL Mach-O headers in our 8.3 project. The problem that we're running into is that the Mach-O headers are build based off of the MacOS Support folder in the Metrowerks folder. That locks us to the APIs in that folder. It seems to me that the MacHeadersCarbon
|
| Problems rebuilding MSL libraries under Panther | 24 Dec 2003 11:05 GMT | 1 |
We just got in some new G5's and we're excited to see how fast CW will build our project on them (CW is fast as it is). However, we got the systems and some of us installed XCode 1.0 as well to update our development frameworks. Those of us that have installed XCode can't
|
| PPX: Problem with stationery? | 23 Dec 2003 14:54 GMT | 2 |
I compiled and ran the PPx document stationery with no problems. Then, I modified the PPx document stationery as follows: *** renamed DocumentApp.cp and DocumentMain.cp (using SaveAs) and moved them
|
| Are Watchpoints broken? (Mach-0, CW8.3) | 23 Dec 2003 07:28 GMT | 4 |
If I drop in to the debugger and set a watchpoint, then continue, I'm just left with a blank debugger screen with the message: Program “MyApp” is executing. Choose Stop from the Debug menu to stop it.
|
| Strange compiler problem | 23 Dec 2003 04:31 GMT | 3 |
I am having a really weird problem. I am using PowerPlant and CW Pro 8.3 ( I have 9 bit I don't have the time to update to it yet) I have an app that has an assistant window that helps users do some specific tasks. This assistant window and different panes are all C++ based. Mainly
|