At 08:28 AM 9/24/2003, Regis St-Gelais wrote:
For this setup to work automaticaly, I have 3 targets:
-MainProject (Code and rcrs Resources)
-AddResources (rcrs Additional Resources and a dummy code Resource)
-Merged (merging of MainProject.prc and AddResources.prc)

I've dragged MainProject and AddResources into Merged to have dependency.
That way, I can Make the Merged target and it rebuild the other targets is
needed.

My question is: Can I debug with such a setup?
When I select MainProject or AddResources the debug icon is enabled but not
when I select the Merged project.

The "Merge Resources" target type doesn't enable the debugger, as it doesn't know anything about the code and data resources that the final PRC file has.


You might be able to get this to work by renaming the MainProject.prc.psym file to match your final PRC name and debugging by dragging the psym file to the IDE.

However, an easier fix is to use the Palm OS 68K linker for your MainProject target, and to just add the AddResources PRC file to that target. The Palm OS 68K linker doesn't have any resource limits, and that should work as long as you build all your Mac OS-based resources in other targets.

--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com



-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to