> What I think is that If I could get the ITK's dlls,I can bulid my project > more effciently,rather than use its static library. With Visual Studio you will still have to link against the .libs (import libraries) even though you have .dlls generated. This could be your problem. John