Hello, as suggested in the news group:
a) I have created a blank "Managed Make 68K C/C++ Project". It also created a makefile automatically.
b) I added all my source files to the project (from Import -> File System).
c) I added my CW9 .rsrc file ( from Import -> Palm OS Resource File).
My problems are: 1. Now when I run the application, it opens the "Create, Manage and Run Configurations" dialog where it asks for a "C/C++ application" file for this project. Which file this dialog is asking. Building the project has not created any .exe/binary file. It created few PRC files (test1 is name of project so test1.PRC is created), but they are not taken by this "C/C++ application" dialog.
OK... as I said, there is no reason to change your development environment. CodeWarrior for Palm OS can product applications that run on Palm OS Cobalt (6.x) using the PACE layer. Just run the Palm OS 6 simulator that comes with PODS and drag your PRC file created using CodeWarrior into the sim.
If you want to use the new environment, you're welcome to do so. However, you need to read the PODS documentation about setting up run/debug environments. The Eclipse environment has run/debug configurations that are managed separately from the projects that build executables. When you choose "Run...", you're put in Run configuration dialog -- there, you need to click on Palm Application, and then setup an environment that launches one of the Palm OS Emulators or Simulators, along with specifying the output file of your project.
-- Ben Combee, DTS technical lead, PalmSource, Inc. Read "Combee on Palm OS" at http://palmos.combee.net/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
