Tagged Questions
The incompatibility tag has no wiki summary.
21
votes
9answers
97k views
iPhone SDK on Windows (alternative solutions)
I know there is no official SDK for Windows, which is very annoying. Is there any way to develop applications on a Windows computer, other than somehow running a Mac OS in VMware? I know you can do it ...
15
votes
4answers
399 views
Incompatibility between C and C++ code
The given C code
#include <stdio.h>
int x = 14;
size_t check()
{
struct x {};
return sizeof(x); // which x
}
int main()
{
printf("%zu",check());
return 0;
}
gives 4 as output ...
11
votes
3answers
2k views
Javascript getters/setters in IE?
For whatever reason, Javascript getters/setters for custom objects seem to work with any browser but IE.
Does IE have any other non-standard mechanism for this? (As with many other features)
If not, ...
7
votes
3answers
84 views
Using a Scala libary that is only available for an older Scala version
I am new to Scala. However, I a created a medium size program with Scala 2.9.0. Now I want to use an open source libary which is only available for Scala 2.7.7.
Is it possible to use this 2.7.7 ...
6
votes
0answers
131 views
Existing program doesn't run on iOS5 [closed]
Two of my programs available in the AppStore for months and running without any problems on iOS3 and iOS4 are not compatible with iOS5.
It seems to me that Apple has changed some things to make the ...
6
votes
4answers
752 views
Python logging incompatibilty between 2.5 and 2.6
Could you help me solve the following incompatibility issue between Python 2.5 and 2.6?
logger.conf:
[loggers]
keys=root,aLogger,bLogger
[handlers]
keys=consoleHandler
[formatters]
keys=
...
4
votes
3answers
278 views
How can I get a working Data::Alias in Perl 5.12?
I like Data::Alias. It seems to be broken in 5.12. Can it be fixed? Will it be fixed soon? Is there any nice alternative?
4
votes
4answers
3k views
Java method works in 1.5 but not 1.6
I have an application which has been running happily under Java 1.5 for around a year. We've just had the boxes updated and had Java 1.6 installed.
After deploying the app to the new server we've ...
3
votes
0answers
93 views
Scalala: IncompatibleClassChangeError in Quickstart
I'm trying to follow the Scalala Quickstart Guide.
I built everything with SBT (according to the instructions) and it passed all the tests when I ran test.
I'm trying to take advantage of the ...
3
votes
1answer
138 views
How to tackle Scala source incompatibilities in 2.8.0?
There are a few cases of source incompatibilities with Scala 2.8.0. For example, creating an anonymous Seq once required defining the abstract def elements : Iterator[A], which is now called def ...
3
votes
5answers
227 views
How to announce backward incompatible changes in OSS project?
Sometimes you need to introduce backward incompatibile changes, when the improvements far outweighs the downsides. It is possible to easily switch to old behavior, but the user must be aware of such ...
2
votes
2answers
40 views
App is incompatible with all devices after publishing to the Market but same was working when moved directly to the device
I have developed an app using PhoneGap and tested the same in different version of emulator and also in my Motorola Photon. I have not faced any problem in testing.
But when I published the same in ...
2
votes
3answers
151 views
Why does this JavaScript work for FF and not IE8
I have just found out after half a year that an IE cannot process this script and now that my programmer is gone I'm stuck with it myself :-(
It works fine in FF
This is the code:
function ...
2
votes
2answers
488 views
16-bit Assembly on 64-bit Windows?
I decided to start learning assembly a while ago, and so I started with 16-bit assembly, using FASMW.
HOwever, I recently got a really new computer running Windows 7 64-bit, and now none of the ...
2
votes
1answer
75 views
Cross-browser incompatibility, how to put the button “同意して、アカウントを作成します” back into the big box?
If you visit http://www.tenxian.com/jp/common/signup.php? with Firefox, you will find that the button "同意して、アカウントを作成します" is out of the box; if you access this web page with IE, then there is no ...
2
votes
6answers
167 views
Which web browsers give the most incompatability issues?
I'm not a 100% sure if I should be posting this here but where else can I post it (definitely not Server Fault or Super User) so hopefully it's not too inappropriate.
I am currently developing a ...
2
votes
5answers
278 views
Proprietary system documentation 'leaks' and how to stop them?
The ability to use BitKeeper free of charge had been withdrawn by the copyright holder Larry McVoy after he claimed Andrew Tridgell had reverse engineered the BitKeeper protocols in violation of ...
1
vote
1answer
22 views
IE8 incompatibility of z-index and body:after
I have a two-way gradient background and a navigation bar. All the browsers display right except IE8 (even IE7 is ok).
The simplified code is here: http://jsfiddle.net/HKg9d/3/
If you adjust the ...
1
vote
3answers
138 views
Iframe inside a DIV incompatibility Chrome-Firefox
If you put an iframe inside a div:
<div id="big-box">
<iframe src="http://www.google.com" class="frame">
</iframe>
</div>
And use CSS to ask the iframe to occupy all ...
1
vote
2answers
75 views
Android: How to check why an app is “Not Compatible”
My app is targeting API/minSDKversion 5 and runs fine on 2.2. My friend just tried to download my app onto his Samsung Galaxy S2 running 2.3.4 but was met with the "not compatible" warning. Is there ...
1
vote
1answer
571 views
Assigning to 'id<NSXMLParserDelegate>' from incompatible type 'FBXMLHandler *'?
I am getting a Assigning to 'id' from incompatible type 'FBXMLHandler *' warning in the bolded line. This warning is in ShareKit and I am looking for a way to fix it.
FBXMLHandler* handler = ...
1
vote
1answer
39 views
What are the versions of cpython which different implementations(jython/ironpython/pypy/ect.) are roughly compatible with
i.e. jython(or other implementation) version x.y is roughly equivalent to cpython version a.b
Please list version of alternative implementation, and feel free to list multiple versions so this list ...
1
vote
0answers
301 views
SSRS report expressions not being evaluated when inside an MVC3 IIS6 C# project
In my MVC3 project I wanted to add reports, so I used SSRS local report rdlc (Microsoft Reporting) by creating a sub folder and putting the .aspx web viewer and rdlc in it. All was well until I tried ...
1
vote
1answer
227 views
C# Sendkeys in Vista
I was working on a macro program in C#, which used SendKeys.Send(Wait) and worked fine in Windows XP.
Most people know that using sendkeys in Vista (32-bit) or above causes problems, but mine seems a ...
1
vote
2answers
279 views
Obj-C enum “Incompatible Types in initialization”
I'm having a problem with enum type initialization that appears to be simple to solve but I haven't figured out how to do it.
Suppose I declare the following enum type:
typedef enum NXSoundType {
...
1
vote
1answer
182 views
Does your Visual Studio 2008 hang after installing Office 2010?
Late night I installed Office 2010 Professional Plus. Here I am, the next morning, and Visual Studio 2008 is freezing, like there "was some invisible dialog window", because it doesn't allow me to ...
1
vote
3answers
176 views
Known incompatibilities between Java 1.4 to Java 5
A list of potential compatibility problems is provided by Sun : http://java.sun.com/j2se/1.5.0/compatibility.html
Have you encountered other problems when running/testing old-1.4-applications ...
1
vote
4answers
1k views
Hover Over a Menu Item Working in Firefox but not in Internet Explorer
Here is the coding in which hover is working inf firefox but not in IE
.menu
{
margin-top:1px;
display:inline-block;
background-color:#FCFAB4;
color:#000000;
height:30px;
width:121px;
...
1
vote
3answers
2k views
compiling c++ code using gnu/c getline() on mac osx?
I'm trying to compile a pre-existing c++ package on my mac osx leopard machine, and get the following error:
error: no matching function for call to 'getline(char**, size_t*, FILE*&)'
This is ...
1
vote
2answers
1k views
Java applet/Firefox incompatibility problem
I've written a Java applet. A user reports that he tried to run it in Firefox 3.0.3 on OS X 10.5.5 but no go. It wants him to download a plug-in, but when he tells it to install missing plug-ins it ...
0
votes
2answers
50 views
Java- Using a float - constructor error
I dont understand why i am getting an error of an incompatible data type, i am using a float for a financial value, i do not want to go past two decimal places!
I was under the impression that you ...
0
votes
0answers
19 views
compatibility issue with Skype (2.2 beta) and centos6 (64bit)
I'm facing some difficulties in installing skype with centos6 (64bit), Every time I tried, after system reboot centos stuck in the loading screen,
But without installing skype my Centos6(64bit) works ...
0
votes
1answer
131 views
android - Android market incompatible
I have published my app on android market. I was able to download it to my phone(samsung galaxy sl [i9003]) but, recently I updated my phone through kies to 2.3.6 from 2.3.5 and now market is saying ...
0
votes
1answer
537 views
This App Is Incompatible With This iPod touch
I have developed an app that required iOS >= 4.0. But when I download it from App Store by using my iPod touch 2 (iOS 4.2.1), it says "This App Is Incompatible With This iPod touch". I don't know why. ...
0
votes
1answer
76 views
C Program struct error assigning type struct node from int
I'm new here so sorry for not providing all information I should to get help I need but here goes.
struct node {
int data;
struct node* next;
struct node* previous;
};
*currentB = ...
0
votes
2answers
100 views
Phalanger and Zendframework
Zend framework is just a collection of PHP classes.
Phalanger is a complete PHP compiler.
So why I can not port Zend Framework-based application to Phalanger??
I got the following error whene I ...
0
votes
1answer
171 views
Xcode 4 iphone 3.1.3 applications not work
i'm working with Xcode 4 and my software work well on iPhone 4 and simulator but when i test it on devices like iPhone 2G or 3Gs i have this error immediately when i run the code :
Terminating app ...
0
votes
0answers
110 views
Java and Android: Recording sound on Android, playback on PC
I have almost finished v.1.0.0 of my android application and, as usual, ran into a bug. Part of my android application records sound on android using this code:
...
0
votes
1answer
705 views
Incompatible pointer types assigning to 'NSHTTPURLResponse *' from 'NSURLResponse *'
I get the warning Incompatible pointer types assigning to 'NSHTTPURLResponse *' from 'NSURLResponse *' in the code below. This method is part of Sharekit.
The line with the warning is the ...
0
votes
2answers
841 views
Incompatible pointer types sending 'Class' to parameter of type 'id<UIActionSheetDelegate>'
I am receiving the warning Incompatible pointer types sending 'Class' to parameter of type 'id' in the italicized line in the code below:
+ (SHKActionSheet *)actionSheetForType:(SHKShareType)type
...
0
votes
0answers
55 views
Which rule set can be installed with mod_security2 2.5?
It seems that the latest core rules are not compatiple with older versions of mod_security2 (2.5.6-1.25.1). Although the README says so.
I'm getting several errors when starting the apache which ...
0
votes
0answers
196 views
100% parent div width in IE compatibility view
I am having an issue with IE compatibility view. I have to account for this because it is required by some of the websites that my company uses unfortunately. I have a bar that is collapsible at the ...
0
votes
1answer
120 views
help with PHP and JavaScript code [closed]
Possible Duplicate:
Problem with page loading content, inside content
so im having problems, the two pieces of code i will reprint worked fine until is introduced a jQuery plugin. Firstly ...
0
votes
2answers
160 views
C program compiling error
I am trying to compile and install a program created in 1997. I am using gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-50) and CentOS release 5.5 (Final). While trying to do a 'make' command while in the ...
0
votes
1answer
478 views
Dreamweaver CS5.5 BSOD (Blue Screen of Death) help?
I just finished downloading and installing the trial version of the Adobe Dreamweaver CS5.5 but for some reason, whenever I try to run it, I get a BSOD or Blue Screen of Death. I'm pretty sure I meet ...
0
votes
0answers
161 views
Adding Shoulda Breaks CanCan Testing (Rails 3)
I'm using CanCan (1.6.5) in a Rails 3 project and have been using RSpec 2 and FactoryGirl for testing. Yesterday I added Shoulda as well, and that has broken CanCan as far as testing. Or perhaps it's ...
0
votes
5answers
76 views
How can I determine whether a user is on IE…and send them to a page saying my web app isn't supported on IE?
I've been developing a web application, and I have noticed that in testing with IE, there are major issues with certain critical display elements. For this reason, I need to block off the web app from ...
0
votes
1answer
55 views
jQuery code working in Safari, but half in IE
I've got the following piece of code:
vote = $('input.vote', $($("ul#statement_forms li.statement")[current])).attr("value");
alert(vote);
Where the variable current is an integer. If i run this in ...
0
votes
1answer
505 views
Cannot run Visual Studio 2010 Outlook Add-in on machine with Outlook 2007 installed
Problem summary: How to run Outlook 2010 add-ins with only Office 2007 installed
I have 2 machines with Office 2010 and Visual Studio 2010 installed. One PC is Windows 7 64bit; the other machine is ...
0
votes
4answers
191 views
PHP 5.3 incompatible - <? and <?php . How to fix? [closed]
Possible Duplicate:
<? ?> tags not working in php 5.3.1
I am running Debian Lenny and the "official" PHP version is 5.2.? -- However, I've ran across many things that now require PHP ...