Re: [Pgui-devel] PIM

2002-04-06 Thread Micah Dowty
Yes, the value returned by pgGetString is only valid until the next PicoGUI API call, as it's stored in a temporary buffer by cli_c. If you want to save a copy you'll probably want to use strdup(pgGetString(foo)) then free() the string when you're done. On Tue, Apr 02, 2002 at 01:10:46PM +,

[Pgui-devel] Header reorganization

2002-04-06 Thread Micah Dowty
Hi Everybody, I'm not sure I did this right as I'm still new at automake and such, but it seems to work.. Now all headers are unique in CVS, and cli_c and themetools expect to find pgserver's headers installed. This makes things much more consistent in CVS, and should be a big help for making