| Thread | Last Post | Replies |
|
| cannot remote debugging bundled app | 12 Dec 2003 19:58 GMT | 8 |
i cannot manage to start a debug session with a bundled application. It is with CW 8.3 on OSX 10.2.8 I followed the instructions of the online manual, but in the remote debugging settins of my target, the field "launch remote host
|
| Problem with symbolic links ? | 12 Dec 2003 19:56 GMT | 4 |
CW 9.1 seems to be broken in regard to symbolic links, at least in the case where the links relate to directories. Although the access paths look OK in the project settings panel, the compiler does not seem to be able to find header files in linked directories.
|
| lcf files for header space | 12 Dec 2003 17:06 GMT | 6 |
I tried finding info about lcf files in CW9 HELP but couldn't find it (had a bit of trouble getting HELP to work actually, kind of slow). Anyway, how can I use one of these files? I know how to write the file I need (it's just one statement) but I don't know how to make it part of ...
|
| is there a problem with va_arg and BSD Libc? | 12 Dec 2003 16:59 GMT | 5 |
Working on using the BSD libraries on Panther. Specifically, vswprintf(). I've compiled the following code with g++ and with CW 9.1. How well it works depends upon
|
| Where is PASCAL.PPC.CARBON.Lib ? | 12 Dec 2003 16:10 GMT | 4 |
I'm programming in Pascal under CodeWarrior Pro 7 patched with the Pascal updater Pro_7.0_Pascal_Patch. Everything is fine under Mac OS 9. I am trying to understand how to carbonize my project using the examples which came with CodeWarrior. In all of these, the compiler is looking ...
|
| Can't use mySQL ( libmysqlclient.a) in a CW project? | 12 Dec 2003 10:18 GMT | 2 |
I'm trying to use the mySQL C API in a Mach-0 CW8.3/10.2.8 project. I'm including <mysql.h> and linking against libmysqlclient.a from the latest 4.0.16 OSX distribution. But I'm getting a link error: undefined uncompress (code) Referenced
|
| 9 vs 8.3 vs Xcode | 12 Dec 2003 03:47 GMT | 26 |
I'm using 8.3 for both C++ and Java development, and mixed development through JNI. AFAIK CW 8.3 is the only tool around that lets me debug JNI while debugging Java. So I was very disappointed that Java was not supported in 9, and up to now I have deferred my decision to switch to 9 ...
|
| CW8 to 9 framework prob | 12 Dec 2003 03:02 GMT | 4 |
I'm having problems getting my CW8 project to compile under 9.1 I'm getting errors for "undefined identifier" for things that are defined in the header files in various frameworks (specifically CoreMIDI and AudioToolbox).
|
| Can't read symbolics for target 'voyager.xSYM' | 11 Dec 2003 21:04 GMT | 1 |
I am on 10.3 and codewarrior 9.0. Finally hae some free time to play with 9.0! I converted a project from 8.0 and when I try to debug the application I get the following "Can't read symbolics for target 'voyager.xSYM'". Is there anupdate that is required?
|
| Trouble with file mod date | 11 Dec 2003 19:34 GMT | 3 |
I'm having some weird trouble with a file's modification date and the debugger. I recently moved some source files from a network drive to a local drive. Now, one of the files (and only one as far as I can tell) is giving an error
|
| How to use command line option with CW 9 and Mac OS x 10.2.8? | 11 Dec 2003 19:32 GMT | 1 |
Does anyone try following: This might be simple question but I can't figure it out what and how to do it in Code Warrior 9 on Mac OS X 10.2.8: I have very simple program say: hello.c. I need to run this program
|
| Debugger hanging | 11 Dec 2003 17:13 GMT | 1 |
In my Project, I have the following code (iBook 900, OS9.2.2, CW 8.2 ) PrefsH tempVorgabenH=(PrefsH)NewHandleClear(sizeof(PrefsRecord)); if (tempVorgabenH) {
|
| How to make a single package/bundle for both 9.x and OS X? | 11 Dec 2003 16:58 GMT | 1 |
I have a Basic PowerPlant Carbon application. WHat i want to do is to make a single package/bundle which should run on both 9.x and X. Is this possible? If so then how can i do this so that a single package can run on both versions?I downloaded Tape 2.0.8 from VersionTracker
|
| mach_port_deallocate.o undefined | 11 Dec 2003 16:06 GMT | 6 |
I'm trying to recompile some HID source code and i get the following error on link mach_port_deallocate.o undefined I tried moving the link order around without success.
|
| CW 9.1 on 10.3 -> app on 10.2 | 11 Dec 2003 14:18 GMT | 2 |
I am running CW v9.1 (PowerPlant) on OS X 10.3 and the app runs fine on OS 10.3 but refuses to launch on OS 10.2 . I have configured {OS X Volume} to the /Developer/SDKs/... and all the frameworks come from the SDK. I have rebuilt everything (many times) and yet I can not get the
|