| Thread | Last Post | Replies |
|
| convert old resources to new format | 22 Nov 2004 09:15 GMT | 3 |
I have a resource file from years ago which works perfectly fine with my OS X app (written in CW 9.3 C) but the .rsrc file is from the days of ResEdit. I would like to find some program that can convert this file to something that either Constructor or Interface Builder can use ...
|
| right mouse button ? | 21 Nov 2004 09:05 GMT | 3 |
Under carbon, how can i have the state of the right mousebutton asynchronously ? ( the equivalent of Button() but for the other button ) Thank you
|
| reset console? | 21 Nov 2004 01:55 GMT | 2 |
Hi, I'm doing some work using the Codewarrior Console, and I'm rather annoyed at the fact that, as far as I can tell, the only way to reset the console between executions of my code is to quit it. Am I mistaken? Is there another way? If I just leave it running and run my code ...
|
| PPx: How post an event to a Correspondent/EventDoer? | 20 Nov 2004 21:58 GMT | 1 |
I have been using my own class, Communicator = Correspondent+EventDoer, to send events to an arbitrary class with much success. However, I now need to *post* an event in the same manner (so that it is asynchronous). However, I cannot seem to find an event queue for a ...
|
| CD Recording and Playback | 20 Nov 2004 16:17 GMT | 2 |
Is there any reason why a CD that has a Quicktime Movie on it, won't play on a Mac? I recorded a QT Movie on my PC, but I thought CDs were universal and could play on Macs or PCs as long as you had the app to open the file. For some reason, nothing shows up at all on the CD. The
|
| MSL and strings | 19 Nov 2004 19:58 GMT | 6 |
I am in a programming class and turned in an assignment that used a string. I lost a few points on it because the code wouldn't compile as it was on the teacher's setup (MSVS .Net 2003) and he had to add "#include <string>" to get it to compile. Obviously the
|
| Compiling with 10.3 /usr/include | 19 Nov 2004 19:49 GMT | 5 |
Using CodeWarrior 9, I get tons of errors when I include the most recent system headers. Runs fine when I have a Mac OS X Volume source tree pointing to MacOSX10.2.7.sdk, so I'm pretty sure my access paths are correct.
|
| Cannot include <iostream> or <iostream.h> | 19 Nov 2004 17:53 GMT | 4 |
I have a Mach-O Bundle Package I'm compiling, and I'm trying to add some code to stream out data for debugging purposes. But I can't find a way to include <iostream> or <iostream.h> from a source file. Whenever I do, I get 100 errors and about that many warnings. The ...
|
| How to ouptut to console? | 19 Nov 2004 05:03 GMT | 2 |
I've tried the following std::ofstream outConsole; outConsole.open("/dev/console"); outConsole.open("/Library/Logs/Console/username/console.log");
|
| CW 8.3 File creation path name in OS-X | 17 Nov 2004 22:13 GMT | 2 |
when I create a new file, using the MSL_C++_PPC.lib in a Carbon environment under OS-X: #include <fstream> ofstream _out;
|
| NoClassDefFoundError | 17 Nov 2004 20:18 GMT | 1 |
I'm using CodeWarrior running on Mac's OS X for a java project that incorporates a jar file. When I'm writing the java code, the IDE recognises the existence of the classes that are contained in the jar and it presents me with the appropriate auto-completion options. The
|
| Altivec & double precision? | 17 Nov 2004 18:07 GMT | 2 |
Does anyone know how to use Altivec to do double-precision math? Ideally, I'd like a matrix multiplication routine for 4x4 matrices of doubles. Blair M. Burtan
|
| Problem with watchpoints | 16 Nov 2004 22:42 GMT | 1 |
When I set watchpoints in the CW9 debugger, I ALWAYS get the following error: MallocDebug: Target application attempted to access memory at 0x00da90e4 with insufficient permissions.
|
| Small Popup menu when setting breakpoints | 16 Nov 2004 22:36 GMT | 3 |
When debugging, in windows where I can set breakpoints there is a small popup menu next to the beginning of a method or function definition in the breakpoints column. It has the name of the function or method. Switching between the options seems to let me set
|
| Long awaited road map | 16 Nov 2004 22:31 GMT | 107 |
I can only say that the road map and press releases promised to me in September and I promised to all of you never came to be. There are causes for this beyond my control. I have made the issue known with senior management and feel that I've done a disservice to you
|