Running dll file on two different computers

Hi
I've created a .dll file which is used on different computers.
The problem is that is runs on one of them but not on the other computer.

Does anyone know of what typical errors to look for? Could it be related to different system files and how do I find out which files in that case?

I would appreciate all helpufl suggestions!

br

/A
This is a Windows specific question. In future, please post Windows questions in the Windows Programming section.

You're probably missing a dependent library on the failed host. You can check what your dependent libraries are with Depends, then install the missing libraries as required.
http://www.dependencywalker.com/
Ok, thanx!

/A
Topic archived. No new replies allowed.