| Thread | Last Post | Replies |
|
| reveal in finder doesn't work | 18 Jan 2005 23:34 GMT | 1 |
>From a project window the reveal in finder option doesn't work. Also the File Path menu shows a path that doesn't go back far enough in the hierarchy ( which is probably why reveal in finder doesn't work ). Also using an external editor doesn't work because an incomplete file path
|
| Directory Path Blues | 18 Jan 2005 23:26 GMT | 2 |
what gives with CW9.3 on OSX 10.3.7 with respect to directories: If I do Mach-O compile of C source I want a double clickable app that I can freely drag from Mac folder to folder and run, with user input of inputdatafilename when it calls for it (datafile in same folder as app),
|
| C++ Refactoring Support | 18 Jan 2005 16:01 GMT | 4 |
Eclipse CDT is gpp-based, which isn't there yet for my code. SlickEdit looks like it comes up short on the standards compliance. So it looks like there's a market niche for a fully standard-compliant C/C++ development environment that supports refactoring like Eclipse does for
|
| Please Help: frivilous lawsuit designed to harass | 18 Jan 2005 03:03 GMT | 1 |
-----BEGIN PGP SIGNED MESSAGE----- Hello gentle alt.business.insurance readers... I found out this week that they declined my motion to dismiss. Yes - even though I am not a citizen of New Hampshire, and I have never been
|
| version.plist | 18 Jan 2005 00:02 GMT | 2 |
Is there a way to create a version.plist file easily? Using .plc compiler? If not, what do you recommend as a solution? Thanks, -Matt
|
| Codewarrior 9 and Illustrator CS debugging | 17 Jan 2005 22:31 GMT | 2 |
I'm trying to debug an Illustrator CS plugin using CW 9. I open the xSYM file in CW and set a break point. Then I start Illustrator CS. The plugin loads but the break point is never triggered. Any suggestions?
|
| Debugger doesn't connect in CW 8.3 all of a sudden | 17 Jan 2005 21:37 GMT | 5 |
Hi gang something has changed on my machine (system update? permissions fix?) and now when I ask CW 8.3 to debug my app, the app launches, CW spins for a moment, and then the app runs without ever breaking at any
|
| pointer to a pointer | 15 Jan 2005 18:52 GMT | 3 |
My situation: I have a function that takes a pointer to an FSref as an argument. In the body of the function is a function call that also takes a pointer to an FSRef. I need to pass my original FSRef, but since I have only a
|
| Code Warrior for 680x0 | 15 Jan 2005 06:24 GMT | 1 |
Help I've got an LC575, with a 68040 processor, and am running OS 8.1. What is the latest Code Warrior that will work on my machine (ie doesn't require a Power PC, or OS 8.6, 9, X, etc.)
|
| Porting errors | 15 Jan 2005 06:23 GMT | 1 |
I am new to mac, have been working on .net. Now i am porting a c++ application from PPC to Mac OS X. I am getting all these errror like "; expected" in CFBase.h. also errror’s like undefined identifier.
|
| Mac And JNI Codewarrior 8.3 | 14 Jan 2005 17:19 GMT | 1 |
Hi group I have got some problems with the mac environement concerning the jni interface. I'm trying to create a MacOSX shared library that Java can load. The include
|
| Debugging MachO component in CFM App using LaunchCFMApp | 13 Jan 2005 06:01 GMT | 1 |
I'm using CodeWarrior Pro 8.3. I have a Mach-O QuickTime component that I'm trying to debug. It works fine in QuickTime Player Pro, but there is an occasional crash when using it with cleaner 6. Cleaner 6 is a CFM application, though, so the debugger gets very confused when it tries
|
| linking/including | 12 Jan 2005 22:17 GMT | 2 |
Help a fairly clueless guy: Let's say I add source1.cpp to a project. It refers to functionX defined in source2.cpp. Now, if I put include "source2.cpp" at the top of source1.cpp, it works ok. If I add source2.cpp to the project, it tells me that functionX is undefined.
|
| dup/dup2 in a Carbon-based app? | 12 Jan 2005 17:24 GMT | 1 |
I'm currently porting a wxWindows project which was started on Windows. It uses dup/dup2 to redirect the output of a child process from stdout to another fileno; that fileno was already opened for output to a file, and then sets stdout back to its original fileno
|
| Carbon Event hacking | 12 Jan 2005 04:31 GMT | 2 |
Hi coders... I hope this is not too strange a question. The context is that I have written a plug-in that modifies the behavior of an existing host application. One function places a handler on the application event
|