3
votes
4answers
113 views
Binary compatibility between Linux distributions
Sorry if this is an obvious question, but I've found surprisingly few references on the web ...
I'm working with an API written in C by one of our business partners and supplied …
1
vote
9answers
222 views
Does Visual Studio 2008 work well with Windows 7 pro 64bit
I am just about to buy a Dell Studio 15 Laptop with Windows 7 Pro 64bit
Has anyone faced any issues in installing or working with Visual Studio 2008 on Windows 7 Pro.
Or do I need …
27
votes
13answers
1k views
In the 13 years that Java has been around, are there any specific examples of backward incompatibilities?
It has been thirteen years between the initial public release of Java 1.0 (1996) and the current stable release 1.6.0_16 (2009).
During those thirteen years the following notable …
0
votes
3answers
36 views
How to disable buffer overflow checking in the Visual C++ Runtime?
i, and a few thousand other people, are getting an error being thrown by the Microsoft Visual C++ Runtime:
Which for the benefit of search engines, says:
Microsoft Visual C++ R …
0
votes
2answers
56 views
How to create a VB6 collection object with ATL
or a VB6 - compatible - collection object.
The title says it all, here's the background.
We provide hooks into our .net products through a set of API's.
We need to continue to s …
1
vote
2answers
29 views
Axapta v3.0 with SQL 2005?
I managed to find an old Axapta version to practice some programming and learn Axapta a little. The problem is I can't get it started. I had installed SP1-2-3 and started it, it is …
2
votes
2answers
45 views
Windows: How to create custom appcompat shims (Application Fixes)?
Windows has the capability to apply shims to mis-behaving applications. Shims are used to intercept API calls and change it. For example, shims can be used to:
change the incomin …
0
votes
2answers
23 views
Widescreen check on normal screen
Hi,
I work normal screen and I develop some web application. When the application goes on widescreen some of the pages looks weired. Is there any way I can view my web page as it …
1
vote
3answers
257 views
html onchange /onblur compatibility
I am currently writing a web site which must be compatible with all browsers including IE back to version 6.
I was wondering about compatibility issues with these two events in pa …
2
votes
9answers
127 views
Cross language C# and Java development
Can you give me some advice on how to best ensure that two applications (one in C#, the other in Java) will be compatible and efficient in exchanging data? Are there any gotchas th …
0
votes
2answers
53 views
What the minimum edition of Windows 7 to work with Visual Studio/Asp.net?
With Windows Vista/XP, I needed at minimum the Home Premium edition. In the Home Basic edition of Vista/XP I cannot work with ASP.Net...
What the minimum edition of Windows 7 to …
1
vote
1answer
28 views
Expression blend solutions won’t open in Visual studio
Hi I'm a designer. My key tools are Photoshop, Illustrator and Expression Blend. As much as I love the user interaction of Blend I'm finding problems when I open a Visual Studio fi …
4
votes
12answers
410 views
Best compiled language for OS/X and Linux compatibility
We need to write some software that will compile and run on both an os/x server and ubuntu. We would love to use objective-c with all of its cocoa goodness, however the GNUstep imp …
1
vote
1answer
118 views
How do I prevent programmatically the “Program Compatibility Assistant” in Vista (and Windows 7) from appearing?
I develop a C++ program which might use adobe flash, although it is not essential.
I use CoCreateInstance to create the flash object, and if it fails, I know flash is not installed …
9
votes
3answers
101 views
Running software built for .NET 3.5 on a system with only .NET 2.0 installed
How far along does software compiled for .NET 3.5 get before crashing on a system that only has .NET 2.0 installed?
The application I am developing uses WPF and requires .NET 3.5, …
