Tagged Questions
This tag should be used to identify questions regarding compatibility issues, for example between different versions of the same software product or, development kit or library.
122
votes
10answers
52k views
Uninitialized constant ActiveSupport::Dependencies::Mutex (NameError)
When I want to create a Ruby on Rails project, I get the message below.
/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:55: uninitialized constant ...
105
votes
5answers
28k views
<button> vs. <input type=“button” />. Which to use?
When looking at most sites (including SO), most of them use:
<input type="button" />
instead of:
<button></button>
What are the main differences between the two, if any?
Are ...
40
votes
1answer
8k views
How To Make iPhone App compatible with multiple SDK (firmware) versions
With iOS4 coming out soon, I have already planned to include an iAd in a future update of an app of mine. I assume that this will make my app unusable for anyone on a firmware lower than 4.0. Is there ...
39
votes
29answers
3k views
IE6: To support or not to support
As most Web developers know, IE6 is a pain to support when it comes to making a website look and feel just as in the other major browsers (Firefox and IE7). I'd like to know what are the feelings of ...
37
votes
9answers
774 views
Strategy for developing namespaced and non-namespaced versions of same PHP code
I'm maintaining library written for PHP 5.2 and I'd like to create PHP 5.3-namespaced version of it. However, I'd also keep non-namespaced version up to date until PHP 5.3 becomes so old, that even ...
23
votes
5answers
481 views
Which functionality/feature in Scala only exists as a concession to the underlying platform and should be removed if targeting something else?
A while ago I read about Scala for LLVM and I kept wondering which things in the Scala language/specification/library) only exist to make the JVM happy or improve interop with Java.
Considering that ...
20
votes
3answers
14k views
Logging framework incompatibility
I'm building a small Java app and hoping to use logback for logging.
My app has a dependency on an older project that does its logging via
org.apache.commons | ...
15
votes
4answers
1k views
Creating Library with backward compatible ABI that uses Boost
I'm working on certain C++ library (or more framework). I want to make it backward
compatible with previous versions preserving not only API compatibility but also ABI (like the great job Qt does).
I ...
13
votes
5answers
211 views
How to write Python 2.x as much compatible with Python 3.x as possible?
There are many ways to include Python 3.x features in Python 2.x, so code of Python 2.x scripts could be easily converted into Python 3.x in the future. One of these examples is replacing print ...
13
votes
5answers
12k views
Detect IE8 Compatibility Mode
We have not had time to fully test IE8 with our fairly extensive system. We are also reaching the point at which we can't prohibit the use of IE8. Our users are stubborn and not terribly ...
13
votes
3answers
6k views
“This program might not have installed correctly” message in Windows 7 RC
I have an installer that works perfectly under NT 5.x, Vista, and Windows 7. It contains the proper manifest for UAC on NT 6.x.
But starting with Windows 7 RC, every time the setup program closes, ...
13
votes
17answers
2k views
Why do we need other JVM languages
I see here that there are a load of languages aside from Java that run on the JVM. I'm a bit confused about the whole concept of other languages running in the JVM. So:
What is the advantage in ...
13
votes
6answers
2k views
Which Version of Python to Use for Maximum Compatibility
If I was going to start an open source project using Python what version should I use to ensure that the vast majority of users can use it on their system?
I'm the kind of person who quickly jumps to ...
12
votes
7answers
6k views
VB6 Running on Windows 8?
Assuming that vb6 does not run on Windows 8 because the VB6 run time libraries are not shipped with Windows 8, would it not be possible to install the VB6 run time library on Windows 8 and then then ...
12
votes
11answers
986 views
Should “portable” C compile as C++?
I got a comment to an answer I posted on a C question, where the commenter suggested the code should be written to compile with a C++ compiler, since the original question mentioned the code should be ...
11
votes
1answer
317 views
println vs System.out.println in Scala
I always thought that Predef.println was merely a shortcut for System.out.println, but apparently I am mistaken, since it doesn't seem to use System.out at all. Why is that so? And how can I do the ...
11
votes
1answer
2k views
What happens when .NET 4.0 references a .NET 2.0 assembly?
What exactly does the .NET 4.0 runtime do if a .NET 4.0 executable contains a reference to a .NET 2.0 assembly?
Is the .NET 2.0 assembly run with the .NET 4.0 runtime (in other words, .NET 4.0 must ...
11
votes
5answers
325 views
What are some specific examples of backward incompatibilities in Perl versions?
It has been 22 years between the initial public release of Perl 1.0 (December 18, 1987) and the current stable release 5.10.1 (2009).
During those 22 years the following notable releases have been ...
11
votes
7answers
11k views
Delphi issues on windows 7 x64?
I searched around but I couldn't find a straight answer to these questions, only bits and pieces: if I install windows seven x64,
1 - will I be able to use delphi 2007+ as I'm used to aka start it, ...
11
votes
2answers
3k views
How good is Jquery's Backward Compatibility?
We have had issues with mootools not being very backward compatible and I was wondering if anyone has had any problems with Jquery because we are starting to use it and are now using a newer version ...
10
votes
1answer
289 views
What is special about the executables compiled with Visual Studio 11 which results in that the executables cannot be executed on Windows XP?
I compile my C++ source code with Visual Studio 11 Developer Preview. I statically link to the runtime library.
The resulting executable cannot be executed on Windows XP. When I try to execute it on ...
10
votes
3answers
914 views
git svn rebase resulted in byte order is not compatible error
Following is the error I am getting when I tried 'git svn rebase':
Byte order is not compatible at ../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/_retrieve.al) line 380, at ...
10
votes
5answers
3k views
Firefox does not show tooltips on disabled input fields
Firefox doesn't display tooltips on disabled fields.
The following displays tooltip in IE/Chrome/Safari except Firefox:
<input type="text" disabled="disabled" title="tooltip text."/>
Why ...
9
votes
4answers
73 views
JDK, JRE an JARs compatibility
I know a bit about JDK and JRE source and binary compatibility (e.g. this and this), but not sure about the following situation:
Consider I have an application which is compiled using JDK5 and runs ...
9
votes
1answer
257 views
are gcc-3 binaries compatible with gcc-4
I have a static library that has been compiled with gcc 3.4.3 .I would like to use this in code that will now be compiled with gcc-4.
I've read vaguely that gcc-3 and gcc-4 binaries are not ...
9
votes
2answers
2k views
GCC ABI compatibility
As far as I've understood, it is not possible to link libraries that use different versions of GCC's Application Binary Interface (ABI). Are there ABI changes to every version of GCC? Is it possible ...
9
votes
5answers
4k views
How to set “Run this program as an administrator” programatically
I'm having a problem with good ol' bdeadmin.exe in Vista. First, let's get the predictable responses out of the way:
"You should not require your application to be elevated."
This one does. C'est la ...
9
votes
3answers
242 views
Running software built for .NET 3.5 on a system with only .NET 2.0 installed
How far along does software compiled for .NET 3.5 get before crashing on a system that only has .NET 2.0 installed?
The application I am developing uses WPF and requires .NET 3.5, but I would like to ...
9
votes
6answers
11k views
Can I develop asp.net 3.5/2.0 projects using Visual Studio 2010?
Can I develop asp.net 3.5/2.0 projects using Visual Studio 2010? Or I will be stick on .Net Framework 4.0?
8
votes
2answers
250 views
In Delphi how do I determine when to use Real, Real48, Double or Single data types?
Most of my applications revolve around financial calculations involving payments and interest rate calculations. I'm looking to find out how to determine what Delphi data type is best to use.
If I'm ...
8
votes
3answers
460 views
Compatibility problem with .xcdatamodeld between Xcode 4.1 (Lion) and Xcode 3.2.5 (snow leopard)
I have a problem with a Data Model using Core Data.
1/ I've created a data model on xcode 4.1 (on lion) with my entities and their relationships. In the inspector on the right i've checked "Tools ...
8
votes
4answers
3k views
Is .NET 4.0 Compatible with Windows XP SP2 or below?
I have read here http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5765d7a8-7722-4888-a970-ac39b33fd8ab that to instal .net 4.0 CP (client profile) you must have WinXP SP3 or above. This is ...
8
votes
2answers
583 views
SQL Server: Why would i add “;1” to the end of a stored procedure name?
i came across a compatibility issue today, as a customer upgraded from Windows XP to Windows 7.
The (12 year old code) is calling a stored procedure on the SQL Server called
ai_nextid
Except that ...
8
votes
4answers
408 views
Why do Off-the-shelf applications work on both Intel and AMD processors?
One thing I lack understanding on is how can code compiled for an Intel CPU work on an AMD CPU.
My base understanding is that if you compile C code, for example, the compiler turns the source code ...
7
votes
1answer
82 views
Why use “regular” Fragments when you have the Android Compatibility Package?
From what I have read and heard, the Android Compatibility Package Fragments have the same capabilities than the "regular" Honeycomb Fragments.
On one hand you have Fragments that work with devices ...
7
votes
1answer
164 views
C# Func<> delegates in library
The generic Func<> and Action<> delegates from later versions of .NET are very appealing, and it's been demonstrated in many places that these can easily be recreated in code targeting .NET 2.0, ...
7
votes
2answers
2k views
Was PreferenceFragment intentionally excluded from the compatibility package?
I'm looking to write preferences that can be applied to both 3.0 and pre-3.0 devices. Discovering that PreferenceActivity contains deprecated methods (although these are used in the accompanying ...
7
votes
2answers
2k views
Which browsers support the HTML5 History API?
Can someone point me to a compatibility chart for browsers that support/don't support the HTML5 History API?
Spec: http://www.w3.org/TR/html5/history.html
Tutorial: ...
7
votes
2answers
243 views
How to see if code is backwards compatible for Python?
Okay basically i have some code that i am trying to make it play nicely with ESRI's geoprocessor. However ESRI's geoprocessor runs on Python 2.2, 2.3, 2.4, 2.5. We need to make our tools work on any ...
7
votes
5answers
11k views
HTML 5 Browser Compatibility Chart - HTML 5 in Old Browsers?
I have just started considering using the HTML 5 api for a Rails/JQuery project, so I can use that great data- attribute to store values.
I am worried though about browser compatibility issues. I ...
7
votes
3answers
1k views
Windows: How to create custom appcompat shims (Application Fixes)?
Windows has the capability to apply shims to mis-behaving applications. Shims are used to intercept API calls and change it. For example, shims can be used to:
change the incoming paramters
lie ...
7
votes
4answers
7k views
Facebook Connect and HTML5, xmlns available?
Facebook Connect and their "Social Widgets" documentation mention that you need to add an xmlns attribute to your <html> tag on the page where it will be used.
I understand that xmlns is for ...
7
votes
6answers
966 views
Changing java version
i have a server - client application that runs on java 1.3; i want to change to java 1.6 step by step, meaning first few clients, than rest of the clients and finally server...
i was wondering could ...
6
votes
3answers
984 views
Android app for phone and tablet: 1 or 2 apps?
I have to develop an application for both Android phones as tablets.
The application logic is the same, while the UI is completely different.
I'm wondering how I should deal with this: make 1 big app ...
6
votes
2answers
806 views
Android Compatibility Library error
Has anyone try the demo app for the new compatibility library on Android yet.
Here
I am trying v4 build on API 11 and I keep on getting this error when I try the Support4Demo and click on Tabs and ...
6
votes
6answers
501 views
Relationship between C and C++
When Stroustroup was designing C++, one of his goals was that C++ were as much a superset of C as possible. I understand that this is not 100% the case, but most of good code in C is also C++ code.
...
6
votes
3answers
208 views
Can we create a VC++ executable which will work natively on both 32 bit and 64 bit Windows?
Is there any way to build a VC++ project so that the dll/exe created by it will work as a 32 bit application on a 32 bit Windows OS and as a 64 bit application on a 64 bit Windows OS (not in WOW64).
...
6
votes
1answer
790 views
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 ...
6
votes
3answers
198 views
“Compatibility Pack” for backporting new .NET Framework features?
For various reasons I often find it desirable to write code that is compatible with .NET framework 2.0 or 3.5 or compatible with the .NET Compact Framework, but it is a problem that there are numerous ...
6
votes
1answer
392 views
.lib and .dll Backward Compatibility
I currently have a VS6 unmanaged C library that I deliver as either a .lib or .dll. I want to upgrade to VS2010 but I still have users that are in VS6, VS2005, and VS2008.
Can a .lib or .dll built in ...