C++ move dll files from root to sub folder
问题 I'm making a program in visual c++. The program relies on some dll files, which I don't want to place in system32. Now the dll files is in the same folder as my .exe, but i would like to move them to a sub folder. The problem is, if I move the files, my application fails to start and comes with this error message: MyProgram.exe - Unable to Locate Component This application has failed to start because myDll.dll was not found. Re-installing the application may fix the problem. I have had the