|
I've got a static variable declared global to a file . Now whenever I link, the linker complains that it cannot resolve the static variable. If I remove the static qualifier everything links properly.
Any ideas why this is happening?
All help appreciated.
|