I am making a program in Visual C ++. The program relies on some DLL files that I do not want to host in system32. Now the dll files are in the same folder as my .exe, but I would like to move them to a subfolder. The problem is that if I move files, my application does not start and comes up with this error message:
MyProgram.exe - Cannot Find Component
This application failed to start because myDll.dll was not found. Reinstalling the application may fix the problem.
I had the same problem before, where if I could find a solution that included adding something to the registry, but I forgot how it works, and now I can no longer find the manual.
Can anyone help me out?
Kvist source share