Results 1 to 3 of 3

Thread: ActiveX error. Please help anyone

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2001
    Location
    CA
    Posts
    22

    Unhappy ActiveX error. Please help anyone

    What does it usually mean when you recieve this error:

    ActiveX Server returned an error: Library not registered


    Any help is appreciated.

    Thank you
    --Nick

  2. #2
    Hyperactive Member Scott Penner's Avatar
    Join Date
    Dec 2000
    Location
    Mountain View
    Posts
    327

    check references

    Your COM Server is probably either missing a reference to an object that you reference in your code, or the object that you're referencing is missing on the system. (missing dll or ocx).
    -scott
    he he he

  3. #3
    Junior Member
    Join Date
    Jul 2001
    Location
    Spain
    Posts
    21
    Maybe you have to register your dll

    use this command:

    C:\WINNT\system32\regsvr32.exe mydll.dll

    to register

    If you want to unregister:

    C:\WINNT\system32\regsvr32.exe mydll.dll /u

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