On 30.9.2013 18:12, Adam D. Ruppe wrote: > Is your program using threads? I believe static this is run once per > thread, with shared static this being the once per program one.
Yup, that did the trick. Thanks. Martin
On 30.9.2013 18:12, Adam D. Ruppe wrote: > Is your program using threads? I believe static this is run once per > thread, with shared static this being the once per program one.
Yup, that did the trick. Thanks. Martin