| Thread | Last Post | Replies |
|
| pathnames | 03 Mar 2004 23:27 GMT | 1 |
I need to use Code warrior 9.0 write a simple Mac Carbon GUI for some ANSI C code. The code uses the <stdio.h> file functions fopen(), etc. To call these functions I need full pathnames.
|
| "Transport error" in Java | 03 Mar 2004 19:39 GMT | 1 |
Whenever I quit a Java application, even a plain-vanilla, straight-from-the-wizard app, even if I don't do anything before quitting, I get the following error-messsage in the shell: Transport error, error code = -1
|
| Creator code of output text files | 03 Mar 2004 18:51 GMT | 2 |
I've got a number-crunching app that uses the SIOUX console and standard C routine to write and read files. All the test files that this Carbon application creates show up with Codewarrior icons and open in the IDE. What can I do to this app to have the files it creates ...
|
| Organizing source and prefix files | 03 Mar 2004 17:51 GMT | 4 |
Hello. I have what is probably a naive question, but one I think many have dealt with. As an example, I have a project with 25 source files that all require a prefix file, either "Debug.h" or "Release.h". Each prefix file includes a
|
| Native Mac-style menu-bar in Java? | 03 Mar 2004 07:44 GMT | 3 |
When I create a menu-bar in the Layout Manager in Java, the menu-bar shows up in the top of the window, as in MS Windows, not in the Mac menu-bar; it does this even if I uncomment the code in the application class that says "uncomment this code for a native look and feel". Is
|
| [ANN] CodeWarrior Development Tools for Windows v9.2 | 02 Mar 2004 17:38 GMT | 2 |
It is with great pleasure that I am able to announce the release of CodeWarrior Development Tools for Windows v9.2 Here's a list of the features available in Pro 9 for Windows: 1. Synchronization of Mac and Windows Pro 9.2 product:
|
| File Error 206014. | 02 Mar 2004 16:45 GMT | 3 |
after a crash of CodeWarrior 8.3 under MacOS X 10.3 Panther I cannot save my target conf anymore: everytime I try to compile or to modify it I get the error File Error 206014.
|
| [ANN] CodeWarrior 9 for Mac and Windows | 02 Mar 2004 15:33 GMT | 12 |
It is with great pleasure that I am able to announce the release of CodeWarrior Development Tools for Mac OS and Windows v9 Metrowerks' combined package - CodeWarrior for Mac OS and Windows, Version 9, gives users all of the capabilities of the stand-alone
|
| Building InDesign 2.0.2 with CW9.0 - Precompiled Headers Issue | 01 Mar 2004 22:08 GMT | 4 |
I'm trying to build an InDesign 2.0.2 PlugIn. The Current Version is 3.0. PlugIn Building for that using the 3.0 SDK works fine. For my 2.0.2 plugin i'm using the 2.0.2 InDesign SDK. I'm running MacOS10.3.2
|
| Caught out by moving code into a sub-project - a lesson learned | 01 Mar 2004 22:02 GMT | 15 |
I just thought I'd share my experience of moving code into sub-projects and suddenly finding that it has disappeared from the application. I had some C++ source in the application which had some objects statically initialized at start up. These 'registered' objects into a class ...
|
| Go back from CW9 to CW8 on Mac | 01 Mar 2004 17:36 GMT | 9 |
Is there a way to go back to CodeWarrior 8 from CodeWarrior 9 without loosing the majority of the settings? I've tried export project in CW9 and import project in CW8. It complains about some XML elements and finally creates a invalid project file.
|
| using Python.framework in CW? | 01 Mar 2004 17:25 GMT | 15 |
I'm trying to build a Mach-O bundle that uses the 10.3 Python 2.3 framework. I can link with the framework but when I try to include Python.h I'm running into all sorts of problems. If I use frame-work style includes and try to include <Python/Python.h>, it
|
| Can't debug CFM plug-in hosted by Mach-o App | 01 Mar 2004 16:27 GMT | 1 |
Hello all. I have Googled this group and found several reports of this issue, but with no resolution. Using CW 8.3. Mach-o host executable is in "Host application". It starts up, opens the Symbolics window showing the plug-in's symbols and the host
|
| Lock up on process termination | 01 Mar 2004 12:35 GMT | 2 |
When I hit the little 'X' to kill the process I'm debugging, CW hangs. CW 9.1 Multithreaded CFM PowerPlant app. Any suggestions to make it stop doing that? Thanks.
|