[Insight-users] runtime error
Luis Ibanez
luis . ibanez at kitware . com
Sat, 07 Jun 2003 11:01:27 -0400
Hi Zein,
This error is the result of mixing Release and
Debug libraries in a single application.
This is what was referred as "runtime" instability
in the previous email. Something you don't want to
see in a medical application :-)
Please make sure that *ALL* your code is build
for Debug or *ALL* is build for release. Avoid
mixing configurations.
Regards,
Luis
-------------------
salah wrote:
> Hello all,
>
> I get sometimes this error message during tunning
> my program. I could not discover how it can be
> reproduced. i.e i don't its source.
>
> My program is a
> VC++ 6.0 prog,
> itk-based, and
> fltk user interface,
>
> It appears during (or exactly when I try) running a 3d-
> image editor programed based on the GLSliceViewer
> class.
>
>
> Can anybody guess what is the cause of such an error ?
>
> Thanks,
> Zein
>
>
>
>
>
> <<err.jpg>>
>
>
> ------------------------------------------------------------------------
>