Here I go again:

Can you have initialized globals?  Something like

char *functionNames[] = { "sin", "cos", "tan", "etc" };
struct { char *constName; double constValue; } constants[] =
        { "e",   2.7182818284590452354,
          "pi",  3.14159265358979323846,
        };

at the outermost scope.

Everytime is use intialized globals, the Palm emulator
spews a lot of errors/warnings about accessing memory that
belongs to some Manager or another.  Help!

PManalastas


_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to