|
-
August 16th, 1999, 03:29 AM
#1
ActiveX
I using ActiveX DLL B in application A. After make EXE file A, i change DLL B and recompile it. Every one time recompile B i must remake application A
Help me !
-
August 16th, 1999, 03:31 AM
#2
Re: ActiveX
in the IDE go to the Project Properties dialog an from the "Component" tab select binary compatibility.
(and read the online docs about compatibility)
-
August 16th, 1999, 05:21 AM
#3
Re:Re: ActiveX
Thanks for your help me !!!
-
September 8th, 1999, 06:37 AM
#4
Re: ActiveX
When an Application is using your component(DLL),You Should Change the Name of the Existing Method/Property/Class. If you change, existing application may not work properly.
And it is not that every time when you Modify&Compile your component you should re-compile your application(Which is impossible in real-time scenario).
All that you will have to do is Set the Version Compatibility Option Available in the Project-Component of the Component(DLL) to Binary Compatibility.
Now if you re-compile your COMPONENT you need not re-compile existing application. Reason When You select Binary Compatibility option CLASSID & GUID are Preserved. It does't generate a new ones.
Sent Your Comments to [email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|