On 29.10.2005 10:05, Adam D. Bradley wrote: > Am I missing something? Am I not using the macros correctly?
It might be good to know that those static variables are not as global as you may think or expect. Specifically, they are global to a *module* - that is, for a given plugin (or also application module), there is one copy of that variable, however, different modules don't share it and have their own distinct copies of it. To get a truly global data storage, the best way is to put some "keeper" object(s) into the object registry. -f.r.
signature.asc
Description: OpenPGP digital signature
