| Thread | Last Post | Replies |
|
| CocoaHeaders.mcp Precompile header problem | 30 Sep 2003 23:39 GMT | 4 |
MacOs X 10.2.6 and CW 8.3 and December 2002 Dev Tools and Aug 2003 updater for Dev Tools I had occasion to rebuild the precompiled headers and they all work with the exception of Cocoaheader.mcp which gets 25 errors many of which are
|
| CW9: Problem with adding Mach-O libraries and symbolic links | 30 Sep 2003 21:13 GMT | 1 |
I am trying to build a Mach-O application with Pro9 under OS X 10.2.6 and face the following problem: I have the add the library libcc_dynamic.a from the /usr/lib directory to prevent a missing link error (as described in the Mach-O release
|
| 2 sad link errors... | 30 Sep 2003 19:25 GMT | 1 |
Using CW8.3 MacOS X, I try to link with libgd (GD Image Library from http://www.botell.com/dg/ ) and I always get these strange link errors: Link Error : undefined: 'restFP' (code) Referenced from 'gdImageCreate' in libgd.a
|
| Application private frameworks crash when rebuilt | 30 Sep 2003 16:29 GMT | 6 |
I've got a mach-o application that depends on several frameworks kept within the application package. If I build everything from scratch it runs beautifully, but if I modify one of the frameworks and rebuild it without rebuilding everything else from scratch it crashes when I run
|
| [ANN] macstl 0.1.3, the C++ source library now builds with Codewarrior! | 30 Sep 2003 02:32 GMT | 1 |
Just to let you know, I've updated macstl to 0.1.3, which now works with Metrowerks Codewarrior 9. The new version also features 65,566 different generated Altivec constants, and all the standard Altivec operators in a neat object-oriented package. I've listened to my users
|
| files icon | 30 Sep 2003 01:00 GMT | 1 |
How do I assign various icon images to various files that my application creates in OSX. I am using cw8.0? thanks henry
|
| CW9 Packager | 29 Sep 2003 14:54 GMT | 17 |
CW9 arrived yesterday, and I converted a project over. The new Package pane is nice, it eliminates guessing and hoping everything is in the right place. So far the hardest adjustment is not using cmd-M for Make, which has been around forever.
|
| how to convert a powerplant window to FullScreen Window | 29 Sep 2003 06:12 GMT | 1 |
I make a program that has a full screen window. I create a pp window in PPob,and I want to make the window size to the full screen size in program. how to get the full screen size, how to hide menubar and dock.
|
| Who only 5000 elements in Debugger array? | 28 Sep 2003 23:56 GMT | 1 |
When looking at arrays in the debugger, it will only display the first 5000 elements no matter what I specify in the Array size field. How do I get around this? Thanks
|
| Advice on understanding USB input data wanted. | 28 Sep 2003 14:13 GMT | 3 |
I know absolutely nothing about dealing with hardware input, but want to get a foot in the door of dealing with incoming USB data (ultimately for monitoring the input from a hardware measuring instrument). As a most basic example how would I monitor the data coming from the
|
| CW 9 can't debug project | 28 Sep 2003 02:54 GMT | 3 |
I have a project that is suddenly refusing to debug. (I also described this is the "CW 9 Internal Error" thread, but thought some might not see it there) The debugging session fails because the debugger does not invoke. I
|
| Is CW9 WIn32 windows.h broken? | 27 Sep 2003 16:39 GMT | 12 |
There seems to be a problem with Windows.h in the Win32 SDK for CW9? With CW8.3 our Win32 app compiles with the following mods: In Win32-x86 Support/Headers/Win32 SDK/x86_prefix.h I've uncommented the section:
|
| global destructor chain help needed | 27 Sep 2003 00:58 GMT | 2 |
I've got an app that loads 2 CFM shared libraries. Upon quitting, it crashes in __destroy_global_destructor_chain(), and it looks to me like the data in that chain is being overwritten at some point. I've added some code to my app to walk this chain and verify the
|
| dumping contents of preprocessor symbol or #pragma variable | 26 Sep 2003 22:22 GMT | 2 |
Is there a way to 'dump' the contents of something like #pragma options align? I'm trying to debug some legacy code that I think it not properly setting/restoring the alignment and would like to know for sure.
|
| Loong delay when quitting app being debugged | 26 Sep 2003 21:35 GMT | 19 |
This is in CW 8.3 on 10.2.6 with a mach-o application. Whenever I quit an app that is being debugged, or kill it via the debugger, I get the spinning cursor of death for about two minutes and then control resumes in CW and everything is fine.
|