Tagged Questions
3
votes
1answer
66 views
How do I preserve binary compatibility for a .NET Assembly that presents a COM interface?
We have developed a .NET Assembly that stores language translation information and it needs to be consumed by a VB6 application.
We would like to be able to change the translation information without ...
3
votes
1answer
170 views
VB6 IDE Is Locking The Loaded Project's DLL
I'm responsible for maintaining legacy VB6 code, and have encountered an annoying problem with regard to the locking of a project's COM DLL. (We'll call it MyProject and MyProject.dll)
When I load ...
2
votes
2answers
166 views
COM Interfaces and Binary Compatibility
In the day job, I work on a VB6 (I know, but don't mock the afflicted...) application that uses a number of libraries we have written (also in the ever illustrious VB6). One of these supporting ...
1
vote
3answers
720 views
VB6 binary compatibility - adding new Events
In a VB6 ActiveX exe project, is there any way to preserve the GUID for the events dispinterface if and when new events are added?
Obviously changing existing events breaks compatibility. Adding a ...