[Insight-users] Is ITK not supported in debug mode under visual studio .net

Yasser Bashir itk_at_stanford at yahoo . com
Thu, 11 Dec 2003 13:48:11 -0800


Thank you Luis.

FLTK was the culprit. I had to manually change the project settings (why
didnt CMake automatically link the right libs in debug mode?)

I have a question regarding the Morphogenesis application. Can you please
tell me how can i generate a bacterial colony inside my 3D image.  It seems
to work fine for 2D slices but when i load my segmented 3D image and try
generating the bacterial colony, nothing happens i.e. im unable to see the
bacterial colony grow.

Regards

yasser.



----- Original Message ----- 
From: "Luis Ibanez" <luis . ibanez at kitware . com>
To: "Yasser Bashir" <itk_at_stanford at yahoo . com>
Cc: <insight-users at itk . org>
Sent: Thursday, December 11, 2003 1:20 PM
Subject: Re: [Insight-users] Is ITK not supported in debug mode under visual
studio .net


>
> Hi Yasser
>
> Please post the message of the debug assertions
> that are failing for you.
>
> Did you get any linker warnings during the build
> process of the applications ?
>
> It is likely that you are mixing compilation
> modes in the libraries used for the applications.
> A common mistake is to build FLTK for Release
> and use it for linking against a Debug version
> of the applications.
>
>
> The Debug mode of .NET works fine with ITK.
>
>
> Thanks
>
>
>    Luis
>
>
> ------------------------
> Yasser Bashir wrote:
>
> > Hi
> >
> >
> > Everytime i try debugging any of the bundled sample applications or
> > examples in ITK under visual studio .net, all debug assertions start
> > failing and the debugger doesnt let me continue.
> >
> > Is it a problem with ITK debug build or visual studo .net.  Either
> way,
> > does someone know a workaround?
> >
> > Regards.
>
>
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk . org
> http://www . itk . org/mailman/listinfo/insight-users
>