[Insight-users] Problem when I execute ITK example

Luis Ibanez luis.ibanez at kitware.com
Tue Jul 12 12:09:57 EDT 2005


Hi Julien,


You are probably forcing your application to
link with libraries of a different compilation
mode.

E.g. linking a Debug mode application with
libraries that are compiled for Release mode,
or the other way around.


     Regards,


        Luis


-----------------------
Julien MARIEL wrote:

> Hello !
> 
> I have a little problem when I execute ITK examples. (ImageRegistration1 for
> example).
> When this program execute "fixedImageReader->Update();", this error appears
> 
> "Loaded
> 'D:\jml\Stage\ITK\InsightToolkit2.0.1\bin\Release\ImageRegistration2.exe',
> no matching symbolic information found.
> Loaded 'ntdll.dll', no matching symbolic information found.
> Loaded 'C:\WINDOWS\SYSTEM32\KERNEL32.DLL', no matching symbolic information
> found.
> Loaded 'C:\WINDOWS\SYSTEM32\user32.dll', no matching symbolic information
> found.
> Loaded 'C:\WINDOWS\SYSTEM32\GDI32.DLL', no matching symbolic information
> found.
> Loaded 'C:\WINDOWS\SYSTEM32\ADVAPI32.DLL', no matching symbolic information
> found.
> Loaded 'C:\WINDOWS\SYSTEM32\RPCRT4.DLL', no matching symbolic information
> found.
> Loaded 'C:\WINDOWS\SYSTEM32\MSVCP60.DLL', no matching symbolic information
> found.
> Loaded 'C:\WINDOWS\SYSTEM32\MSVCRT.DLL', no matching symbolic information
> found.
> Loaded symbols for 'C:\WINDOWS\SYSTEM32\MSVCRTD.DLL'
> First-chance exception in ImageRegistration2.exe (KERNEL32.DLL): 0xE06D7363:
> Microsoft C++ Exception.
> The thread 0xF10 has exited with code -529697949 (0xE06D7363).
> The program
> 'D:\jml\Stage\ITK\InsightToolkit-2.0.1\bin\Release\ImageRegistration2.exe'
> has exited with code -529697949 (0xE06D7363)."
> 
> I don't understand why I've this error.
> 
> Thanks for your help
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
> 
> 





More information about the Insight-users mailing list