Questions tagged [multiple-versions]

139 questions
8
votes
7 answers

Handle multiple versions in same URL

what I'm trying to do is to handle multiple versions of the same web application, somewhat like Google does with some of their products where you get the "Try the new version" link. The goal is to have both a "stable" and a "beta" version of the…
Sergio
  • 1,139
  • 14
  • 24
8
votes
0 answers

CUDA version mismatch

I tried uninstalling CUDA 10 and installing 9.2. Now nvcc -V returns 9.2, but nvidia-smi says CUDA 10.0. Any idea why this may be happening or how to fix it? Can't find anything else related to 10.0 still left on my system. Edit: added screenshot…
Austin
  • 6,921
  • 12
  • 73
  • 138
8
votes
3 answers

boost distributed with closed source library

I have an application that needs to use a certain closed source C++ API. This API is distributed with some bits of Boost, binary library files and all. I like to use Boost in my own code. I can't just use their version of Boost since they did not…
Scott
  • 1,176
  • 2
  • 13
  • 19
8
votes
3 answers

How can I install different versions of MySQL on Windows 10?

I would like to install different MySQL versions on Windows. I have a MySQL 5.5 running, and I want to install a MySQL 5.7 to debug compatibility issues of a program I am working on. Both installations should stay side at a side, may have their own…
Matthias Ronge
  • 9,403
  • 7
  • 47
  • 63
7
votes
1 answer

Make two versions - lite and pro - of the same app

We have an AdWhirl-sponsored version of an app (Moonrise) and would like to offer an ad-free $.99 version. For maintenance reasons, I'd like to have a single app in which I just change a couple #defines to turn ads on and off. But how do I compile…
Henrik Erlandsson
  • 3,797
  • 5
  • 43
  • 63
7
votes
1 answer

Workaround for Using Different Versions of Android Support Libraries

This is in reference to a warning message appearing in build.gradle file: All com.android.support libraries must use the exact same version specification (mixing versions may lead to runtime crashes) I'm well aware of this and use identical…
AlexVPerl
  • 7,652
  • 8
  • 51
  • 83
7
votes
1 answer

Reinstall python 2.7.12 and python 3.5.2

Good evening, today i messed up my laptop trying to install some packages for python 3.5.2. I tried to install the correct pip version but i missed something and now i can't install any package in both versions and i can't solve the problem. Is it…
Zero G
  • 117
  • 1
  • 1
  • 10
7
votes
4 answers

Running Multiple Python Versions

I want to run multiple Python versions in my box. Is there any version manager for Python where I can switch between multiple Python versions without having to call the full path of the Python binary? I have tried virtualenv and it seems to only…
Joshua Partogi
  • 16,167
  • 14
  • 53
  • 75
7
votes
3 answers

How to keep forms and frames compilable in Delphi 6 - 2007?

We recently converted our long-running Delphi project to Open Source. Multiple people have contributed patches already, which is great, but unfortunately forms and frames when saved with Delphi 2006 (and later) contain new properties in the .dfm…
Paul-Jan
  • 16,746
  • 1
  • 63
  • 95
6
votes
1 answer

The right way to provide a Premium update to a free Android App

I have been developing a free game (with ads) on the Android Market. Now quite a few people are requesting me to do a paid version without ads. I have no experience in keeping multiple versions of a single app. I have already factored out the app on…
Phil
  • 5,595
  • 5
  • 35
  • 55
6
votes
2 answers

keep composer 1 & 2 both in same machine

How we can use composer 1 & composer 2 both in the same machine. As a developer we worked on the multiple project in the same machine and situation comes where project 1 required composer 1 and project 2 required compower version 2.
Parveen
  • 131
  • 6
6
votes
3 answers

Working with versions on Jenkins Pipeline Shared Libraries

I'm trying to figure it out on how to work with a specific version of a Shared Library. Jenkins documentation about this isn't quite clear so I've being making some experimenting but with no success. They basically say: But how should I configure…
6
votes
1 answer

How can Install multiple Perl versions without them tripping over each other's XS modules?

I would like to install several different versions of perl in my home directory. I tried using App::perlbrew, but XS modules from one version were causing segfaults in the other version. Is there any way to install multiple versions of perl and have…
Ryan C. Thompson
  • 40,856
  • 28
  • 97
  • 159
5
votes
1 answer

Resolving/using multiple assembly versions from 3rd party dependencies

In my project, I have a problem with its dependency hierarchy. I use a library (WriteableBitmapExtensions) in my code, and I have another 3rd party library which also uses WriteableBitmapExtensions. Only the other library is strongly tied to a…
Chris Sinclair
  • 22,858
  • 3
  • 52
  • 93
5
votes
4 answers

How to implement multiple Android versions to use different libraries?

I know there are a lot of questions out there about multiple Android versions pertaining to free/paid versions but this might be a little different. My app currently uses AdMob for advertising and it's published on the Android Market and on the…
rfgamaral
  • 16,546
  • 57
  • 163
  • 275
1
2
3
9 10