[Insight-users] Re: pointset to image registration error?please have a look at my error

Luis Ibanez luis.ibanez at kitware.com
Sat Mar 17 19:40:20 EST 2007


Hi Tony,

This looks like a pointer problem.

Please run your application in debug mode, and
instruct Visual Studio to "break on exceptions"

You do this in the "Properties" page of the project,
under the "Debug" tab.

Rerun the application in debug mode and let us know
the full call stack that Visual Studio shows you when
the exception is thrown.


    Thanks


       Luis


==============================
tony hakki wrote:
> Dear itk users and Luis;
> I have a problem ,Could you please have a look at my problem, it is 
> really important for me. I have tried to implement PointSetToImage 
> registration. when I run the my program the registration starts and 
> continues 3 minutes then it gives break or continue error; Error is 
> opened on a new window and says :/Unhandle exception at 0x00783444 in 
> nfinity.exe:0xC0000005:Access violation reading location 
> 0x00000038/(nfinity.exe is my exe's name)and a code page is opened  in 
> Visual studio which name is just /*vector. */It's name is neither 
> /*vector.h*/ nor /*vector.cxx*/ ,just* /vector/*  on that pages it shows 
> the following line.
> 
> What might the problem do you think? any suggestion will be really 
> appreciated. Thank you very much
> 
> I work with visual studio 2005
> 
> Tony
> 
> 


More information about the Insight-users mailing list