Questions tagged [multiple-versions]

139 questions
0
votes
1 answer

Multiple MySQL versions in MAMP Pro?

Is it possible to run multiple versions of MySQL in MAMP Pro? I love MAMP Pro, but I recently updated to v4 – which auto upgraded MySQL from 5.5 to 5.6 – and now I can't migrate Wordpress sites to live hosting accounts anymore (e.g. GoDaddy) because…
John
  • 13
  • 1
  • 3
0
votes
0 answers

Using Different Version DLL from Memory

I have been developing an Addon for an external application. Our previous add on uses ourdll.dll v1.0.0 and our new add on uses ourdll.dll v1.1.0 Well, when we launched the external application, first of all, the first addon is loaded (also ourdll…
unbalanced
  • 1,192
  • 5
  • 19
  • 44
0
votes
1 answer

Develop for Microsoft Office 2013 using Microsoft Office 2016

Is it possible to install assemblies or tools for Microsoft Office 2013 on development machine that has Microsoft Office 2016? Or for example can i target/develop for multiple versions of Microsoft Office on a development PC that has Microsoft…
jovanMeshkov
  • 757
  • 5
  • 12
  • 29
0
votes
4 answers

Python script to run command line which starts python script with specific python version

I need some help. Is there a possibility to let python start the command line in windows and let the command line execute a script in another python version on my pc? Expample: I have two versions of python on my pc. One is within Anaconda and the…
0
votes
2 answers

Python wave module only working in v2.7 not in v3.4 linux

Many hours wasted trying to write a wave file in python to find out that somehow it didn't work on python 3.4.2 but it did work on python 2.7.9 I'm using Debian jessie and have both versions of python installed. If I just write "python" in my…
Rombus
  • 341
  • 1
  • 7
  • 19
0
votes
1 answer

How to link to a specific version of the standard library (with gcc)

I've installed GCC 3.4 to /opt/gcc-3.4, and I'm using it to compile legacy code which is incompatible with GCC 4. This also means old versions of the C(++) standard libraries, binutils, and utility libraries. It works fine for some libraries, but…
jdm
  • 9,470
  • 12
  • 58
  • 110
0
votes
1 answer

Had to reinstall windows and want to use my first xampp install

I've reset my Windows 10 and it lost all my applications but my data is intact. I still have my original xampp folder and need to obviously reinstall xampp but I want to use all my database settings from my first install. Is there a way of doing…
0
votes
1 answer

Strategy for creating C# library for Third party integration with multiple wsdl versions

We need to integrate third party SOAP api with our system. As we are SaaS solution provider, we need to support all version of third party. We have configuration that Customer A has version 1.8, Customer B has version 2.0. (Version may took months…
adkalavadia
  • 37
  • 1
  • 1
  • 10
0
votes
0 answers

How to use multiple versions of a python module on single machine

On a single machine, how can/should two versions of a single python module be used (a) simultaneously on the same machine, (b) under a single user, and (c) without installing external programs (cant reliably install external stuff on Windows work…
hilcharge
  • 1,515
  • 3
  • 12
  • 18
0
votes
0 answers

Conflicting jquery versions won't work even with $.noConflict(true);

My html file has various functions which requires two different jquery versions. In the head section I have them loaded like this:
Nova
  • 423
  • 1
  • 10
  • 36
0
votes
1 answer

having the store version and development version installed side by side on my iphone device

I have an iphone app in App Store, its installed on my device for demonstrations. I'm also developing the next version and need to see how it runs on my device, not just in simulator, but when connecting the device for debug with xcode, the store…
liv a
  • 3,232
  • 6
  • 35
  • 76
0
votes
0 answers

How to set different java versions for different apps. on a windows PC?

I have 2 different apps, one of them is a java desktop app and the other one is a c# web app. which uses java applet in order to e-sign. The problem is desktop java app requires 1.5.0_14 and on the other hand web app. requires 1.7 and higher version…
raysefo
  • 45
  • 1
  • 10
0
votes
0 answers

How to install numpy py3.4 when numpy py2.7 is already installed?

I've googled this for a long time to no avail, I hope someone can point out a fix. I've installed both Python 2.7 and 3.4 along with various packages for Python 2.7 such as matplotlib and numpy. I'm trying to install matplotlib and its dependencies…
user3885774
  • 75
  • 1
  • 1
  • 5
0
votes
1 answer

how to install and use more than one version of python at a time using windows

I'm just learning python and most of my scripts are therefore 3.3 at the moment. However I would like to be able to write some scripts using python 2.7. Particularly there is a Gmail script I would like to use Gmail Python Library Can anyone tell…
yoshiserry
  • 20,175
  • 35
  • 77
  • 104
0
votes
3 answers

Running Visual Studio 2008 and 2010 at the same time

A group of us are working on a project which we built with .NET 3.5 in Visual Studio 2008. I want to test out Visual Studio 2010 and .NET 4 (well, mainly for WPF 4). I am just wondering if I install VS 2010, will I still be able to use VS 2008 to…
Aishwar
  • 9,284
  • 10
  • 59
  • 80