On 21/05/2011 20:25, Shrihari Sankaran wrote:
> I tried using the dependency walker. It showed me a list of missing DLL
> files (here: http://imageshack.us/photo/my-images/839/error2j.jpg/ and also
> msvcr90.dll). I copied all those files from my original Windows 7 directory
> to the "dist" directo
>
> Shrihari,
>
> Try to install on Windows XP: Microsoft Visual C++ 2005, 2008, 2010
> Redistributable Packages for x86.
>
> Then run your application. If it works, then you can copy missing DLLs
> (msvcr90.dll, etc) from them in your application directory (but it is not
> suggested), else there i
Shrihari,
Try to install on Windows XP: Microsoft Visual C++ 2005, 2008, 2010
Redistributable Packages for x86.
Then run your application. If it works, then you can copy missing DLLs
(msvcr90.dll, etc) from them in your application directory (but it is not
suggested), else there is something else
>
> Hi,
>> It is hard to see whats going on, but I can suggest to
>> use some debugger like ollydbg (http://www.ollydbg.de/[1]),
>> or Process Monitor
>> (http://technet.microsoft.com/en-us/sysinternals/bb896645[2]), to
>> see what DLL it tries to
>> load.
>>
>
> depends.exe (http://dependencywalk