Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in binary-compatibility

Running/compiling executable Linux vs Solaris

Can I change a return type to be a strict subtype and retain binary compatibility?

java binary-compatibility

Does deleting the default value of function parameter still keep binary compatibility?

c++ binary-compatibility

ABI compatibility of interfaces (abstract classes) with other virtual changes

C++ Dynamic Library Compiling/Linking

Can I recompile a public API with a sub-interface and keep binary compatibility?

Java binary compatibility - RFC on proposed solution to covariant return type using invokevirtual semantics

java binary-compatibility

C# plugin system binary compatibility issues

Is Scala incompatible with itself? [duplicate]

Does changing the return type of a function for a child type breaks binary compatibility?

will adding a new bit-field to my C-struct break binary-compatibility?

Is it possible to achieve binary compatibility in .NET library?

How do I tell vb6 not to create new versions of interfaces/com objects everytime I make dll?

GCC target specificity and binary compatibility

gcc binary-compatibility

Determining binary compatibility under linux

does adding new member function into d pointer class break binary compatibility?

Why are public fields and properties interchangeably binary compatible?

Runtime error (dll loading) with win32 applications on x64 system, while compiling 0K

What would I lose by abandoning the standard EventHandler pattern in .NET?