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.

learn more… | top users | synonyms

1
vote
0answers
32 views

css background-size: cover issue in IE

I have this one-page running here: www.zencak.cz/photo.html. After several hours trying different solutions I have found on internet I still have compatibility issue with background-size: cover in IE9 ...
0
votes
0answers
31 views

Strange Android bug with RotationAnimation

I am building a cube out of RelativeLayouts. While doing that I stumbled across some very strange bug I cannot explain. I have 6 RelativeLayouts inside a class extending RelativeLayout. OnLayout those ...
0
votes
0answers
15 views

Why my Validation works on all Mac browsers but 'NOT' PC Browsers

I am having trouble getting my validation written below to work on ALL PC browsers. The code below works 100% on all MAC browsers. Can someone review my code or let me know if I missing something ...
0
votes
0answers
11 views

Android Layout Compatibility on different android devices

I have created Following layout in resource folder: layout layout-large layout-normal layout-small layout-sw320dp layout-sw480dp layout-xlarge Also i have mentioned in manifest ...
0
votes
2answers
43 views

IE9 sometimes switching to Document Mode: IE7 Standards

I imagine that this might be a quick and easy question for someone who's more familiar with IE browser modes. We have an intranet application window that's sometimes switching to 'Document Mode: ...
0
votes
0answers
3 views

FOSUserBundle 1.3.1 => 2.0

I'm using 1.3.1 version of FOSUserBundle. I has upgraded symfony to 2.2 and I'm not sure about 1.3.1 compatibility so I want to upgrade the bundle as well, but I can't find any instructions of what I ...
1
vote
0answers
21 views

Any reason to define a header-guard to 1?

Occasionally I observe such header guards: #ifndef FOO #define FOO 1 ... #endif // FOO But I learned it this way: #ifndef FOO #define FOO ... #endif // FOO Is the define to 1 an old ...
0
votes
1answer
19 views

NSKeyedArchiver/NSKeyedUnarchiver compatibility on different iOS versions

In an iOS app, we are using serialization of complex objects through NSKeyedArchiver/NSKeyedUnarchiver to store info and data. So the app will include such a serialized object in the app bundle, and ...
-1
votes
0answers
6 views

“App”-serverside - Maintenance and compatibility [closed]

I´m currently making an App for AppStore and we're getting ready for release. I have some problem and thoughts I'd like to have answered. We have a REST API-ish server backend to our app. And the ...
-7
votes
1answer
39 views

Android Application Compatibility [closed]

What should I have to write in manifest for android application screen compatibility for multiple android devices? I tried compatible and support screen but its taking only normal layout.
0
votes
1answer
12 views

Android Switch compatibility libraries - theme sometimes not applied

I'm currently using the following Switch open-source compatibility library: https://github.com/ankri/SwitchCompatLibrary So far it works well, except on some devices (last reported on Android ...
0
votes
0answers
20 views

Is ReportViewer 2012 compatible with SSRS Server 2005 for remote access?

While attempting to view a report in ReportViewer 2012 from SSRS 2005 in remote mode I am getting error: "Remote report processing requires Microsoft SQL Server 2008 Reporting Services or later." Are ...
0
votes
0answers
24 views

AJAX issue in Safari

Can You help me with this AJAX issue on a MAC? Both codes below do work properly on Chrome, FF and IE. But some MACs with Safari do have a problem with it. 1: masterImg = $("#masterImg"); ...
3
votes
3answers
41 views

Does python's hash function remain identical across different versions?

I'm currently using hash on tuples of integers and strings (and nested tuples of integers and strings etc.) in order to compute the uniqueness of some objects. Barring that there might be a hash ...
-1
votes
3answers
113 views

My ASP.NET website is not displayed correctly in Internet Explorer 10 after server deployment

I've created a website using ASP.NET (C#) Framework 4.0 When running on my local IIS (in debug/release - before and after deployed) - the website is displayed correctly - as intended (checked on ...
0
votes
2answers
12 views

ASP.NET page running on comptibility view and displays badly

I'm developing a website that displays fine in FF or Chrome, but when running on IE, it displays the message below and turn view into compatibility, thus the layout fails to display correctly and some ...
2
votes
4answers
42 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
3answers
34 views

TypeOf undefined instead of comparing against undefined?

In JavaScript, why would people write typeof myVar == "undefined" instead of myVar == undefined? Is it for compatibility reasons?
0
votes
0answers
83 views

OS X 10.6SDK compatible with 10.5 leopard system __ZNKSt13bad_exception4whatEV

My project is compiled with 10.6SDK and selected 10.5 as Deployment Target. When I run the binary in 10.5 leopard system it gives me Symbol not found: __ZNKSt13bad_exception4whatEV Referenced from: ...
0
votes
1answer
41 views

how to solve (__bridge CFURLRef) so it compiles with xcode 3.1

I try to get some code to work which is coded with xcode 4.1. My target system is osx 10.5 with Xcode 3.1. So while compiling often some property issues come up, which i'm able to handle. But the ...
0
votes
0answers
25 views

how to set image size with dsp:valueOf on Internet Explorer 8 compatibility

I'm playing with Oracle ATG right now, and I have issue about IE8 browser compatibility tag. Maybe you guys can help me. I have an image source with original size : 60 x 60 , and I have this code : ...
0
votes
0answers
25 views

spring and hibernate compatibility with JDK5,6 and 7

I am trying to figure out compatibility of various spring and hibernate version with different JDK versions(specially JDK 5,6 or 7). I tried checking on spring source and hibernate website but could ...
0
votes
1answer
33 views

iOS armv7s architecture compatibility and eventual issues

I'm managing an old iOS project and for many reason I can't use armv7s as valid architecture. I build and deploy this app with armv7, armv6 and i386 archs, but I'm searching for an Apple document ...
1
vote
2answers
40 views

Firefox addon compatibilty with version 11

I made an addon for Firefox and it works with the latest version. My problem is that I want it to work with all versions of Firefox. How can I do this? Info: I used the Add-on SDK to make the ...
5
votes
2answers
51 views

What approach to use in own programs to leverage updates to future java versions?

If a developer extends a Java class that is part of the JDK and adds new methods to it, there is always the risk that a future version of java may introduce methods with the same name/signature ...
1
vote
1answer
23 views

Compatibility issue with drRacket: “require” and “frame”

I wonder if my drRacket has a problem : I see example on the internet of programs but when I put them in Dr racket, it considers them as an error. It first append when I write (require racket/base) ...
1
vote
1answer
54 views

How to use NotificationCompat.Builder and startForeground?

Short question: I'm trying to use the NotificationCompat.Builder class in order to create a notification that will be used for the service, but for some reason, i either don't see the notification, ...
-1
votes
0answers
13 views

Browser compatibilty issues with my header [closed]

i am having a slight problem with css i adjusted ity to how it should be and it does want to work is anyone able to give me a HTML and CSS document that has these: a center fixed position header with ...
2
votes
1answer
69 views

IE 9 under seven doesn't transform an XML using it's referenced XSL file anymore

Prior to IE9 I could open a local XML file using a XSL file. The browser would correctly locate the XSL file referenced in the XML and use it to transform the XML to an HTML page. That doesn't seem to ...
-1
votes
4answers
228 views

Why shouldn't I compile C code with a C++, or write C++ code to be compilable in C?

I have a habit of writing code to be compilable on both C and C++ compilers, for example: some_type *foo = (some_type *) malloc(sizeof (some_type)); When I ask questions about my C code, I'm told ...
1
vote
1answer
110 views

Is cross-origin postMessage broken in IE10?

I'm trying to make a trivial postMessage example work... in IE10 between windows/tabs (vs. iframes) across origins Remove any one of these conditions, and things work fine :-) But as far as I can ...
0
votes
1answer
51 views

Writing a Tcl extension that will work with multiple versions of Tcl

At my company we are currently using Tcl 8.4 and we are wanting to update to 8.6. The way we want to do this is by writing all of our new C++ extensions to be compatible with 8.6 and 8.4 so that all ...
0
votes
1answer
94 views

OnGlobalLayoutListener: deprecation and compatibility

I have to use an OnGlobalLayoutListener object and then to remove the listener, I had a problem with deprecated methods that I resolve with following code. protected void onCreate(Bundle ...
0
votes
1answer
137 views

Accessing SQL Server 2012 from Windows XP

Is there a compatibility problem that would prevent a program running under Windows XP from accessing a SQL Server 2012 Standard instance running on a Windows 2008 server on the same domain? This ...
1
vote
1answer
91 views

ActionBarSherlock action bar not visible on JellyBean

I moved to ABS and it's fine on Gingerbread but action bar doesn't show up on ICS. WHy is that? Manifest: <application android:name="MyApp" android:allowBackup="true" ...
0
votes
1answer
59 views

How to compile an old version of F# using Microsoft Visual Studio 2010?

I am trying to learn F#, and I was looking into a Suduko Solver program [Link is here] (http://www.ffconsultancy.com/dotnet/fsharp/sudoku/code/1/sudoku.fs)! The original program was developed in ...
0
votes
1answer
57 views

Can Java 8 code be compiled to run on Java 7 jvm?

Java 8 introduces important new language features such as lambda expressions. Are these changes in the language accompanied by such significant changes in the compiled bytecode that would prevent it ...
5
votes
3answers
222 views

What is the effectiveness of using the compatibility feature for older operating systems in Windows XP, Vista, 7 and 8?

I've been trying to research why certain compatibility features differ based on operating system so I can program a patch. I'm using the compatibility settings in the registry for Windows 95 to run a ...
0
votes
0answers
39 views

Ruby/Rails and R Compatibility, Statistical Packages

We currently have an R-based graph and are hoping to integrate this into our Rails application. A couple of questions: 1) Is RSRuby still valid as an option? The last gem update and the majority of ...
0
votes
1answer
25 views

Incompatibility of Pellet 2.3.0 with OWL API 3.4.3?

I want to build a Java application which will query an ontology using Pellet query but I am new to this field and I encounter some compatibility problems. The ontology has been constructed using ...
1
vote
1answer
146 views

Update the code that uses DirectX 9 for Windows 8 Store (SafeSEH flag)

I have working app that uses DirectX 9. I need to update my app for Windows 8 Store that require compilation with SafeSEH flag. It's working only with DirectX 11 SDK, but there is no d3dx9 that used ...
0
votes
0answers
51 views

Which version of Hibernate is best compatible with Spring3

I've been using Spring3 with Hibernate3 for a while and those are really a good pare of libraries with maximum capabilities. Since Hibernate4, i thought of trying to migrate to it. But I'm bit ...
0
votes
1answer
78 views

How to use ACL of Tizen

I'm new to Tizen. Searching ahead to have Android apps developed already to work on Tizen, I found Tizen can run Android/Bada apps using Application Compatibility Layer (ACL) Could someone please ...
0
votes
1answer
48 views

Javascript Internet Explorer Compatibility, function not defined

im having a bit of trouble, i created a simple webpage to download catalogs, and i use javascript to simplify it, with a select the user chooses the catalog they want and the javascript function ...
0
votes
0answers
31 views

Internet explorer iframe loading slow [closed]

On internet explorer, my website runs VERY slowly, if at all. It works fine on Google chrome. Here is the specific page http://www.thefunon.com/games-update. I think it is a problem with my ...
0
votes
2answers
43 views

Why use builtin commands over external programs (in bash scripts)?

This question is concerned with the negative impacts of using external programs versus instead of builtin constructs -- specifically concerning sed, and external programs in general. Obviously, using ...
5
votes
1answer
84 views

Video compatibility issue: android recorded video not played in iphone

I am recording a video in android like this List<Camera.Size> list = myCamera.getParameters().getSupportedPictureSizes(); Parameters parameters = myCamera.getParameters(); ...
-6
votes
1answer
57 views

How do I change the API level on an existing apk? [closed]

I want to change apk so that it is compatible with my phone (2.3.3)
1
vote
1answer
54 views

Win95 programming for Win8

I know some of you will think this silly, but I want to compile a Windows program on Win95 that will run on Win95/98/98SE/2K/ME/XP/VD/7/8 but not necessarily WinCE/3.1/RT as they don't implement Win32 ...
0
votes
1answer
53 views

How to make website comptible with iOS and mouse over

Currently, my site is programmed with "hover mouse over" indicating the names of the boxes (when your mouse goes on them), which works for Android and general Computers, but is not compatible with ...

1 2 3 4 5 25