CodeWarrior 8 Now Available
Metrowerks has begun shipping CodeWarrior for Palm OS platform, Version 8.0. New features in this version include project wizards that automate the creation of new applications, an enhanced C++ compiler, support for USB device debugging and completely integrated Palm OS API documentation. It also offers increased support for Springboard module development and much more. It is compatible with both Windows and Macintosh.
Until November 3, it costs $400 for new users and $200 for owners of previous versions. After that, the price rise to $500 and $250. The academic version is priced at $120; the academic license renewal is $75.
CodeWarrior includs an award-winning editor, project manager, optimizing C/C++ compiler, linker, emulators and target device interface that enables source and assembly level debugging.
It allows users to develop applications in a Macintosh or Windows environment for any Palm Powered device, including those from Palm, Symbol, Handspring, Handera, Sony, Kyocera, and IBM, as well as for any of the new Palm OS based smartphones available now from Handspring, Kyocera and Samsung.
New features in version 8.0 include:
- Project wizards automate the creation of new applications.
- Enhanced C++ compiler enables larger, more complex programs without introducing code penalties.
- Expanded Mode allows C++ virtual tables and exception tables to be located in the storage heap leaving more room for dynamic data structures and global variables
- Enhanced debugger features support for USB-based device debugging, reducing development time
- Completely integrated API documentation provides a comprehensive Palm OS knowledge base
- A new version of the CodeWarrior integrated development environment with numerous updates and additional features
- A new 100+ page tutorial included with the product and a free online course at CodeWarriorU.com allow newer Palm OS platform developers an easy way to jump-start their project.
"With the new release of CodeWarrior, Springboard developers now have an easy, one-stop solution for developing their Springboard applications," said Rita Sharma, developer relations manager, Handspring.
According to a Gartner Group report published at the beginning of this month, Metrowerks owns 80% of the market for Palm OS tools.
"Metrowerks offers the leading PDA platform development toolset on the market today -- CodeWarrior, which has enabled the development of more than 8,000 applications. These tools are used to support our DragonBall microprocessor family with unrivalled code generation. By leveraging the common user interface available in CodeWarrior tools, developers can have a smooth transition from 68K to ARM,” said Omid Tahernia, vice president and general manager of Motorola’s Wireless and Mobile Systems Division.
Thanks to Gerardo A Dada for the tip. -Ed
Article Comments
(30 comments)
The following comments are owned by whoever posted them. PalmInfocenter is not responsible for them in any way.
Please Login or register here to add your comments.
Comments Closed
This article is no longer accepting new comments.
RE: That's it?
One thing that really need to be fixed up is the Constructor. It is really buggy and does not even have a simple "import" feature for bitmaps, jpegs etcetera. My bet is you still need to Copy and Paste images.
One questions. If 8.0 should support sony device development, will there be an easy way to develop 320 x 320 hi res forms in Constructor? And similar for Handera 330? It should be.
RE: That's it?
About supporting Handera and Sony, it's ify because Palm owns CW.
RE: That's it?
Close but no cigar. Metrowerks, maker of CodeWarrior, is owned by Motorola.
CW8 - more than meets the eye.
http://groups.yahoo.com/group/palm-dev-forum/message/62044?threaded=1
good stuff.
-pc-
RE: That's it?
Constructor
Constructor...
How hard is it to make Constructor have acceptable features???
Copy and pasting images onlu way to import ? In a software that costs hundreds of dollars... you got to be joking??
Constructor not maintained by Metrowerks
Constructor is not maintained by Metrowerks anymore. It was transferred to Palm back around version 6, and is now part of their SDK. They have a developer who makes bug fixes for it and works on related tools. We are looking at alternatives to this for a future release, but due to the other features we were adding and the schedule of the IDE team, we were not able to add better resource editing in this release.
Support for HandEra and Sony
BTW, we do support both the Sony CLIE and HandEra SDKs. We ship both of these on the CD, and the application wizard has checkboxes so you can include their SDKs files directly in a new application. Constructor doesn't have 240x240 form support yet, but we have to wait and see if Palm releases an update to that tool.
RE: That's it?
Expanded Mode allows C++ virtual tables and exception tables to be located in the storage heap leaving more room for dynamic data structures and global variables
That alone is worth the upgrade!!
I am looking forward to get the 8.0 version.
regards,
sv
RE: That's it?
I could do it in about 2-3 months if I had the time..
Come on.. please put a guy on it right away and make the Metrowerks "version" of Constructor. This software should be much ,much better than it is.
Constructor replacement
I've got some really innovative ideas for this, however, but it is much to early to make any product announcements. However, improving resource editing is a priority for the next release.
RE: That's it?
And also, what are the percentages windows vs mac users of Codewarrior for Palm?
RE: Constructor sucks in CW 7.0
I had a project in the subdirectory and the IDE totally screw it up by referencing source files from the subdir project instead of the converted project.
I won't pay $300US for the upgrade to 8.0. I might ask them to pay me to upgrade considering the time I sent screwing around to get my project just to compile.
Other options, PLEASE!
Message to Metrowerks and Dataviz: Build it, and they will come. Charge excessive fees for incremental software upgrades, and they will go away.
I'm looking at different development environments. Anyone tried the new Visual Basic cross-platform development tool on the market?
JBH
RE: Other options, PLEASE!
RE: Other options, PLEASE!
RE: Other options, PLEASE!
you guys have to be kidding
List of changes from Metrowerks engineering
On the palm-dev forum, I posted a list of changes from CodeWarrior V7 to V8 last week. I'm reposting it here, since I think its relevant.
We updated the IDE from 4.1 to 4.2.5. There are few new features in the 4.2.5 IDE that users will use, but there are lots of bug fixes, and there are some infrastructure changes that enabled other things we do in this release.
We decided to fully support PilRC. The plugin is installed by default along with the rest of the Metrowerks tools. We also wrote an editor plugin so you get syntax coloring for .rcp files. CW Palm 8 still uses Constructor as its primary resource editor, but you can use any of the free PilRC editing tools that are out there as an alternative now.
We updated the debugger to handle USB communications with Palm's m500, m505, and m125 devices. This required working closely with Palm and doing lots of rewrites of the debugger communication engine. In the process, we maintained compatibility with Handspring's older USB driver, and we improved some communications issues in the serial driver.
We added new debugger features: watchpoint support for finding where data is corrupted (when used with POSE 3.3), automated memory handle dereferencing (you enter a handle, it tells you where to look in memory for that handle's contents)
We also added more caching in the debugger to improve stepping speed.
We negotiated with Palm and got the rights to take their SDK Reference and turn it into an online help file on both Macintosh and Windows. We've used IDE 4.2.5's support for context help to enable instant lookup of API function documentation.
We implemented a new mode in the compiler called expanded mode. This puts compiler-generated data like virtual tables and exception tables into a special data section that is stored on the storage heap instead of the dynamic heap. This means that you have more room for other global variables or MemPtrNew/MemHandleNew allocations when you're programming in C++, reducing the penalty for using the more advanced language for Palm OS programs. Expanded mode also has support, through an extra call to the runtime library, for using some C++ features (like virtual function calls) when handling non-global launches.
We re-ported MSL, the Metrowerks Standard Library, to Palm OS. MSL C++ was already in CW Palm 7, but now we have both the C and C++ libraries. Neither library is 100%, but large portions are there. One of our beta users already used this to get zlib running in CodeWarrior in less than 30 minutes.
We revamped all of the 68K pref panels, revising the user interface to make them easier to understand for Palm OS developers. We moved Macintosh-related options to other panels or disabled their controls when doing Palm work. We made the default values better fit what is expected in Palm OS programming. You can't make stupid mistakes now like forgetting to set the FP option to Palm OS and having your floating point code fail.
We added new compiler pragmas that let you have the compiler warn you when you try to use global variables or when you have a stack frame that is too large. These can show latent problems in your code that you might not hit during normal testing.
The debugger now can launch programs with a non-standard launch code and parameter block. This lets you easily test your program against alarm situations, try out Clipper plugins, or see how you will react to a system reset.
Macintosh users will find all of the Metrowerks supplied components Carbonized to work on both Mac OS Classic and Mac OS X. CWPalm 8 will provide a complete Palm development environment on OS X once Palm delivers Carbonized versions of the PalmRez post-linker and its preference panels.
We ported Handspring's ROM builder tool into a CodeWarrior plugin and we provide stationery that you can customize to produce Palm OS programs that will reprogram Springboard Flash modules.
Heather Tufts has written a new, over-100-page tutorial that walks new Palm OS developers all the way through the process, from creating their first project, to making a complex application with bitmap resources and multiple forms.
We've added links to the major Palm OS development resource sites to the help menu.
We now have an new application wizard. This gives you a series of dialogs for creating a new project, letting you designate the name, creator code, application language, minimum OS version, and more. It also lets you automatically add support for a variety of SDKs, including all major Palm OS licensees, the Palm OS glue library, the MSL C/C++ library, and MathLib. The wizard uses that input to make a new application, with customized source code, resources, and debug/release targets.
We also have a new shared library wizard. This works like the application wizard, but you also get to specify the names of all of the APIs that the shared library should export. The wizard then does the work of setting up the boilerplate code and dispatch tables, giving you an functional library that you can then immediately modify and use.
There is a new project, automatically linked to wizard created projects, that provides several precompiled headers for you to use. By default, new applications use a precompiled header that uses the strict mode in the 4.0 SDK to help you guarantee that applications you write now will work when Palm introduces ARM-based devices. Your debug targets use the strict header, but with the debug level set to full to help you catch more errors.
Did I mention that the wizards are driven off template files and projects that are easily customizable for your own needs, even allowing you to setup a standard boilerplate for your workflow?
The debugger can now connect to your device or emulator without launching a new program. You can use this to activate the debugger when you hit a problem in POSE without having had originally started a debug session. You also can restart debugging without downloading again, which is great for when you have large programs and haven't done a recompilation.
RE: List of changes from Metrowerks engineering
Of course, a C++ framework like Borlands' OWL would be incredibly useful as well.
RE: List of changes from Metrowerks engineering
RE: List of changes from Metrowerks engineering
---
News Editor
RE: List of changes from Metrowerks engineering
-- Ben "Not Bill" Combee
CodeWarrior for Palm OS Technical Lead
Clarification of pricing
Just to update the press release: if you own CodeWarrior for Palm OS version 5 or 6, we have a special $299 upgrade price good until November 3. After that, users of versions before V7 will have to buy a new copy of the software. The $199/249 upgrade prices are good only for users of V7.
RE: Clarification of pricing
RE: Clarification of pricing
Why not just use GNU C + Emacs?
RE: Why not just use GNU C + Emacs?
How do you set up emacs as you describe?
Could you not just use the Constructor as the GUI layout tool? It is free, since it comes with the Palm SDK nowadays.
And because it is free, no one developes it any longer and therefore it sucks. But are there any better options out there?
Latest Comments
- My comments --1' OR UNICODE(SUBSTRING((SELECT/**/ISNULL(CAST((SELECT/**/CASE/**/IS_SRVROLEMEM
- My comments --1' OR UNICODE(SUBSTRING((SELECT/**/ISNULL(CAST((SELECT/**/CASE/**/IS_SRVROLEMEM
- My comments --1' OR UNICODE(SUBSTRING((SELECT/**/ISNULL(CAST((SELECT/**/CASE/**/IS_SRVROLEMEM
- My comments --1' OR UNICODE(SUBSTRING((SELECT/**/ISNULL(CAST(db_name()/**/AS/**/NVARCHAR(4000
- My comments --1' OR UNICODE(SUBSTRING((SELECT/**/ISNULL(CAST(db_name()/**/AS/**/NVARCHAR(4000
- My comments --1' OR UNICODE(SUBSTRING((SELECT/**/ISNULL(CAST(db_name()/**/AS/**/NVARCHAR(4000
- My comments --1' OR UNICODE(SUBSTRING((SELECT/**/ISNULL(CAST(db_name()/**/AS/**/NVARCHAR(4000
- My comments --1' OR UNICODE(SUBSTRING((SELECT/**/ISNULL(CAST(db_name()/**/AS/**/NVARCHAR(4000
That's it?