Version defines an unique state of a computer software or a file.
-1
votes
0answers
17 views
Is it API version trouble?(use opencv in android)
I'm pool in English. plz understand :)
I create project android 3.0 version.
and my phone is android 2.1.1 version.
I try to apply houghline detect. It is very good at my phone. but, another phone ...
-1
votes
0answers
16 views
Too many Emacs versions installed [closed]
I was trying to update my Emacs, but I ran into some problems. It appears I have more than one version of Emacs installed (eg. the Emacs when I open from applications is a different version from the ...
0
votes
0answers
20 views
jQuery change in width() between 1.7.2 and 1.8.0 where it now returns 0 in this situation?
I have a test website where calls to width() return a non-zero value as expected in jQuery 1.7.2 and earlier, but in newer versions (1.8.0 and later), the function is returning zero.
The problem lies ...
0
votes
0answers
10 views
Android DatePickerDialog crash on 2.3
I have a DatePickerDialog on my application. I am using DatePickerDialog because I need to show only month and year and it's easier with dialog than datepicker.
Its working fine in 4.0 or higher ...
0
votes
0answers
10 views
SQLite JDBC 3.0 driver
Is there any newer version than the Xerial JDBC driver for SQLite?
Unfortunately some features that I really need are not yet implemented by this SQLite JDBC driver..
0
votes
1answer
15 views
SQLite Compact framework
I have both PC and Mobile application using SQLite. I have installed and used dll version 1.0.66 and when I have update my dlls to 1.0.85 from ...
0
votes
1answer
15 views
MissingMethodException after upgrading to Grails 2.2
After upgrading to Grails 2.2, I get this exception
Class: groovy.lang.MissingMethodException
Message:
No signature of method: static org.codehaus.groovy.runtime.InvokerHelper.getVersion() is ...
2
votes
1answer
39 views
How to retrive binary version number from binary files
I am using Eclipse IDE for developing the c programs. Through terminal I can see the file info using file filename .But I need to print only the version number of a binary file through the same ...
0
votes
0answers
34 views
.NET Application Looking for Reference Version That Doesn't Exist
I have a custom reference in my project that is causing the application to fail when it cannot be found. The app is searching for version 1.30.2932... and the latest version, which I have installed, ...
0
votes
0answers
11 views
Hibernate update query does not increment version field
I have an entity (call it MyEnt) with a @Version field an I execute the following update query (actually using Spring Data JPA):
Query query = entityManager.createQuery("update MyEnt me set me.status ...
1
vote
0answers
10 views
Is there any version control in mysql?
It is possible to use a version control system with mysql databases?
Or, is there a version control system already implemented?
I want to say e.g.: SELECT foo FROM bar WHERE version = X
Whereeby ...
0
votes
2answers
39 views
Stopped Gem Update, Now Rails isn't recognized and unintall/reinstall didn't work
I'm VERY new to this, so sorry if there's a simple fix, and please be step-by-step specific if you're kind enough to answer.
This is what I'm getting... Thanks!!!
$ rails -v
...
1
vote
1answer
15 views
WiX installer and redistribution of libstdc++6.dll from MinGW
I am building a MSI installer with WiX for redistributing my MinGW64 application. This requires to ship MinGW dlls with the executable.
The libstdc6.dll file is not versionned. What is the cleanest ...
0
votes
1answer
36 views
C# revert to previous version [closed]
My developer did not save the stable version of C# application( lets say v12) that we are developing. Now after bunch of enhancements we are at V20, but the application has become crap at v20. So I ...
-1
votes
0answers
17 views
Joomla version upgrade from 1.5.19 to 3.1 [closed]
I want to upgrade my joomla version from 1.5.19 to 3.1.
Is it possible?
0
votes
1answer
26 views
Min SDK version for android application
I have following permissions in AndroidManifest.xml
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.BLUETOOTH" />
...
0
votes
2answers
27 views
android update/install version checking
i'm new in android developing. (and in developing after all)
Here is my problem: If i install my android application onto my mobile device or AVD, i want it to check the current app version number ...
-1
votes
0answers
25 views
How to run 2 hadoop versions?
Hi I want to run 2 versions of hadoop. presently hadoop-0.22.0 working . I want to run hadoop-1.0.4 but having error
S-MacBook-Pro:bin x34$ sh start-dfs.sh
starting namenode, logging to ...
8
votes
2answers
157 views
How to Auto Increment versionCode when exporting Android apps in Eclipse?
I want to auto-increment the versionCode and versionName of the manifest file of the android app when I click on Export (to export a new version of the app)
I found the second answer here (Auto ...
2
votes
3answers
44 views
PHP - How to avoid Parse errors on older servers when using new functions
When I use an anonymous function ( but see also note below ) like :
$f = function() use ($out) {
echo $out;
};
It produces an parse error on servers where PHP is older ...
0
votes
0answers
29 views
How to get the JS plugin 'roundabout' working with Jquery v1.8.3 or greater
Is there a way to use the jquery plugin 'roundabout' (http://fredhq.com/projects/roundabout) with a newer version of jquery preferably v1.8.3.
I have setup a fiddle where you can see it working in ...
0
votes
0answers
33 views
Removing in app purchases from a new version of the application(iOS)
I have an application that is live on iTunes. The app contains lots of in app purchases(non consummable). I wish to delete supoort for some in app purchases from the new version. Can I do it ? Will it ...
0
votes
4answers
69 views
For a beginner, is Java 6 okay or is 7 necessary? [closed]
I am learning Java for the first time. I currently use Java 6 on my computer, because I have some programs that won't work on 7. Should that be fine for learning Java, or do I need to upgrade to 7?
1
vote
1answer
30 views
Is there a way to set app compatibility per android version (not API level) in the play store?
I have an app that works on Android 2.3.6, but will cause disruptions if deployed on 2.3.3. I will obviously implement some mechanism to stop it from working on such devices, but is there a way to ...
0
votes
2answers
43 views
How to configure my SBT to use a plugin with a specified plugin?
I want to use the lifty plugin, but failed to download it in SBT.
C:\Users\Freewind>sbt sbt-version
[info] 0.12.3
> console
Welcome to Scala version 2.9.2 (Java HotSpot(TM) 64-Bit Server VM, ...
2
votes
1answer
52 views
Rvm current and ruby-v not matching, $PATH errors?
I'm working on an RoR app, and I do not have sudo access to the server (CloudLinux Server release 6.3).
The server uses cPanel 11.36 which does not support Rails 3.x, so the admin used Passenger to ...
0
votes
0answers
21 views
How to know if a java Mongo driver is compatible with a given Mongo Server?
I am evaluation to upgrade my java-mongo-driver to 2.11.1 but I'm not sure if it's backwards compatible.
The release notes doesn't specify the compatibility of the driver, so I can't be sure if I ...
1
vote
0answers
16 views
EXE's VERSION info not displaying in Properties dialog (Windows XP)
I have built a Win32 console application using Visual Studio 6.0 in Windows XP. The EXE does have a VERSION resource. I can open the EXE and display the version information with Visual Studio or with ...
0
votes
2answers
32 views
Get plugin version number from WordPress plugin directory
Can someone point me out to how can I retrieve the up to date version number of a plugin via its web page from the WordPress plugin directory?
For example, in ...
1
vote
2answers
33 views
Compare two Arrays synchronously in Java
I'm working on something that compares two versions split by a regex "//.".
What I'm struggling with is trying figure out a way of comparing two values in an array "synchronously", in order to see ...
0
votes
2answers
63 views
In Lua, is there a function that will tell me what current version I'm running?
Subject says it all. Would like to know if my host interpreter is running 5.2 or 5.1 LUA.
Thanks!
hsf
0
votes
0answers
39 views
Why it does not work in version 1.9.1?
I don't know why, but this code doesn't work in version 1.9.1. The problem, I should switch to version 1.9.1 for the new structure of AJAX calls, but when I do, the this in this function is undefined.
...
0
votes
0answers
19 views
.NET Need to reference the click once deployment version number outside the main startup project
I have a custom exception class w/ a property that stores the version number. This class is located in the logic layer (outside the main start up project). How do I reference the deployment version ...
0
votes
0answers
27 views
c++ project versions function prototype “diff”
With two different versions of a c++ project (many cpp and header files), does a tool exist to extract the function prototypes from each project and compare them for differences?
0
votes
2answers
60 views
Determine version of Microsoft Windows using perl?
I am creating a small perl script on Windows.
I want to determine the version of Windows i.e. XP, Vista, 7, 8, etc.
How can I get this information?
Thank You.
UPDATE: I want to know the Version of ...
0
votes
1answer
30 views
Null Version fields in JPA?
Nothing in http://docs.oracle.com/javaee/6/api/javax/persistence/Version.html says it cannot be null.
After running
import javax.validation.Validation;
import javax.validation.Validator;
import ...
0
votes
1answer
13 views
how to add version info for linux applications
I have developed a GUI application in linux.
Currently, the version information of the application is displayed inside the GUI.
Now, my customer wants that he should be able to check version of the ...
0
votes
1answer
40 views
Adding versioning to a SQL Server table
I have a table where each record has a Value, a VersionEffective and a VersionExpiration column. Currently, the VersionEffective column is filled out correctly, but the VersionExpiration column is ...
0
votes
1answer
69 views
C# Simple File Versioning
Is there a .NET supported way of programmatically versioning basic text, excel, word, etc. files in the file system?
More specifically, I am attempting to add a file version attribute to a Crystal ...
0
votes
0answers
43 views
Problems with android versions
I'm working on a app which should run on different android versions. I'm using SQLite and have set up my app as follows:
Android: 4.2.2
Platform: 4.2.2
API Level: 17
Manifest file
...
1
vote
2answers
30 views
which version of program will execute? the one in the /usr/bin or the one in /usr/local/bin?
I have python in both /usr/bin and /usr/local/bin. Now I have this question that which one will execute if I call python?
I know that I can check with which python command to see which one is which ...
-6
votes
1answer
346 views
How to install R version 3.0 [closed]
After having some problems to install new version of R from command line on ubuntu (straightforward way just update to version 2.15.x)
I want to share the way to do this:
0
votes
0answers
61 views
Assembly version information in AssemblyInfo.vb and .vbproj file
In a vb.net project i have got a assembly version information in both .vbproj file and assemblyinfo.vb
In .vbproj file i have got following
<AssemblyMajorVersion>1</AssemblyMajorVersion>
...
2
votes
1answer
72 views
Versioning support in Google Cloud Storage from Java?
Previously I asked one question regarding building Document management system on top of GAE using Google cloud storage Document management system using Google Cloud Storage. I think I got appropriate ...
0
votes
0answers
20 views
php - GD extention and version number with phpversion()
Trying to get a bit of server info for debug I just use :
$ext = get_loaded_extensions();
foreach($ext as $ex){
echo '<br> Enabled : <b>' .$ex .'</b>';
}
Result :
[.....]
...
0
votes
1answer
7 views
Is choosing an interpreter the same thing as choosing a version of python?
Newbie programmer here: I have python 2.7 and 3.3 installed on my machine (windows 7).
Is selecting an interpreter the same thing as telling your computer which version of python you want to run?
...
1
vote
2answers
56 views
How to display the installed Zend Framework version on the command line?
I have a ZF2 based upon the ZF2 Skeleton. How can I find out, which ZF2 version is currently being used?
0
votes
0answers
27 views
How to let Cmake choose diffierent standard c++ lib?
I use this way to choose gcc version in my centos 5.8 with cmake
However i get a build error, because cmake chosed to link old 4.1 libstdc++.a, even I specify the CMAKE_LIBRARY_PATH, I still get the ...
0
votes
1answer
26 views
Specify .NET Framework version for a stand-alone ASPX page
Could the target .NET Framework version be set not in web.config, but directly in a following page?:
<%@ Page Language="C#" Debug="true" %>
<%@ Import Namespace="System.Net" %>
<%@ ...
-1
votes
1answer
50 views
how can I get the app version in Go?
I want to use the version that I have set in app.yaml as a querystring variable for my css and js files, so that my user's browsers will grab the latest version if it has been cached when I update my ...




