Hi Sascha, I run the bat file before but got same issue. Finally, I find what is wrong. I copy the plugins dll to the folder that contains ExtApp.exe. Removing them and ExtApp can run.
Thanks Li ________________________________________ 发件人: Sascha Zelzer [[email protected]] 发送时间: 2012年3月15日 5:25 收件人: Liu, Li Cc: [email protected] 主题: Re: [mitk-users] ExtApp running error Hi Li, On Windows, you need to use the generated batch file to run the application. It will take care of properly setting up the PATH environment variable such that all library dependencies can be satisfied. Please read http://docs.mitk.org/nightly-qt4/BuildInstructionsPage.html#BIFive Thanks, Sascha On 03/14/2012 09:05 PM, Liu, Li wrote: > Hi, > > I am trying to run MITK ExtApp code but get some errors when running it. I > have successfully built the application in Release mode of VS 2008 on Win7. I > checkout the MITK source tree by git last week but run it on Qt 4.8. > > When I run it by clicking ExtApp.exe in Release folder, I get following error > message on mbilog > > Failed to install plugin: The plugin could not be loaded : > C:/Users/lliu/Desktop/Ultrasim/MITK-bin/MITK-build/bin/plugins/Release/liborg_mitk_gui_qt_common.dll > > Caused by: Cannot load library > C:/Users/lliu/Desktop/Ultrasim/MITK-bin/MITK-build/bin/plugins/Release/liborg_mitk_gui_qt_common.dll: > The specified module could be found > > For other liborg_mitk_xx dll, I get same error message on mbilog. > > At last part of error message, mbilog says that "The org.blueberry.osgi > plug-in is not started. Check that your application loads the correct > provisioning file and that it contains an entry for the org.blueberry.osgi > plug-in" > > But I found liborg_mitk_gui_qt_common.dll and other liborg_mitk dll are > actually located in the folder of > C:/Users/lliu/Desktop/Ultrasim/MITK-bin/MITK-build/bin/plugins/Release/ and I > also copy them to the folder that contains ExtApp.exe. > > Same thing happens if following the instructions at > http://www.mitk.org/wiki/SetupMitkQt4BlueBerry to run ExtApp. > > Does anybody know what is wrong here? > > Thanks > > Li > > > > > > ------------------------------------------------------------------------------ > Virtualization& Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > mitk-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
