>>114
Are you that same person (kodak_gallery_programmer)? You realize global variables have file scope by definition, right? Since they have file scope, they can't have automatic duration. The object could be a pointer to an object that has allocated duration, but the variable itself would still have static duration.