Questions tagged [incompatibility]

302 questions
0
votes
1 answer

I need my jquery edited (downgraded) to work with 1.8.0 please

This is the code I'm using to achieve a simple fade out, fade next in effect. var fadeLoop = function($el) { $el.delay( 5000 ).fadeOut(500, function() { var $next = $el.next(); if ($next.length == 0) { $next =…
0
votes
2 answers

Error: incompatible types when initializing type 'int' using type ' '

I am creating a program, which involves data from file. In one of the functions i get the error incompatible types when initializing type 'int' using type 'datte' when i try to compile it datte, clocck and games are structs. games…
Saftevand
  • 3
  • 4
0
votes
1 answer

How can I monitor everything on a server with PHP to find where a fault is?

I have taken over some patching work for a company, they didn't want to redo the system with a new system, so I am left with patching up what they have. So the server they rented upgraded the server from 5.3 to 5.5, and some problems startet to…
0
votes
0 answers

Program downloaded through VB.net project cannot run

I have created a project within VB.net, which downloads an .exe from my DropBox. When I manually download, the .exe it runs perfectly, however when I download it through my VB project, it comes up with the error: EDIT: "Unsupported 16-bit…
SPIDERS _
  • 1
  • 2
0
votes
0 answers

Your device is not compatible with this version, while installing from web and play store app

Before putting this issue in this forum, I have done lots of research to find out the actual cause of this but did n't get any satisfactory reason. I have uploaded a new build on play store around 6 months ago. Suddenly I came to know that this…
Ashish
  • 71
  • 2
  • 8
0
votes
2 answers

HTML5 iframe in HTML4 document

Is it possible to include iframe with HTML5 format inside HTML4 document? Then, will HTML5 features work as expected? Or, will root document restrict the HTML5 features?
0
votes
0 answers

iTunes Connect - set last iOS compatible

On App store, I have a old app that are not ok with iOS 9. I don't want to recompile it. Is there a way to set the "last version compatibl" on iTunes connect? (so iOS 8 and less user can still continue to use it.)
Franck
  • 8,939
  • 8
  • 39
  • 57
0
votes
1 answer

Incompatible types: Object cannot be converted to another Object?

I am trying to work out what may be causing this problem for a while now. I am completely new to Java and BlueJ but have been looking at this for hours and cannot figure out what is causing the problem. Keep getting the error message "Incompatible…
Jebediah
  • 1
  • 3
0
votes
1 answer

jquery dialog not working in firefox

Why is that jquery dialog does not work in firefox? this is working in IE very well.I used jqueryblockui.js pug-in. function showConfirmation(progTit, msgText, msgIcon, msgHideIcon) { var tblMsg; tblMsg = '
user335160
  • 1,364
  • 6
  • 32
  • 67
0
votes
1 answer

Expression blend 4 Silverlight version Incompatibility

I am getting the below error when I try create new sketch flow application "Blend cannot continue because of compatible silverlight version could not be found" I have the following installed Microsoft Silverlight version 4.0.50524.0 Microsoft…
Bhaskar
  • 127
  • 1
  • 18
0
votes
2 answers

Websphere 8.5.0.2 throwing incompatible java version

Websphere 8.5.0.2 has java 1.7u67. So I am building my application with Java 1.7u60. But still Websphere complains while deploying that, Incompatible version and application might have compiled in higher version that the server is configured for. I…
naamadheya
  • 1,902
  • 5
  • 21
  • 28
0
votes
1 answer

Incompatible Plugin with Gallery2

Using Gallery2 a standard gallery system I use I just installed on one of my websites. I then used a pretty simple Clean theme for including a header.php and footer.php files to match the same layout as the main website. However, when I installed…
Austin
  • 153
  • 1
  • 1
  • 13
0
votes
0 answers

When i run the below query in MySQL 5.6 it shows 141000 records. but when i run this on MySQL 5.0 it fetches only 91 records

Recently we had upgraded the MySQL from 5.0 to 5.6 in our test server. But our live server is still in MySQL 5.0 version. When I run the below query in MySQL 5.6 it shows 141000 records, but when I run this on MySQL 5.0 it fetches only 91 records.…
0
votes
3 answers

field 'class' has an incompatible 'class'

I get these errors: node.h:12:2: error: 'Student' does not name a typeStudent student; node.h:17:14: error: 'Student' does not name a typeNode( const Student& ); node.h:20:25: error: 'Student' does not name a type void setStudent( const Student&…
CodeHero
  • 23
  • 9