I have a legacy msvs2005 c++ project library (dll). I opened project on WindowsXP workstation with msvs2008 installed and code compiled fine. But when I try to use it with executable module i observe "my-library.dll or one of it's dependencies were not found".
Dependency Walker tells me that MSVCP80.DLL, MSVCR80.DLL, MSVCR90D.DLL are missed. MSJAVA.DLL is missed also. I installed 2008 Visual C++ redistributable package but the problem remains. Required libraries were not put into System32 folder.
What shall I install on workstation or what shall I trick in project configuration to avoid this problem?
Thank you in advance!