|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Re: Debuging error : Read the FAQHi Alireza,
This is a common user mistake. You will find details on the ITK FAQ: http://www.itk.org/Wiki/ITK_FAQ Here are several options: 1) You could copy ITKCommon.dll in the same directory where you have the executable of the HelloWorld OR 2) You could add to the PATH environment variable the directory where you have the ITKCommon.dll file See the FAQ for details. http://www.itk.org/Wiki/ITK_FAQ#How_to_set_Windows_DLL.27s_on_the_Path OR 3) You could rebuild ITK using STATIC libraries instead of SHARED libraries. In general, the only good reason for using SHARED libraries in ITK is when you build the wrapping for Python, Tcl or Java. If you take this option, please make sure that you first destroy the previous binary build. Otherwise you will end up with a mixture of static and shared libaries. Regards, Luis ========================================= On 3/15/07, Alireza Salamy <alireza_sal2000@...> wrote: > hello all, > I build the ITK 3.2 with out error,but when I try to debug the first > example which is hello world which is locatate at > insight\EXAMPLE\INSTALLATION it gives me this error: > The application has failed to start because ITKcommon.dll was not > found.reinstalling the application may fix this proble. > Please some body let me know what shall I do to remove this problem. > Thanks alot, > Alireza > > > --------------------------------- > Don't get soaked. Take a quick peek at the forecast > with theYahoo! Search weather shortcut. Insight-users mailing list Insight-users@... http://www.itk.org/mailman/listinfo/insight-users |
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |