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 =…

Jaiden Watling
- 5
- 6
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…

Ole Lasse Bjellaas
- 33
- 9
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?

Byungchan An
- 13
- 1
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