I have a program in a directory which works in wine without a problem. I copied this program to another directory but now it's freaking out about missing dlls like this:
err:module:import_dll Library MSVCP50.dll (which is needed by L"Z:\\drives\\system\\Business\\BotDev\\l2uthless Chat New2\\ARDENC.DLL") not found
How come it works in one directory and not another? Is there something i am missing? I did not install this program via an automatic installer, nor does it use registry, so simply copying all the files should not break the program.
Thanks for your help.
Exe works in one directory but not in another
-
- Newbie
- Posts: 3
- Joined: Mon Jun 14, 2010 11:28 pm
Re: Exe works in one directory but not in another
Apparently you didn't copy everything--specifically, the dll it's complaining about.l2k-Shadow wrote:I have a program in a directory which works in wine without a problem. I copied this program to another directory but now it's freaking out about missing dlls like this:
err:module:import_dll Library MSVCP50.dll (which is needed by L"Z:\\drives\\system\\Business\\BotDev\\l2uthless Chat New2\\ARDENC.DLL") not found
How come it works in one directory and not another? Is there something i am missing? I did not install this program via an automatic installer, nor does it use registry, so simply copying all the files should not break the program.
Exe works in one directory but not in another
On Tue, Jun 15, 2010 at 9:39 AM, dimesio <[email protected]> wrote:
VS2002 although I could be wrong.
John
BTW, that file is part of the visual studio runtime. I believe versionl2k-Shadow wrote:Apparently you didn't copy everything--specifically, the dll it's complaining about.I have a program in a directory which works in wine without a problem. I copied this program to another directory but now it's freaking out about missing dlls like this:
err:module:import_dll Library MSVCP50.dll (which is needed by L"Z:\\drives\\system\\Business\\BotDev\\l2uthless Chat New2\\ARDENC.DLL") not found
How come it works in one directory and not another? Is there something i am missing? I did not install this program via an automatic installer, nor does it use registry, so simply copying all the files should not break the program.
VS2002 although I could be wrong.
John