Hello everybody,

I builded a small auto-rendering program from the QtFreeRender project,
using the ImageToSurfaceFilter makes a .ply from a Threshold and works
perfect when I'm running it from debug or the .exe from a batch, I can even
copy the .exe to the desktop change it's name to any file and the program
keeps being able to run,

But I'm having an issue that once I'm trying to take out the .exe to an
archive with the dll's inside and away of the superbuild  stops being able
to save the surface, the code get's out everytime in this line,

mitk::IOUtil::SaveSurface(mesh, file)

If I don't have the dll's runs just fine, but I'm trying to share the
software with thesis tutor and don't know how.

I'm using visual studio 2013 and the code it's inside the QtFreeRender
project, is it possible to make an installable somehow?

Thanks in advances,

Regards
ᐧ
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to