I have written an DLL with some routines that an EXE calls. The EXE is located on a server where multiple clients can access it. If I register the DLL on the server will all of the clients have access to it?
I am attempting to do this but keep getting the error: "Error 429: ActiveX component cannot create object" when it tries to access the routine in the DLL. Is there something I need to do when making the "Createobject" call from the Exe?
Barbara
