version

Vista Reverts My Code On Me

For some strange reason, when I move a PHP file from one folder to another, Vista copies an old version of the file instead of the current version. This really screws up the web application I'm working on and causes me to waste time in figuring out the problem. What the hell is going on here and how do I prevent Vista from copying or m...

BlackBerry API Compatibility Testing

Is there an easy way to find out the minimum BlackBerry API version required by an application? I know there are several ways, but I think there must be something really simple that is too obvious for me to think of. One way would be to download all device simulators provided by RIM and test the application on each of them. Another way c...

How to know if debug version of flash is installed?

How to know if debug version of flash is installed? Thank you. ...

Java API to find out the JDK version a class file is compiled for?

Are there any Java APIs to find out the JDK version a class file is compiled for? Of course there is the javap tool to find out the major version as mentioned in here. However I want to do it programmatically so that that I could warn the user to compile it for the appropriate JDK ...

Changing the version in the info.plist file so that correct version will show up in mac finder

I am doing maintenance on app that other people created and I want to change the version in the Info.plist file so that when someone selects the app in the finder the correct version will show up. When I manually edit the info.plist file and change the bundle version string from 1.0 to 3.0 it still display 1.0 in the finder. Also, whe...

How to check the version of OpenMP on Linux

Hi, I wonder how to check the version of OpenMP on a Linux remote machine? I don't know where it is installed either. Thanks and regards! ...

Determine linux version from java

I'm wondering if there's a way to determine which version of Linux I'm running (ie differentiate between RHEL4, RHEL5) from within the JVM. I'm just looking for a consistent way to differentiate between the operating systems and their versions. ...

How to recompile Sharp Architecture library to use NHIbernate 2.1.0.4000 instead of 2.1.0.3001

I have updated the Sharp Architecture solution (SharpArchitecture_1.0_RTM_build_486) (my local copy) and referenced NHibernate 2.1.0.4000 instead of NHibernate 2.1.0.3001 dll. I have also updated all other NHibernate related references in Sharp Architecture solution. I was able to rebuild Sharp Architecture and to pass all the tests us...

Programmatically retrieving assembly version of a running service

Hello! I'd like to access to assembly version information of a service I "control" with ServiceController class. (ie. I'd like to display "2.3.1.23" ), however I can't find any information about retrieving assembly versions ... Is it possible at all? EDIT: Just to clarify ... I only know the name of the service running on the local com...

How to get excel version from c++ add-in

I have a c++ unmanaged project whose output is an .xll file which is an add-in loaded by excel at startup, this add-in can work with both versions, excel 2003 and excel 2007. Now, what I need to do is to obtain the version of the excel instance that the user is actually using for working with my add-in. Does anyone can suggest me how t...

Java Project Manager Help in Eclipse (help with program versions)

When I program I often end up making 5 or 6 different versions so that way if I mess up I can return back to an older version. In the Eclipse IDE, is there a way I can just click "create new version" or something so I don't have to make an entirely new project and copy and paste the previous source code to the new version I just made? ...

VS.net set version for multiple projects in one solution

I am trying to update a lot of different projects in a solution to have a new version number. Is there a simple way to synchronize the version number across all projects fileversion and clickonce options? ...

Why does JQuery.browser.version return 1.9.1.2 for Firefox 3.5.2

Does anybody know why JQuery.browser.version returns 1.9.1.2 for Firefox 3.5.2 What's the pattern? How to detect major versions? navigator.userAgent "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2" navigator.appVersion "5.0 (Macintosh; en-US)" ...

What version of the iPhone/iTouch to target

I am about to release my first app to the iTunes store. What version of the iPhone/iTouch should I be targeting to hit the most people? The default in XCode is 3.0. ...

How to change structure of subversion repository after a migration?

Hi, I am a newbie to both Subversion and PVCS VM I currently migrated my project from PVCS VM to Subversion And I now have this structure I got the project and in my project i got my components inside each components I have trunk, branches and tags. We are trying to change the structure to have the project and then I got my components...

Will installing different version of JRE in one server causes instability?

I am writing a java program using JAVA 6. Our company server is using JAVA 5. They refuse to upgrade it to 6, so the workaround would be install another JRE 6 inside the same machine. They wonder, will installing different version of JRE causes instability? What the installation process do? Simply copy over the files and setting up envi...

How to remove Installation of MySQL on Mac OS X

Hello, i need to install older version of mysql server on mac os, but i have newer version i try to remove this newer installation (5.1), but when start old version install (5.0b) message "MySQL 5.0.51b-community for Mac OS X can't be installed in this disk. A newer version of this software alrady exists on this disk" i can't recognize...

How do I query Tcl about its version?

There must be an easy way to do this, but I can't find it. What command can I run within Tcl to get it to introspect and report the version of itself that is running? ...

Are there any development issues with regards to a specific version of Windows 7?

With the three different versions of Windows 7 (Home, Professional, Ultimate), are there any limitations/ease of use issues that are known of/might become an issue? The WinXP virtualization can most likely improve invaluable on Pro and Ultimate for testing differnet builds (although it's easily circumvented with something like VirtualPC...

Upgrade a reference dll in a C# project without recompiling the project

I need to take a built version of an C# application and change one of the reference dll's. What is the best way to do this, I have specific version turned off on the reference dll but as soon as I test replacing the dll with a newer version, I get the "Could not load file or assembly XXXXX, Version=XXXXX. Is there a way to stop the loa...