Hello Everyone-

I have a VB program which calls a C++ DLL. I have recently tryed to deploy my program and have run into some problems. I have made an install program using both InstallShield and VB's Package and Deployment Wizard. Both of them are giving me the same results. When I install and run the program on my machine it works great, no problems at all.

When I install it on other machines and try to run it I run into a lot of problems when the C++ DLL is called. Essentially the Dll is creating and writing to a file. When it tries to accomplish this the DLL returns the C++ Errno Code 2 which translates into: "No such file or directory." I don't understand why it would work on my machine but not on other machines. The directory that it trying to create and write the file on is constant.

If anybody can help me I would greatly appreciate it. Please let me know if more info is needed.