| Thread | Last Post | Replies |
|
| Setting the clock | 31 Jul 2003 18:31 GMT | 2 |
I'm trying to set the system clock under OS X but can't see a way to do it. Found the Carbon functions SetDateTime and friends and some others from the man pages (settimeofday) although it appears that only root or superusers can change the time.
|
| CW Linker error only on Some macs | 30 Jul 2003 20:07 GMT | 4 |
During our link we get a linker error from CW that states that it can not copy a resource file and the link fails. I checked the status of the file and it is not read-only. This project builds fine on 5 other macs but this particular mac and one other one in our office fails with ...
|
| CW8.3 (classic mode): problem using ppc shlib from 68k shlib | 30 Jul 2003 15:39 GMT | 1 |
I'm developing a 68k C++ shlib that needs to use a ppc C shlib. When I include the ppc shlib, I use extern "C" { #pragma options align=power
|
| yet another shared library debugging problem post | 30 Jul 2003 06:54 GMT | 1 |
I swear I spent many hours going through all the newsgroups and following all the directions to debugging a shared library. I know Ron has posted about this topic many times, but I simply cannot debug my shared library using 8.3, OS 10.2.6.
|
| [Q]: How to get NavS to default to "All Files" in popup? | 29 Jul 2003 19:54 GMT | 1 |
...how do i get Navigation Services to default to the "All Files" selection in the File Types popup? -- Phillip Kavan <mailto:kavan_mac@dls.net>
|
| Codewarrior 8.3/Quark XTension: FragPrepare: need real FSSpec | 29 Jul 2003 14:58 GMT | 2 |
OS: Mac OS X Codewarrior: 8.3 QuarkXPress: 5 (Classic) Hi
|
| Codewarrior 8.3 crashs while opening a project | 28 Jul 2003 01:07 GMT | 1 |
OS: Mac OS X Codewarrior: 8.3 Hi I have created a Codewarrior project, built it and closed it. This works
|
| Strange CW behavior ? | 27 Jul 2003 17:39 GMT | 1 |
have a project using CW 8.3 that compiles OK. When running I get an error. But when I debug, I don't get this error. This is a Sybase Open Client context allocation process : ---------- CS_CONTEXT *context; CS_
|
| Starting CodeWarrior in Classic mode doesn't work | 27 Jul 2003 15:19 GMT | 1 |
I try to start the CodeWarrior IDE in classic mode (or reboot into classic and try to start it) for debugging a classic application. But it doesn't work. Both times there is a error message about "InterfaceLib--GetComponentResource".
|
| Resource compiler predefined symbols | 26 Jul 2003 19:17 GMT | 1 |
What are the predefined symbols for CW 8.3 resource compiler ? I need to have some .h file that are shared between C, C++ and .r file and would like to setup some areas not to be parsed. I did not foudn any doc regarding the resource compiler... Davud
|
| MacOSX/Carbon Netscape/Safari PlugIn Not Recognized | 25 Jul 2003 17:13 GMT | 2 |
I have written a Carbonized Netscape PlugIn which works fine under Internet Explorer 5.2.2 and MacOS 10.2.6. However when I try it with Netscape 7.1 or Safari the plugin fails to be called. Although it is listed in the PlugIns section of the Help Menu.
|
| problems running the Shell Tool Post Linker | 25 Jul 2003 00:40 GMT | 2 |
I want to build a ProjectBuilder project from the IDE. My plan is to write a shell script to do that and run it with the Shell Tool Post Linker. I selected that as my post linker and added the File Mapping. When I drag my .sh file into the project, it asks what targets I want
|
| Codewarrior 8.3 Debug Problem | 24 Jul 2003 21:40 GMT | 1 |
I've written some code using Carbon under OS X that works finein debug and final, when I re-boot into OS9 to check it works there too it doesn't - fair enough, but I can't run the code with the debugger. It compiles without errors but then a dialog appears with words to the effect ...
|
| Using Webkit and Codewarrior Pro 8 | 24 Jul 2003 19:55 GMT | 7 |
Has anyone used the webkit SDK, carbon and Codewarrior 8.3? I'm getting compile errors like: Error : protocol 'WebDocumentView' redefined (included from:
|
| LThread::operator delete causes DebugNew exception in Mach-o | 24 Jul 2003 18:34 GMT | 1 |
When running my Mach-o application's in debug mode, with DEBUG_NEW set at full strength, whenever an LThread object gets deleted, I get a signal: "UDebugNew: mismatched regular/array new and delete (probably delete on new[] block)"
|