[vtkusers] MFC with ITK 3.10.1 and VTK 5.2 application is running fine in debug mode, crashing in release mode
Craig Henderson
craig.henderson at intelligentultrasound.com
Fri Dec 21 06:10:06 EST 2012
Have a look at the call stack to determine where it is crashing. It's likely to be in the memory allocation during assignment to the string.
A common cause of this is linking the Release build if your app to the ITK Debug library.
Craig
Sent from my iPhone
On 21 Dec 2012, at 11:04, Veena M <Veena.M at hcl.com> wrote:
> debug
More information about the vtkusers
mailing list