binary-compatibility
is it binary compatible for emdebian and android?
the Android ndk is hard to use for the old autoconf based code, so i employed scratchbox2/emdebian to have a complete build environment. can i build a shared library inemdebian (arch is armel) and the[详细]
2023-01-01 01:04 分类:问答adding virtual function to the end of the class declaration avoids binary incompatibility?
Could someone explain to me why adding a virtual function to the end of a class declaration avoids binary incompatibility?[详细]
2022-12-31 11:15 分类:问答Building Boost with LSB C++ Compiler
I want to开发者_运维百科 build my program with LSB C++ Compiler from the Linux Standard Base http://www.linuxfoundation.org/collaborate/workgroups/lsb. Program depends on the Boost library, built with[详细]
2022-12-27 23:19 分类:问答C++ exceptions binary compatibility
my project uses 2 different C++ compilers, g++ and nvcc (cuda compiler). I have noticed exception thrown from nvcc object files are not caught in g++ object files.[详细]
2022-12-26 05:10 分类:问答Tool for backwards compatibility for the C#/.NET API? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-22 08:28 分类:问答Is it possible to share a C struct in shared memory between apps compiled with different compilers?
I realize that in general the C and C++ standards gives compiler writers a lot of latitude. But in particular it guarantees that POD types like C struct members have to be laid out in memory the same[详细]
2022-12-17 19:23 分类:问答How to identify a missing method (Binary Compatibility) in a JAR statically
I want to verify binary compatibility between 2 JARs. Following the suggestions in this answer I used jboss tattletale but it can find only missing classes.[详细]
2022-12-16 13:15 分类:问答Scala: binary incompatibility between releases
Why is Scala binary incompatible between diffe开发者_JS百科rent releases?It has to do with the way traits are compiled, because traits are kind of like interfaces but they can contain implementation.T[详细]
2022-12-16 08:58 分类:问答Does removing an interface break code calling methods on the object?
I need to do some refactoring in Java, and I need to maintain some degree of binary compatibility. In this case I want to remove some legacy interfaces, that are not used anywhere anymore and whi开发者[详细]
2022-12-14 05:38 分类:问答How to design a C++ API for binary compatible extensibility
I am designing an API for a C++ library which will be distributed in a dll / shared object. The library contains polymorhic classes with virtual functions. I am concerned that if I expose these virtua[详细]
2022-12-12 06:49 分类:问答