| Thread | Last Post | Replies |
|
| Debugging a "Bundle Package" with Codewarrior | 23 Dec 2003 00:02 GMT | 6 |
I am trying to debug a Quark 6.0 XTension which is a "Bundle Package". I am using Codewarrior 9.0 and Mac OS X 10.2.6. I load the symbol table from the bundle package, set my break point and "Run". The debugger loads and Quark runs but I never hit any breakpoints set in the ...
|
| What lib do I use to link to CGPostKeyboardEvent function | 22 Dec 2003 21:26 GMT | 4 |
I built a CFM sharedd library project and I used the CGPostKeyboardEvent function in one of my routines (Quartz Remote Services) and now that I want to build it, I get a link error: Link Error : undefined: 'CGPostKeyboardEvent' (code)
|
| Calling functions from debugger? | 22 Dec 2003 00:12 GMT | 2 |
Can I call CFShow () on a variable from the codewarrior debugger? Can I make it do it automatically as the display method for the variable type? Thanks.
|
| moving from <Carbon.h> to <Carbon/Carbon.h> | 21 Dec 2003 06:06 GMT | 15 |
I have a CW7 Carbon CFM project that, up until now, has been compiled using Universal Headers v3.4.2. Now I want to be able to call SetFrontProcessWithOptions() but I find that it's not available in Processes.h, and so I need to upgrade the headers (as well as CW, though
|
| Debugging classic app built with CW 9 | 19 Dec 2003 21:51 GMT | 1 |
I'm trying to use the special CW 8.3 IDE for Mac OS Classic provided on the CW 9 Reference CD to debug a Classic application built using CW 9. I installed the 8.3 IDE on OS 9 per the instructions and rebuilt my desktop file (CW 5 is also installed on the same machine)
|
| Can I call other CW PlugIns? | 19 Dec 2003 21:36 GMT | 1 |
I developed on a CW Plugin. This will be compile a TEXT-Format file and dependently from the settings create a resource file (*.rsrc). 2 cases to create a resource 1: from the text-file to the text-resource-file (*.r) - this create the
|
| setting mwcvs to second voluime of local machine | 19 Dec 2003 21:34 GMT | 1 |
I have two local disks I want to place a cvs repository on /Volumes/vol2 I have creadete vua command line the repository as CVS on this drive. How do I get mwCVS to use this repository? At present it only contains
|
| CW 8.3 not work under 10.3? | 19 Dec 2003 17:55 GMT | 1 |
I am trying to debug a Quark 6.0 XTension which is a "Bundle Package". I am using Codewarrior 8.3 and Mac OS X 10.3. I load the symbol table and QuarkXPress from each bundle package, set my break point and "Run" QuarkXPress. The debugger try
|
| dylib in package | 19 Dec 2003 11:09 GMT | 2 |
My app links with a dylib. To avoid creating an installer, I'd like to package my app so that the dylib is part of the bundle. I tried checking the "Merge into output" option from the Project Inspector window, but the linker won't accept that setting.
|
| Linking with non-system frameworks | 19 Dec 2003 10:04 GMT | 1 |
Using CW 9.1, Mac OS X 10.3.1 and command line tools (mwcc, mwld); I'm unable to link to a third party framework unless it's installed in System/Library/Frameworks/ I already had this problem with CW 8.3 and thought it would be fixed in
|
| preventing sleep during long build | 19 Dec 2003 05:07 GMT | 2 |
Is there some way to keep my laptop from going to sleep during a long build? I don't want to disable sleep entirely, I just want a CodeWarrior build to tickle the 'there's user activity' monitor.
|
| CW has 2 help menus | 18 Dec 2003 06:17 GMT | 1 |
I just noticed this today, so I'm not sure how long it has been happening, but when I run CW 8.3 (under Mac OS 10.3.1) it shows two copies of the Help menu in the menubar. I tried deleting all of the Metrowerks prefs, but that didn't help. Has anyone else seen this
|
| Frame.show() iffy on Mac OS X? | 18 Dec 2003 03:34 GMT | 1 |
Mac OS 10.2.8, CW for Mac 8.2... I load up a java.awt.Frame with some stuff, then do a .pack() and .show() in my main class. When I click on the run arrow, a terminal window pops up with the java
|
| Static libraries | 18 Dec 2003 01:57 GMT | 1 |
Hi everyone, I'm trying to build a libray using mwld on a bunch of .o on the command line. I then try to add this static library to a project in the IDE but I
|
| Cannot compile FSp_fopen.c with mwcc | 17 Dec 2003 22:51 GMT | 2 |
I can't get FSp_Fopen.c to compile with mwcc from CW 8.3. The environment variables and command line are listed below along with most of the error messages. The C++ compiler does not seem to like some declarations which may be written for the C compiler.
|