| Thread | Last Post | Replies |
|
| CodeWarrior Academic for Adobe InDesign SDK | 10 Feb 2004 19:13 GMT | 7 |
I need CodeWarrior for MacOSX, to write Code with Adobe InDesign SDK (SDK_InDesignCS_InCopyCS_Build440). The InDesign SDK says it needs CodeWarrior Pro 8.3. can i also use "CodeWarrior Development Studio for Mac OS and
|
| CodeWarrior 9.1 link errors | 10 Feb 2004 15:27 GMT | 8 |
Hi... I am trying to update my project to CodeWarrior 9.1, but am getting link errors. The first one is: Can't open dylib '/usr/lib/libicucore.A.dylib'
|
| A bad introduction to PPx | 10 Feb 2004 14:13 GMT | 2 |
My first feeble attempt (three lines!) at PPx -- and it failed. I compiled and ran the PPx Document Example successfully. I then added these three lines to RunProgram(). FSSpec aSpec;
|
| How to get a task scheduled in Mac X OS | 10 Feb 2004 05:23 GMT | 1 |
May i know how do i get a task i.e. my application to run at the scheduled time in my OS? I mean how to code in order to perform this kind of action. Thanks again. pealow
|
| Bundle linking problems | 10 Feb 2004 04:54 GMT | 4 |
I'm trying to build a Mach-O plug-in bundle (not a CFPlugin, just my own thing). I'm stuck on these link errors: Link Error : __mh_execute_header is undefined Link Error : _main is undefined
|
| Newbe Question | 09 Feb 2004 21:55 GMT | 2 |
Hi Group, I am a C++ windows developer in Texas and I am about to start a new project. I am looking for a C++ Mac programmer, that would be able to develop this new project parallel to the Windows development.
|
| Dumb question re PP, Mach-O and app icons | 09 Feb 2004 17:31 GMT | 4 |
I hate to post such a display of ignorance but I'm desperate. In the course of moving from PP to PPx, I decided to move my app to PP Mach-O first, esp. since I am changing from QuickDraw to Quartz as well. My original app works perfectly and the Mach-O version works as well,
|
| Finding Codewarrior evaluation software | 09 Feb 2004 15:46 GMT | 1 |
Is there any way to receive and evaluation copy of the Codewarrior tools for Max. I've been looking on the website but cannot locate it anywhere.
|
| Executing an application as root | 08 Feb 2004 19:16 GMT | 4 |
I hope somebody can help me. I'm developing a set of applications to track application usage in Mac OS X systems. I created a daemon which is launched at startup and it runs as root. This daemon must to launch a second application which runs in the background (no user interface),
|
| What is the best way to debug a Scripting Addition on Mac OS X? | 08 Feb 2004 16:55 GMT | 1 |
I'm writing a Scripting Addition on Mac OS X and would like to know good/better/best ways of debugging it. Mac OS X: 10.2.6 CW: MW CW OS X 8.0
|
| Recursive algorithm using partially specialized function template | 07 Feb 2004 03:59 GMT | 3 |
I'm trying to get CodeWarrior 9.1 to compile the code like the one above. When I compile it, the compiler just hangs after having parsed every lines. By chance The build window "stop" button still works. I've simplified it but my real case generates the same problem. To me, the
|
| template default argument bug? | 07 Feb 2004 01:47 GMT | 10 |
Here is an example straight out of Stroustrup: //---------- template<class T> class String; template<class T> class Cmp {
|
| Mach-O linkers | 06 Feb 2004 19:02 GMT | 3 |
I'm using CW 8.3 on MacOS X 10.2.8 and I'm just migrating to CW9 and Panther. I have a large project which successfully builds with the Apple Mach-O PowerPC linker in 8.3 but I cannot make it link with the Mac OS X PowerPC Mach-O linker. (CW9.1 only supports the latter).
|
| CFMutableArray to store structs ? | 06 Feb 2004 18:53 GMT | 6 |
Is it posible to use a CFMutableArray to store structs? ... can someone show me an example, please? Thanks in advance! ROB
|
| ToolBars with PP or PPx? | 06 Feb 2004 17:43 GMT | 2 |
Are there any classes availaable to support OS X ToolBars in PP or PPx? Haven't upgraded yet but am assuming PPx could handle standard carbon events? Thanks.
|