devxlogo

ActiveX DLLs – Maintaining Compatability

Question:
I have created an ActiveX DLL with VB 5.0 Pro. I have a handful of apps that use this DLL. I would like to be able to change this DLL without having to recompile all of the apps. Is this possible?

Answer:
In general, yes. There are a few situations where you could break compatability, though, and you need to be aware of these. Essentially, if you change any existing properties, methods, classes, enumerations, etc., that will break compatability. However, you are free to add new functionality!BTW, make sure you have Binary Compatability selected in the Project Properties dialog before you compile the DLL.

Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.

See also  How Engineering Leaders Spot Weak Proposals

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.