Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
We have a com dll from third party and using that com dll from the vb script. We want to remove the third party dll and write our own dll with same name and object so that we dont need to change anything in our scripting code.

I created the new project with same dll name and class name.But some how in the rgs file it is showing the name differently

thirdparty object name is ReadWriteFileDataLibrary.ReadWriteFileDataAPILib

The project which I created have the below name in rgs file
VersionIndependentProgID = s 'ReadWriteFileDataLibrary.ReadWriteFileDataAPI'


The last three letters(Lib) are missing . Is it possible change the name same as the old dll?

What I have tried:

I have searched online but didnt able find related information
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900