| Thread | Last Post | Replies |
|
| Assembler questions | 30 Oct 2004 13:58 GMT | 3 |
I am trying to call a (any!) Carbon API call from assembler. Is this possible? Do you know how to do it? The assembler compiler does not recgnise .extern. Do you know how I call an external function in assembler? Does Codewarrior do this
|
| Language Parser bug | 29 Oct 2004 19:02 GMT | 4 |
Try these: // DOES NOT WORK #define FOO #pragma mark FOO BLAH BLAH
|
| Mach-o framework link errors | 29 Oct 2004 18:09 GMT | 9 |
What does this mean? Error : Internal Mach-O Importer Error File 'ImportMachO.c' Line 1112 can't find section for address My project currently has the following libs added:
|
| Language Parser bug | 29 Oct 2004 15:12 GMT | 13 |
I've seen this twice now and forgot to report the first, instance, so here's a report of the second. I'll report the first one when I see it again. The bug: valid syntax that compiles does NOT parse correctly so the
|
| Info.plist - CW 9.3 | 29 Oct 2004 10:54 GMT | 3 |
... hi all, does anybody know what the following message means: 'Will not record build dependency for source file "MyProject.plc" generating file "Info.plist" as the IDE could not locate the generated file along an
|
| Problems building packages with checked-in rsrc files | 28 Oct 2004 15:19 GMT | 12 |
I have several ICNS files that are checked into a Voodoo DB, and have used the default setting of "Finder locked + CKID". These files, therefore, have the "locked" attribute set most of the time. When I do a build, CW (I'm using 8.3) copies these files into the "Resources" folder ...
|
| [Q] How stretch font (character) ? | 28 Oct 2004 06:49 GMT | 2 |
I want to stretch verticaly the some character like document, "http://developer.apple.com/documentation/Carbon/Conceptual/Managing_FontManager/ fm_concepts/chapter_2_section_4.html#//apple_ref/doc/uid/TP30000221/BAJBBCAD" in Figure 2-13. In this document, Using some QuickDraw ...
|
| Simple file copy code for Carbon on Mach-o | 26 Oct 2004 18:40 GMT | 1 |
I writing carbon/Mach-o code that needs to duplicate a file. The duplicated file should be in the same folder as the old file. My first approach was to use MoreFilesX's FSCopyFile. Alas FSCopyFile uses PBHCopyFileSync which works only for mounted servers - my files
|
| Confusion in CW9 | 26 Oct 2004 07:48 GMT | 2 |
I'm stumped. I'm an old hand at Mac development, but am new to the Carbon/Cocoa arena. That being said, I've sent several weeks on the research and need some help.
|
| CodeWarrior V4 LE crashing when debugging. | 26 Oct 2004 03:32 GMT | 1 |
I bought this software last year sometime when I was running Jaguar. It was crashing then and it still crashes now with Panther. It works fine when I compile and run my application (the default CW cocoa app). but when I try to debug, it crashes as soon as it pops up the debug
|
| Guard Malloc with CodeWarrior and CFM/PEF applications? | 25 Oct 2004 06:37 GMT | 3 |
I'm trying to track down a nasty little memory bug and I thought I'd try to use the new Guard Malloc (libgmalloc) that is included with Xcode 1.5. Is there any way to use Guard Malloc with CodeWarrior's (9.3) debugger on a CFM application?
|
| Simple but nagging Mach-O link errors: where's floor(), ceil(), and malloc()? | 24 Oct 2004 08:09 GMT | 2 |
I converted my CFM/PEF project target to Mach-O, mimicking the settings in the CodeWarrior 9 PowerPlant stationery, and following the Release Notes instructions. Trouble is, the linker is reporting undefined references to things like
|
| Shielded Folders | 22 Oct 2004 18:31 GMT | 1 |
I am having a problem building a BSD command line utility. I keep getting the following headers included "MacOS X/Headers/(MSL POSIX fix)/sys/signal.h" which won't compile. (MSL POSIX fix) should be a shielded folder according to the rule \(.*\) in sheilded folder
|
| What is the size of wchar_t? | 22 Oct 2004 08:54 GMT | 30 |
In the manual of CodeWariior 8.3 I found the following: * NOTE * The wchar_t type bit length equals 32 bits for the Mach-O compiler. Does it changed on CodeWarrior 9?
|
| CodeWarrior for Windows, Java, etc. | 21 Oct 2004 17:26 GMT | 3 |
Hi Ron, You have been kind enough to tell us that Metrowerks is still planning to update the Mac compiler for CodeWarrior 10, which is great to hear. The other Metrowerks compilers however have not been so stated.
|