Click here to Skip to main content
15,879,239 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

for kindeness I need to modify the CLSID of a .dll file directly into the .dll

I don't need to change the CLSID value into the registry: I need to change the internal value inside the .dll so when I register it it get the new value that I would like.

For example I have a qcap.dll that have CLSID: {E2510970-F137-11CE-8B67-00AA00A3F1A6}

can I modify the dll so that the new CLS become: {E1234567-F137-11CE-8B67-00AA00A3F1A6}

it's just for a proof. Thanks

Thanks
Posted
Updated 26-Nov-14 4:22am
v2
Comments
Richard MacCutchan 26-Nov-14 16:01pm    
You can try, if you can figure out where in the DLL the CLSID is stored.

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