Results 1 to 4 of 4

Thread: Registry correspondence

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2008
    Posts
    470

    Registry correspondence

    Hi,


    Suppose I have a vbp file which contains like

    Code:
    Reference=*\G{5F9D3DF6-552E-11D5-BB69-0004AC3A3D72}#8.2#0#..\HostInterface\HostInterface.dll#ICL POS Host Interface
    How can I check it in the registry?

    Thanks

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Registry correspondence

    What do you mean by "check it"?

    Verify it exists?

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2008
    Posts
    470

    Re: Registry correspondence

    Yes. To verify it or to find it.

  4. #4
    VB-aholic & Lovin' It LaVolpe's Avatar
    Join Date
    Oct 2007
    Location
    Beside Waldo
    Posts
    19,541

    Re: Registry correspondence

    If you open your project in VB, you will get an error if it does not exist/not registered. VB should popup with its references window stating that it is missing. And "missing" simply means that it is no longer registered... If it is missing then:

    You can probably search the registry (regedit.exe) for the GUID: 5F9D3DF6-552E-11D5-BB69-0004AC3A3D72
    But even if you find it, you'd have to understand the different keys it is found in to determine whether or not it is registered correctly.

    You may just want to search your harddrive for HostInterface.dll and register/re-register it if necessary, using regsvr32. Else and easier, simply re-add it to your project via the references window and VB will re-register it for you.
    Last edited by LaVolpe; Sep 24th, 2009 at 02:18 PM. Reason: formatting
    Insomnia is just a byproduct of, "It can't be done"

    Classics Enthusiast? Here's my 1969 Mustang Mach I Fastback. Her sister '67 Coupe has been adopted

    Newbie? Novice? Bored? Spend a few minutes browsing the FAQ section of the forum.
    Read the HitchHiker's Guide to Getting Help on the Forums.
    Here is the list of TAGs you can use to format your posts
    Here are VB6 Help Files online


    {Alpha Image Control} {Memory Leak FAQ} {Unicode Open/Save Dialog} {Resource Image Viewer/Extractor}
    {VB and DPI Tutorial} {Manifest Creator} {UserControl Button Template} {stdPicture Render Usage}

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width