I want to register Accusoft's latest DLLs for my ActiveX project without Rebuilding. Is this possible?
Yes, if your project uses late binding. Projects that rely on early binding will typically require recompilation whenever the DLL's public interface changes.
Early Binding | Late Binding | |
---|---|---|
|
| |
|
| |
|
|
Helpful Articles:
- Visual Basic Example showing how early/late binding works: Using Early Binding and Late Binding in Automation [Microsoft]
- MS Office OLE Automation Using C++ [CodeProject]
- Writing COM Clients with Late and Early Binding [Dr.Dobb]
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article