chetg and Newtonm
To complete the subject, if you decide to just copy the DLLs (without register them), yes it most likely will work but the application when it starts will look in the system for it's runtime files, first in the registry, the in the windows path, and eventually in the application folder. If its a network application the path is even longer, and if your dlls are unregistered every time the application starts it creates a new instance of the dll as oppose to using the same instance. A few months from now you will come back to Tek-Tips with the question "How can I speed up my application startup". By then I hope you will remember that you should have registered the DLLS.
If you are unclear on the process of registering your dlls, please feel free to ask. Even your client can do it since registering dlls does not require VFP, but its done through windows. Mike Gagnon
If you want to get the best response to a question, please check out FAQ184-2483 first.