Version defines an unique state of a computer software or a file.

learn more… | top users | synonyms

1
vote
0answers
20 views

PHP include different version of same library

If i've different version of same third-party library ( or class ) that have of course same namespaces and class names. Is there a way to include them in same project avoiding name collisions? ...
0
votes
0answers
38 views

no matching function for call to 'lower_bound' with newer gcc

I'm having some trouble compiling code that uses std::lower_bound on systems with newer versions of gcc. From my tests, 4.1 works, but 4.6 fails. Here is the relevant code snippet: template ...
0
votes
0answers
6 views

Ruby: hide WEBrick httpd version

I'm using OpenVZ Web Panel to manage my VPS servers and when I scanned my server with nmap I saw: PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 6.0p1 Debian 4 ...
1
vote
1answer
32 views

code not working on Android 4.2 but ok on Android 2.3

I have a set of code that is working ok on android 2.3 but not on 4.2 emulator. This is a slideout menu code with a set of tabhost in it. The slideout menu code was downloaded from here . Can ...
0
votes
1answer
23 views

how to check linux X11 version?

I need to read X11 source code, since there are a number of X11 versions, like: X11R1 X11R2 ... X11R7.7 how can I find out which version of X11 my ubuntu 10.04 has installed? thank you.
0
votes
0answers
9 views

Should I target iOS 5 or iOS 6 for a new iPad app? [on hold]

I''ll be launching a new iPad app in about 3 months time (Oct 2013), primarily for use in the UK. What version of iOS should I target? 5.0 or 6.1 (the choices I have in Xamarin Studio)? If 6.1, what ...
1
vote
1answer
22 views

Determining an ActiveX control's version in Silverlight or Javascript

I am looking for a way to determine a) whether or not a user has a specific ActiveX control installed, and b) what the version of that control is in either Javascript or Silverlight. I have used ...
0
votes
2answers
34 views

How can a C# program use a COM dll of any version?

This question is a sequel of this question We're creating a dll, written in C++, providing access to some hardware. This dll implements and is accessed using COM interfaces. We also have a C# program ...
5
votes
3answers
115 views

How can a C# program use a C++ dll of any version?

We're creating a dll, written in C++, providing access to some hardware. We also have a C# program that uses this dll. We're having an issue with the versions. Indeed, when running the C# program, it ...
3
votes
1answer
42 views

Versioning software without having to edit lots of config files

We have a project that uses a couple of assemblies. Is there an easy way of handling the version of all those assemblies at once? We have a version like major.minor.patch.revision Most of the ...
1
vote
1answer
49 views

How to include the two different versions of the same header?

I am writing file conversion code from a proprietary file format to one more generic. My goal is to support multiple versions of the manufacturer's file format. I have a multiple versions of the same ...
0
votes
1answer
12 views

ORA-918 for ambiguous column in Oracle 9.0.2.8 but not 9.0.1?

I'm tesing an application that uses oracle 9i version 9.0.1 and no errors is raised and all queries return their results correctlty but when testing with version 9.0.2.8 for some columns the error ...
0
votes
1answer
9 views

In which file is the version number of CppUTest defined

In which source/include file is the version number of CppUTest (http://cpputest.github.io) defined ? I have search all files, both .cpp and .h files but could not find anything. The latest version, ...
0
votes
1answer
33 views

minSdkVersion of 8 doesn't compile with some needed fields

In my android app, we need to support everything from Gingerbread to Jelly Bean. In my stylesheets, I need to have 2 versions of some fields, for example: <item ...
0
votes
1answer
29 views

how to change file & product version of a exe file

I am using Microsoft Visual C# 2010 Express. I have to change the version of my exe file. Please tell me how to do it, either by my C# code, or by batch file.

1 2 3 4 5 135
15 30 50 per page