|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
What is cleanestway to remove Binary Compatibility?I was compiling a DLL using binary compatibility. but then I decided to
change the name of a property. Do I have to revert back to No Compatibility until I stop changing property names? I have reverted to No Compatibility, yet the reference to the old property name still exists and the new property name is not recognized. As we speak, I'm going thru the registry to try to delete all references to the class. What was the right way to do this?
Show quote
Hide quote
"Howard Kaikow" <kai***@standards.com> wrote in message Not really. Easiest way would have been regsvr32.exe to unregister your news:%23zWmvNR7JHA.3592@TK2MSFTNGP02.phx.gbl... >I was compiling a DLL using binary compatibility. but then I decided to > change the name of a property. > Do I have to revert back to No Compatibility until I stop changing > property > names? > > I have reverted to No Compatibility, yet the reference to the old property > name still exists and the new property name is not recognized. > > As we speak, I'm going thru the registry to try to delete all references > to > the class. > > What was the right way to do this? previous DLL. If you still have that DLL (haven't deleted it or overwritten it with a newly compiled version), you can still use regsvr32.exe. -- Mike "MikeD" <nob***@nowhere.edu> wrote in message Ayup, I have a .bat to do that, but I foolishly had deleted the DLL.news:e%23yq1UR7JHA.5932@TK2MSFTNGP03.phx.gbl... > Not really. Easiest way would have been regsvr32.exe to unregister your > previous DLL. If you still have that DLL (haven't deleted it or overwritten > it with a newly compiled version), you can still use regsvr32.exe.
Karl, I need to understand your Timer!
RAM Drive can't write to text file in Windows 7 I need a Class 101 on threading in VB6 Ghost Form Run-Time Error 5 - 'Invalid procedure call or argument' error msg Overcoming a MsgBox's shyness File not found How to obtain the new GUIID key on a new build of an ActiveX DLL or an ActiveX OCX Passing Structure (Type) |
|||||||||||||||||||||||