[vtkusers] Profilling vtk in VC++ causes vtkCommon to crash !
    Mathieu Malaterre 
    Mathieu.Malaterre at creatis.insa-lyon.fr
       
    Tue Sep 23 10:31:48 EDT 2003
    
    
  
tutu lamotte wrote:
> I was trying to profile the win32Cone vtk sample by
> using the VC++ 6.0 profilling tool and it crashes at
> loading time.
> If i start the debugger on that error, the stack ends
> in vtkCommon.dll.
> 
> Anyone knows how to go around that ?
Run 'depends' on your exe and make sure you don't have any link to 
'msvcrt' (as a general rule don't mix debug and optimized lib).
HTH
mathieu
    
    
More information about the vtkusers
mailing list