Hi I'm Javier. I have a palm proyect that it works in another PC. When I compile it in my PC (with codewarrior for PALM) occurs the following:
- If target is debug the proyect making it ok and it works. - If the target is release appears the error: "Error: the file 'PalmOS-Headers'cannot be opened main.c line 1 #define DO_NOT_ALLOW_ACCESS_TO_INTERNAL_OF_STRUCTS"
This error repeat in other 6 lines that there is no error in "debug target".
I looked for this file and it is in codewarrior/Palm support folder (it's ok).
The problem is that I want to do some changes in the proyect but in "debug target" don't apply the changes (I dont know why).
This sounds like the access paths aren't agreeing between the debug and release settings. Maybe a path is relative in one target and absolute in the other target. Try opening both target settings panels and dragging the good access paths from the debug setting to the release setting.
-- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Fourm Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
