Hello.

Code:
void Blah()
{
    static int i;
    ...
    if(case)
    {
        static int i;
        ...
    }
}
I cannot find the definition on how this is handled.
Apparently the VC 2003 compiler handles this differently compared to the 2008 version.

Thanks a lot for you help!