Tagged Questions

2
votes
3answers
104 views

Virtual override and binary compatibility

I have a library that can be compiled as a shared library (or DLL in Windows). It has a class that is derived from another class in another library. The base class has some virtual methods and my ...