| Thread | Last Post | Replies |
|
| PowerPlant/Offscreen Drawing Ports Question | 06 Aug 2004 01:22 GMT | 6 |
hello, I have an offscreen drawing port that isn't working properly in Carbon. I am calling SetGWorld to to set the port before drawing, but all the sub-panes of the Draw end up in the upper left hand corner of the screen, not in the offscreen graphics world. Can anyone tell me ...
|
| MacOSX Quicktime in PP | 05 Aug 2004 22:00 GMT | 2 |
I try to call QuickTime and SequencGrabber functions from a CW8.3/mach-o/PP app under Panther. All functions are undefined, although I include quicktime.h or quicktomecomponents.h or quicktime/quicktime.h. I can't find the correct includes for these
|
| newbie trouble with SequenceGrabber | 05 Aug 2004 20:14 GMT | 3 |
I have an CW8.3 app that calls the SequenceGrabber functions in exactly the same way as in the HackTV sample of apple (this works fine and secure). Sometimes my app works fine several times, then I get access fault
|
| Win Error | 05 Aug 2004 17:47 GMT | 1 |
I'm currently making a plugin that will work on Win32, developing with MetroWerks CodeWarrior IDE version 5.5 The problem is that when I try to build the pluginWin target, I get errors
|
| Seeing "this" in debug window | 05 Aug 2004 17:43 GMT | 3 |
Just started with elementary CW project. I see local variables, but don't see "this" in Variables window of debugger, when inside instance method. Am I just overlooking something obvious? Poked around menus, documentation.
|
| Format of LongDateCvt structure. | 05 Aug 2004 14:32 GMT | 3 |
Does anyone know the format of the date in LongDateCvt structure? I am porting from Mac to windows and 'am having trouble reading a LongDateCvt date structure from file written in Mac application. In Macintosh I am using the funtion 'LongDateString' and it does the job,
|
| /usr/include/ppc/types.h conflicts with some other CW definitions | 05 Aug 2004 08:33 GMT | 5 |
When I #include <pthread.h>, I get this compiler error (with my added comments): Error : identifier 'int32_t' redeclared was declared as: 'long' // But where does this happen?
|
| problems from pc to mac | 04 Aug 2004 22:19 GMT | 10 |
I use cw 8.3 on mac and pc and some functions won't compile correctly. union { long l ;
|
| Win compile error with CW 8 | 04 Aug 2004 22:07 GMT | 3 |
Hi im compiling a small library for windows and im getting 3 undefined symbols. Could anyone point me to the library i need to include in the project? Or maybe what might be going wrong? I have these libs in the project already in this order:
|
| Popup and Textfield in HIToolbar? | 04 Aug 2004 07:13 GMT | 2 |
Maybe a bit OT but I am talking about a powerplant based application ;-) I've got an HiToolbar running in my Carbon application. Now I am wondering how to insert popup menus and
|
| Triggering a breakpoint on a Hit Count | 03 Aug 2004 23:48 GMT | 3 |
I would like to trigger a breakpoint after it has been hit n number of times. Is this possible? According to the IDE User Guide it is. Can anyone shed some light on this subject. I am using CW 9.2. -----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
|
| Mac Shared Lib and Global instances | 03 Aug 2004 22:26 GMT | 5 |
I have a strange problem with a Carbon shared library we're trying to build. We're trying to use a static library that we have created to encapsulate a class, then declare a global instance of that class. The code looks like this:
|
| CW 8.3, G5's, and debugging (again) | 03 Aug 2004 22:13 GMT | 4 |
I googled pretty thoroughly before posting this, honest! I just got a G5/10.3.4 and moved CW 8.3 to it. I'm working a contract for a Photoshop plugin ATM, and I'm pretty much at an impasse. The G5 is so much faster that I'd hate to go back to my G4, and I can't really do it anyway
|
| Appropriate debugger nub ? | 02 Aug 2004 21:44 GMT | 3 |
Currently, I am adding debugging support to a custom PowerPC Mach-O linker plug-in for CodeWarrior. While doing so, I get the following error message (CW 7, 8 and 9): "Can't debug this executable because no appropriate debugger nub can be
|
| compiling on OSX using Macintosh PowerPc linker | 02 Aug 2004 16:16 GMT | 5 |
I used the FreeTDS libraries into a C++ project with Mac OS X PowerPC Mach-O linker (I included libtdsodbc.a, libgcc.a and libiconv.2.dylib). All it works perfectly. Now I wolud like to use the same libs into a MW 8.3 project with Macintosh
|