Visual Studio Code – Why does my program not find my DLL file?
I have a program and it worked just fine, but when I compiled my MainDLL.dll file, my program won't find it. It returns (0x7E) (The specified module could not be found). The .dll file is in the same folder as…