Re: [ITK-users] Dynamic link library runtime error
Dženan Zukić <[email protected]> Tue, 9 Jan 2018 16:21:19 -0500
| Newsgroups | gmane.comp.lib.itk.user |
|---|---|
| Message-ID | <CAPf2UMQs-MPKYHvSzqm45HQj39+Y+da8=MzKccMd_V9=4=dAvQ@mail.gmail.com> |
Hi Fabian, it most likely means there is a version mismatch between you application and the DLL. Your application was compiled using a different version from the one used to compile the DLLs. You can use dependency walker <http://www.dependencywalker.com/> to see if your application is using the DLL you expect. You can also try compiling ITK as static libraries, and link your application to that - thus avoid a possibility of such an error. Regards, Dženan On Tue, Jan 9, 2018 at 2:46 PM, Fabian Torres <[email protected]> wrote: > Hi all > > I'm trying to compile vtk5.10 and ITK 4.4 in visual studio 2013 in order > to build an application using qt 4.8.7. > I have already done this using visual studio 2008 and the libraries and my > application works fine. > > The problem I have is that after some strugle I have already compiled the > libraries (ITK and VTK) in visual studio 2013. > Now I have compiled my application with the new libraries but when I run > it I get a Runtime error I do not understand. > > The procedure entry point > ?End@MetaDictionary@itk@@QAE?AV?$_Tree_iterator@V?... > .... > ...@@XZ could not be located in the dynamic link library ITKCommon-4.4.dll > > What does this mean? > > Thanks > > > > -- > Fabián Torres Robles > Maestría en Ciencias en Ingeniería Electrónica > Ingeniería en Sistemas Electrónicos > Tel. 58081280, 0445534661338 > E-mail [email protected], [email protected] > > The ITK community is transitioning from this mailing list to > discourse.itk.org. Please join us there! > ________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Kitware offers ITK Training Courses, for more information visit: > http://www.kitware.com/products/protraining.php > > Please keep messages on-topic and check the ITK FAQ at: > http://www.itk.org/Wiki/ITK_FAQ > > Follow this link to subscribe/unsubscribe: > https://itk.org/mailman/listinfo/insight-users > > The ITK community is transitioning from this mailing list to discourse.itk.org. Please join us there! ________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://www.kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: https://itk.org/mailman/listinfo/insight-users