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…

Steve Iron
- 241
- 6
- 12
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: