upgrade

WiX changes required to streamline .NET 3.5 installation for Vista (and above) machines

♀尐吖头ヾ 提交于 2019-12-14 00:27:17
问题 We have decided to take the plunge and require that our users have .NET 3.5 installed before they can use our media center plug-in. I want to make sure the install experience is as smooth as possible and that our installer stays small. What changes do I need to make to my WiX file to support the following scenarios? Code examples would be much appreciated. User has .Net framework 3.0 installed, interactive install. Desired Behavior : User is prompted with a window that tells her she needs a

can not upgrade matplotlib to 1.3.1

♀尐吖头ヾ 提交于 2019-12-13 15:33:45
问题 The comment sudo apt-get install python-matplotlib is installing 1.1.1rc version, not the latest version. I need the matplotlib 1.3.1 for hatch fill between curves. No upgradation command found that lead to success. Nothing helpful in the web, that successfully works. Please help. Ubuntu version 12.04. 回答1: The ubuntu repositories do not contain the most recent versions. You can use pip to install the latest versions. If you don't have pip installed, use sudo apt-get install pip to install it

Upgrade OpenCV project to latest version

六月ゝ 毕业季﹏ 提交于 2019-12-13 13:25:56
问题 I have a C++ logo detection project which uses OpenCV 2.3.1. I need to upgrade this project to OpenCV 3.0. For example instead of using (I actually mean replacing) IplImage I would like to use cv::Mat. I know that everything will not be automatically upgraded without some manual coding. Question: I would like to know if there is any way to at least do some of the work automatically, by using a software or third party library. 回答1: I recently had to upgrade an old OpenCV project to make use of

Upgrading Prestashop from 1.7.0.3 to latest with 1-click Upgrade module

て烟熏妆下的殇ゞ 提交于 2019-12-13 10:20:03
问题 I currently have a 1.7.0.3 Prestashop that I'd like to upgrade to the latest stable version. When I start upgrading from the 1-click Upgrade module, the latest version is downloaded correctly but I get an error about the backup name not specified. I then disabled this option of backing up files and database as I couldn't find where to fill in this information (I made manual backups). I am then told that 17152 files have to be modified, whereas the version comparison tells me that only 5157

Linking errors when upgrading a VS2003 solution in C++

痞子三分冷 提交于 2019-12-13 08:23:59
问题 I've been struggling with upgrading this solution. It has both managed and unmanaged memory and includes calls to methods that Marshal the string variables. The linking errors I get are in pairs. LNK2028 unresolved token void __cdecl function(wchar_t const *, wchar_t const * *) referenced in function public: void __clrcall NamespaceOfTheSolutionIAmWorkingOn::function(class System::String ^, cli::array ^) and LNK2019 unresolved external symbol void __cdecl function(wchar_t const *, wchar_t

Compilation error: BUG! exception after Griffon project upgrade

本秂侑毒 提交于 2019-12-13 07:24:59
问题 I've working in a rich client with an Griffon 0.3.1 enviroment during the last couple of months. That version is getting old and now I'm required to upgrade the project into a 0.9.3. After doing: griffon upgrade And getting the latest releases of the required plugins I'm facing the following error: Compilation error: BUG! exception in phase 'canonicalization' in source unit 'C:\maestro\desarrollo\projects\interactionManager\sgmentia-client\griffon-app\controllers\com\nortia\sgmentia\client

How to upgrade ffmpeg to the latest version [closed]

无人久伴 提交于 2019-12-13 05:56:45
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I am looking to upgrade ffmpeg to the latest version if i run yum install ffmpeg ffmpeg-devel I get the following Setting up Install Process Package ffmpeg-0.6.5-1.el5.rf.x86_64 already installed and latest version Package ffmpeg-devel-0.6.5-1.el5.rf.x86_64 already installed and latest version Nothing to do Then

Upgrade Android app and keep old SQLite database

半城伤御伤魂 提交于 2019-12-13 02:56:35
问题 I'm writting a small app for gym exercises. I keep my records in SQLiteDatabase and I want this app to start running as fast as I finish main part of the app. But further I want to develop this app and add some more features. There will be some records in a database yet. How can I save this records and move it to new version of the app? I'm developing with Android Studio, and each run app is installed from the scratch(before previous version is unistalled and all data is deleted?) if there

How to change `cache` and `ajaxOptions` when upgrading to jQuery UI 1.10?

烈酒焚心 提交于 2019-12-13 02:54:41
问题 Since I upgraded to jQuery UI 1.10 something has changed. Before that upgrade, code related to my jQuery UI Tab was the following: $('.selector').tabs({ cache: true, ajaxOptions: { dataType: 'html' } }); As wrote in the jQuery UI 1.10 Upgrade Guide, both cache and ajaxOptions has been removed. The guide also states to use the beforeLoad event, but how can I upgrade the code as well? 回答1: A working approach is: $(".selector").tabs({ beforeLoad: function (event, ui) { if ( ui.tab.data( "loaded"

Grails Upgrade 2.4.4 to 2.5.2 Error running unit tests: null

柔情痞子 提交于 2019-12-13 02:01:47
问题 I'm upgrading a Grails app from 2.4.4 to 2.5.2 and when I try and run test-app , I'm getting the following: Error | Error running unit tests: null java.lang.AbstractMethodError at org.spockframework.runtime.GlobalExtensionRegistry.startGlobalExtensions(GlobalExtensionRegistry.java:105) at org.spockframework.runtime.RunContext.start(RunContext.java:63) at org.spockframework.runtime.RunContext.get(RunContext.java:165) Google hasn't been much help. I've done a clean-all , deleted the .grails/2.5