At 11:21 AM 8/21/2003, Eric Potter wrote:
In the Setting Dialog on the Runtime Settings page, you can set
environment variables. Is the a way to access these in your code?

No, this is a runtime setting that only applies to the CodeWarrior debuggers for desktop and embedded UNIX systems where the OS supports some sort of getenv() call. It's a generic IDE feature, and doesn't apply to Palm OS.


If you want to change behavior at runtime using an external setting, just make a utility app that sets a feature that your app tests at startup time. That way, you can control your main apps behavior without exposing that UI to users or needing a compile-time change.

--
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