| Thread | Last Post | Replies |
|
| Question about Codewarrior license terms | 27 Jan 2006 01:17 GMT | 10 |
(I realise MW Ron has now left the building, so there maybe nobody else qualified to answer this, plus codewarrior.windows is a tad quiet now...) Considering Codewarrior for Windows (v9, running on Mac OS X) is not for sale anymore, what is the situation with licenses?
|
| My bundle can't locate it's resources??? | 24 Jan 2006 17:13 GMT | 2 |
I am having most difficulties to make my bundle works with it resources. For some reason when I issue a Bundle_Id = CFSTR("com.MyModule.ds"); Bundle_Ref = CFBundleGetBundleWithIdentifier( Bundle_Id );
|
| passing command line arguments from my app to a jar file | 22 Jan 2006 02:32 GMT | 3 |
Is it possible to pass command-line arguments from a c program to launch a jar file? This is what I am doing now: LaunchTheJar( FSSpec* source){ StrFileName n = "\pTheJarToLaunch.jar";
|
| Debugger launches, but my application doesn't | 19 Jan 2006 08:20 GMT | 1 |
All of a sudden I'm seeing a weird problem. When I try to run my application in the debugger, the debugger starts up normally and even breaks at breakpoints in my application, but my application doesn't show any of the normal signs of launching. There's no menu bar for my
|
| MachineExceptions.h -- Error: ';' expected | 19 Jan 2006 05:59 GMT | 1 |
I am trying to convert my PP Carbon project into a Mach-O project. When I compile, I get the following error: Error : ';' expected (included from:
|
| Importing GCC into CW | 19 Jan 2006 00:40 GMT | 4 |
I am trying to incoporate a third-party device into my PowerPlant app, however the primary function for accessing the device produces a link error (using CW8 & CW10.) The device comes with example code (and gcc makefile) – called DEMO.C --
|
| Windows remote debugging with CodeWarrior 10 | 18 Jan 2006 23:31 GMT | 1 |
By combining the x86 plugins and support files from a copy of CodeWarrior 9.2 with a fresh install of CodeWarrior 10, I'm able to get a hybrid that supports compiling for both Windows and Mac. However, I can't remotely debug on Windows: the only option for creating a remote
|
| PowerPlant and Constructor on SourceForge.net | 17 Jan 2006 07:48 GMT | 2 |
PowerPlant, PowerPlantX and PowerPlant Constructor are now released as open source BSD license on http://www.sourceforge.net in the project open-powerplant. for now it is just one disk image file but we will be working on it as time goes on.
|
| Last Codewarrior for Mac and Windows | 17 Jan 2006 02:51 GMT | 5 |
I'm looking for the last Codewarrior product to include both Mac and Windows IDE. Anybody know where I can find this? Is it Pro 8 that has this, as well as Java development? My last version was Pro 5.
|
| Photoshop Plug-in development | 16 Jan 2006 23:56 GMT | 8 |
I'm in a pickle. I'm trying to launch into the process of developing a Photoshop plug-in using the latest version of the Photoshop SDK from Adobe (CS2). This SDK says it needs Codewarrior 9.2 and that XCode isn't supported.
|
| Link Error trying to create a FM plug-in | 16 Jan 2006 20:30 GMT | 1 |
** WARNING NEWBIE QUESTION ** I have been tasked with creating a plug-in for filemaker who's single task it is, is to launch a file (ultimately a Java applet). Yes, I am aware someone has done this with another plug-in called Launch
|
| Update on Open PowerPlant | 15 Jan 2006 23:41 GMT | 5 |
I have an update on open sourcing PowerPlant. I got pulled aside so I couldn't do as much as I needed to do in order to get this up on source forge last month, and I apologize to all for that. Finally, I have everythig approved, all the paperwork done, the source
|
| Can't select Shell Tool Post Linker in CW10 | 11 Jan 2006 17:37 GMT | 3 |
In CW9 it was possible to create a target with Linker: None and Post-linker: Shell Tool Post Linker. This was useful when the only purpose of the target was to simply execute the script. Now in CW10, the Shell Tool Post Linker does not appear in the
|
| MoreFilesX compatible with CW10? | 09 Jan 2006 09:53 GMT | 6 |
is MoreFilesX as downloadable from the Net compatible with CW10? When I try to compile it, it gives tons of errors from the depths of Carbon/Carbon.h. Thanks,
|
| fopen() to open a HFS path | 08 Jan 2006 20:31 GMT | 9 |
I'm working with CodeWarrior 10. When I try to fopen() a file for reading, supplying it a HFS-style path, it returns with "File cannot be found". The file is there, available, not even read-only, the path is correct, I checked it several times.
|