Hello David, I have the same problem as Koen mentioned. In my case I had compiled ParaView 3.10 on Windows 7 with Visual Studio 2008. Everything is fine and I can run the compiled version. But packaging with CPack results in the same error message but at another position. I send you the last part of CPacks output (notice that I replaced some DLLs with dots, just to avoid a huge text here):
;external prerequisites found: f='C:/ParaView_3_10/build/bin/Release/_CPack_Packages/Win32-x86/NSIS/ParaVie w-3. 10.0-Win32-x86/bin/pvrenderserver.exe' external_prereqs='Cosmo.dll; .... ;vtkzlib.dll' ;external prerequisites found: f='C:/ParaView_3_10/build/bin/Release/_CPack_Packages/Win32-x86/NSIS/ParaVie w-3. 10.0-Win32-x86/bin/pvserver.exe' external_prereqs='Cosmo.dll; .... ;vtkzlib.dll' ;external prerequisites found: f='C:/ParaView_3_10/build/bin/Release/_CPack_Packages/Win32-x86/NSIS/ParaVie w-3. 10.0-Win32-x86/bin/smTestDriver.exe' external_prereqs='vtksys.dll' ' CMake Error at C:/ParaView_3_10/src/CMake/BundleUtilities.cmake:743 (message): error: verify_app failed Call Stack (most recent call first): C:/ParaView_3_10/src/CMake/BundleUtilities.cmake:625 (verify_app) C:/ParaView_3_10/build/Applications/ParaView/cmake_install.cmake:74 (fixup_bun dle) CPack Error: Error when generating package: ParaView I followed your advice to deactivate PARAVIEW_INSTALL_THIRD_PARTY_LIBRARIES. After this step I was able to compile and pack ParaView. But I could not start ParaView because it request MSVC80P.DLL. It seems to me after disabling PARAVIEW_INSTALL_THIRD_PARTY_LIBRARIES a wrong compile runtime environment has been choose by Visual Studio. Thanks for help. Cheers, Stephan _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview