Tagged Questions
3
votes
1answer
169 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
79 views
Circumventing vb6 binary compatibility [closed]
This is more or less an academia question to help me better understand this process... not so much a request to figure out how to get around binary compatibility so no need to explain why I shouldn't ...
2
votes
1answer
134 views
Is it possible to achieve binary compatibility in .NET library?
I have a .NET library visible in COM, and it's called from a vb6 application.
If I add some methods and release a new version (but don't erase or change signatures of existing methods), I would like ...
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 ...
0
votes
2answers
258 views
in VB6, why do I have to set version compatibility to No Compatibility from Binary Compatibility, and then back to Binary Compatibility to make things work?
My project was originally set to Binary Compatibility, but it was not building. So I first set it to No Compatibility, it built fine that way. Then I set it back to Binary Compatibility, and overwrote ...