forderud / ComSamples

Examples of language-neutral COM interfaces for IPC and language interop.
MIT License
1 stars 2 forks source link

Demonstrate API versioning #14

Open forderud opened 10 months ago

forderud commented 10 months ago

Demonstrate how to implement side-by-side support for multiple versions of the same interface using COM. This is sometimes needed when being unable to upgrade the client & server in sync.