Results 1 to 3 of 3

Thread: Setting up ActiveX component on another computer

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 1999
    Posts
    363

    Setting up ActiveX component on another computer

    I created an ActiveX DLL which has a class module, a form, and a module. I also created an application that uses this DLL. On my pc, I compiled the application and it talks to the DLL. On someone else's pc, I get "ActiveX component could not be created.". What do I need to do??

    It doesn't use any controls that aren't registered on the other pc....just doesn't seem to like that it's ActiveX or maybe that it's a DLL. I tried to register it with regsvr32 but it said it didn't have an entry point.

    Please help!
    Wade

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Make a setup package just like you would for an exe.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 1999
    Posts
    363
    I know with ocx's, you can manually register the file if you want to quickly test it on someone else's pc. I guess with ActiveX, there's more hidden in the background that needs to occur. The setup worked. Thanks!
    Wade

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