I have built a C++ dll to use from dot net. When I run the progran I get an error, dll not found.
The dll is there - but I checked it with dependency walker - and got for the following:
API-MS-WIN-CORE-COM-L1-1-0.DLL
API-MS-WIN-CORE-WINRT-ERROR-L1-1-0.DLL
API-MS-WIN-CORE-WINRT-L1-1-0.DLL
API-MS-WIN-CORE-WINRT-ROBUFFER-L1-1-0.DLL
API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL
API-MS-WIN-SHCORE-SCALING-L1-1-0.DLL
DCOMP.DLL
Error opening file. The system cannot find the file specified.
I did a search - apparently these are Win 7 files an d I have Windows 7 - but didn't find them.
What can I do ?
I am using VS2010, Windows 7