PDA

View Full Version : Finding shared Dll



gbswartz
10-07-1999, 06:35 PM
How do I find in the registry where the VB6 runtime, msvbvm60.dll, is kept? It is a shared resource so how do I find the share count info? I would like to remove all references to it from the registry and install the runtime in my own directory.

jstolz
10-07-1999, 08:39 PM
How about firing up regedit and searching (Edit|Find, or Ctrl+F) for msvbvm60.dll? You'll likely find one reference at HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\SharedDLLs

Regards...