Hi Miri,

I assume you are looking for a way to provide people with a handy binary of 
your work. The usual way to achieve this would be by building an installer.
For this you will need to install NSIS ( see also 
http://www.mitk.org/wiki/Deployment ). The installer containing all active 
bundles is later build by building the target PACKAGE.

As for your other question, yes you want to build a Release installer . Have 
you done your superbuild both in Release and Debug? As in have you compiled the 
toolkits we use as release as well?

Regards,
Caspar

Von: Miri Trope [mailto:[email protected]]
Gesendet: Freitag, 23. Dezember 2011 10:31
An: [email protected]
Betreff: [mitk-users] Generating executable file

Hi all,

I was wondering how can I generate an executable file of MITK (my version of 
MITK i.e. after I added my modules) and run it on other computer.
I'm working on windows, visual studio 9.
I started by double clicking on the MyApp.exe file which is located in the path:

A\MITK_myProjects-superbuild\MyProject-build\bin\Debug

But it's asking me to add a lot of DLL files ...
I guess that there is other elegant way to do that.

*Note that I'd like to get an executable of the release mode because it's 
faster then the debug (am I right?).
But it returns strange linking errors when I try to compile my application on 
release mode such as:
2>LINK : fatal error LNK1181: cannot open input file 'ImageExtraction.lib'
3>LINK : fatal error LNK1181: cannot open input file 
'C:\MITK-root\MITK-superbuild\MITK-build\bin\Release\org_mitk_gui_qt_common.lib'

Thanks in advance for any help.

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to