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!