| Thread | Last Post | Replies |
|
| Licence for distributing MSL shared libraries? | 31 Aug 2005 20:13 GMT | 2 |
Our customer has recently enquired about the validity of distributing the MSL dll shared runtime with our application. I'm pretty sure there is no problem with it, but if possible I'd like to include a license or something similar in our release notes.
|
| Dahsboard event | 31 Aug 2005 03:07 GMT | 1 |
Is there any Carbon event triggered when the user presses F12 to bring up the dashboard? I want to pause my program in that case. Activate and deactive events are not sent...
|
| the future of codewarrior ? | 29 Aug 2005 22:45 GMT | 13 |
It's not very clear for me, but i would like to know if there will still be new versions pf codewarrior for mac ppc ? I mean that's ok if they don't support intel, as long as i can compile for Mac os X PPC, it's fine with me. (i can just recompile my -final- app with
|
| Postlinker python script doesn't run in CodeWarrior. | 29 Aug 2005 14:19 GMT | 1 |
I have a python script which I wish to run as a postlinker step. But I get an error saying postlinker.py is not an executable trying to run it using /bin/sh. How can I make Codewarrior understand that it's a python script.
|
| Writing Files asynchronously | 29 Aug 2005 04:54 GMT | 5 |
I have a classic app that uses FSWrite to store text into a file. Ocassionally the app hangs when FSWrite is referencing a file on a remote volume (Sun Unix disk with an AppleTalk stack installed). The app will hang indefinitely (or until the user restarts the machine).
|
| Mac:Need to hire a programmer.Preliminary questions | 28 Aug 2005 18:05 GMT | 4 |
I am a Mac user and a professional photographer and have developed software that I would like to sell to other photographers. It is mostly written in Applescript. Here are several questions I need to clear up before I am hiring:
|
| Intel's tools coming to X | 26 Aug 2005 22:42 GMT | 1 |
Folks, Greetings! I saw this information about Intel's compilers & libraries coming to X: http://www.eweek.com/article2/0,1759,1851752,00.asp I wondered about the line, "Smith said that Intel will also provide a
|
| Problem with CW 9.6 and release builds | 26 Aug 2005 11:35 GMT | 4 |
I have a problem since CodeWarrior Update 9.6. I have some source files they need with CW 9.6 30-60 minutes compiling time; with 9.5 was the compiling time 1-3 minutes. In the source files are many complex external types (number over 500)
|
| GDB with CodeWarrior | 26 Aug 2005 05:14 GMT | 1 |
I need to break on Cocoa's -[NSException raise]. I cannot find a way to do this within CW, so I'm switching to gdb. However, when I enter 'break -[NSException raise]' GDB reports that -[NSException raise] is not defined. What do I need to do get GDB to load the right stuff? This ...
|
| Link Errors in CW 9.6 under OS 10.4.2 w/ XCode 2 | 25 Aug 2005 15:46 GMT | 2 |
I just upgraded to CW 9.6 and Xcode 2, now I am getting a pair of linker errors with an older project (don't recall what version of 9 however): Link Error : undefined: 'std::codecvt::codecvt(unsigned long)' (code)
|
| compile-error in header | 24 Aug 2005 22:33 GMT | 3 |
i want to compile a library, but get a compile-error if i want to make it. the error occurs in a header-file and is cpp-code. Error : illegal access/using declaration
|
| linking gcc built libs | 24 Aug 2005 13:40 GMT | 5 |
I am statically linking some image libraries I built wwith gcc (config/make stuff) into a Codewarrior built dynamic library. This works on 10.3.x but on 10.4.2 I get some undefined symbols all from the C++ and C libraries. I am linking with the BSD libraries using
|
| unable to compile MSL-free C++ Carbon Mach-O target | 23 Aug 2005 04:41 GMT | 4 |
I'm trying to compile using the OSX/darwin headers/libs instead of MSL in a Carbon Mach-O target. I made /usr/include the first item in my System Paths, with the nested folder icon toggled ON. I could not find a project template that seemed appropriate for this
|
| handling quartz framework in 10.3 panther? | 19 Aug 2005 09:13 GMT | 1 |
The quartz framework was new in tiger. I included it in my project but now the application doesnt run on panther. How does one weak link this thing in the code warrior project?
|
| dynamic cast malfunction? | 19 Aug 2005 03:07 GMT | 3 |
Are there any known problems with dynamic_cast? It is my understanding that dynamic_cast should be able to cast to a sibling class, i.e. if you have: class A: public B, public C { ... };
|