compatibility

Hibernate confusion. What are the differences between ga, GA and Final Releases? Compatibility? Repository?

Can anyone please explain: 1. The difference between ga, GA and Final Hibernate releases? 2. Should I use the maven repository or the jboss nexus repository? 3. Why does the latest compatibility matrix (http://community.jboss.org/wiki/HibernateCompatibilityMatrix) not list anything higher than 3.2.6GA? I'm using the following versions...

Does Entity Framework 4 work with SQL Server 2005?

Does ADO.NET Entity Framework 4 work with SQL Server 2005? I'm having trouble getting EF to work and I'm wondering if it's because of our version of SQL Server. ...

Compatibility issue between VS2010, Pex, and SlimDX

I have downloaded June bits of Pex and June bits of SlimDX SDK. Installed them on my RTM VS2010 Premium. Pex explorations do not work. Reverting to Feb 2010 bits of SlimDX seem to cure the problem. I've asked the same question on Microsoft Forums and SlimDX forums, and neither party wants to own this. How can I even begin to troubles...

LINQ to Entities produces query containing datetime2 on SQL 2005 Express

I've got a LINQ to Entities app and a database project to manage the schema in a VS 2010 solution targetting .NET 4.0. The entity model is currently reverse engineered from the database. One of the tables is defined with a column of type datetime. The database project is configured to use SQL Server 2005 compatability mode and so it all ...

JavaScript compatibility libraries

Are there javascript libraries that provide forward compatibility with particular implementations? For example, such a library could provide features present in JavaScript 1.6 in a way that's portable across various browsers. It should take advantage of native support for that functionality when available. Some of the frameworks like ...

How to drop Stored Procedures in a SQL 2000 + SQL 2005 compatible manner?

I have a project that requires me to do development in SQL Server 2005, but do deployments to a SQL Server 2000 box. For 99% of the SQL code, I have no problems, everything appears to be backwards compatible. Now I am just about to start adding all the Stored Procedures (SPs) to source control, and I like the idea of doing a drop-add e...

Alternative to System.Drawing.Bitmap in Silverlight which is compatible with WPF

I'm trying to cross compile some libraries for WPF and Silverlight. Currently one of the libraries depends on System.Drawing.Bitmap which is not available in Silverlight. It's a class that represents a device specific image format, and holds a reference to a Bitmap instance in order to display this image in a WPF application. What coul...

My program doesn't work on a friend's machine

Hello! I wrote a game in C++ + SFML using Visual Studio 2010 Express. I packed in all libraries like msvcr100.dll, opengl32.dll etc. but some pepole can run my game, and others can't :/ I don't know why, because I added everything that is necessary to run the game. People that can't run game get messages like : "The procedure entry point...

Maintaining ABI: adding constructor to struct

We have a struct in revision 1 of a shared library that we need to maintain the ABI for: struct Person { std::string first_name; std::string last_name; } In the revision 2, we're changing Person to this: class Person { public: Person(const std::string &f, const std::string &l); std::string first_name; std::string...

Visual C++ 2010 compatibility with VC 2008

I am compiling a program with Visual C++ 2010 but I don't want everyone to have to download the redistributable package to run my programs. Most people that will be using my program already have the VC++ 2008 redistributable package though, so is there a way I can compile it with compatibility with VC 2008? Or is there a place I can down...

Prototype .Mousemove equivalent

Hi, I would like to know if there is any equivalent to the jquery mousemove function in prototype. Thanks ! ...

"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 "small" features in new .NET frameworks that are not available in the older frameworks or Compact Framework. For example, I find extensio...

browser features database

I'm looking for some comprehensive list of web browser compatibility with various versions of standards like javascript, CSS, DOM, HTML.. I know about quirksmode.org, but I'm hoping there are other good resources as well. ...

mysql replication incompatible statements problem

hello, i wanted to setup a new mysql database slave running a newer version of mysql => 5.1.41 than the master => 5.0.75, which -- as far as i know -- should normally be no problem. however, as it turns out setting up replication fails, because i used a SQL statement in 5.0.75 which apparently does not work in 5.1.41 anylonger: the sta...

Where to find a compability list of Android browsers in different OS versions?

We're building a mobile web for Android devices. But we met some compatibility issue of Android browsers in different OS versions. We wanted to known some detailed information of the HTML/JS/CSS compatibility of Android Browser between version. Is there any official document for this? We searched around and found few about it. Thanks i...

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 way to install multiple versions of perl and have them automatically keep their XS modules separate? ...

Cross browser support jQuery

jQuery is famous for cross browser compatibility but, which all properties or functions don't have a cross browser support? I know one: ui-corner-all class won't produce rounded corner effect in any IE browsers. ...

Can you use Python v. 2.7 with Django?

The Django book says: "The core Django framework works with any Python version from 2.3 to 2.6, inclusive. Django’s optional GIS (Geographic Information Systems) support requires Python 2.4 to 2.6." ...

Iphone app compatibility question.

I have an app used iphone4's new feature (MFMessageComposeViewController). because this class does not exist in iphone3, I have to use a workaround method (old code) to do the thing. if ([self isVersion4]){ use new code } else { use old code } I compiled my app in iphone4 SDK and it runs well. I want to know if the app cound run well ...

iGoogle platform for intranet page

Does it exists a platform or container capable of running google gadgets written for iGoogle. Basicly what I want is to have my private "iGoogle" intranet page. I found out that LifeRay, Sun Java System Portal Server, Weblogic Portal Server and JBoss Portal Server should be capable of running google gadgets and i'd like to know if this...