Results 1 to 4 of 4

Thread: ActiveX Component

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2000
    Posts
    34

    Post

    When I run my application after it's been installed I get error "ActiveX Component can't create object"....any suggestions? Does it need to be registered? And how do I register it? Any suggestions? Thanks.

  2. #2
    Member
    Join Date
    Jan 1999
    Location
    Longmont,CO
    Posts
    53

    Post

    If your app needs an ActiveX component, then you must register the component on each user's machine. The P&D wizard should have done this for you. If not, you can use the regsvr32 utility.

    To register an ActiveX DLL:
    regsvr32 "path to DLL\MyDLL.dll"

    To register an ActiveX Exe:
    path to exe\MyExe.exe /regserver

  3. #3

    Thread Starter
    Member
    Join Date
    Jan 2000
    Posts
    34

    Post

    Where can I get the utility?

  4. #4

    Thread Starter
    Member
    Join Date
    Jan 2000
    Posts
    34

    Post

    I found it in the System directory. Okay, I know I need to run from command line to register the DLL, but I don't know which DLL is needed for this activex component?? Any suggestions?

    Thanks,
    Dave

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