11 Dec
                
                    2006
                
            
            
                11 Dec
                
                '06
                
            
            
            
        
    
                1:15 p.m.
            
        John Maddock wrote:
Can you try replacing the call to typeid().name() with just a string literal "" and see if the problem still persists?
Did this. Problem gone. It looks like typeid(...).name() is the culprit :-( What now? btw.: There are lot of C4786 warnings for msvc-6.5. This is well known, and usually cured by disabling this warning. Roland