HungryCoyote Posted February 4, 2021 Posted February 4, 2021 Has anyone tried editing the AH-6 FM and created a new ah6.dll? I have done this on a win 7 machine and it works. If I use that same dll on win 10, it does not work. I used Visual Studio 2019 to create the dll.
rato65 Posted February 5, 2021 Posted February 5, 2021 if you compile the dll on a Win7 and copy that to a Win 10 it will not work. You need to compile on the OS you will be using it.
HungryCoyote Posted February 5, 2021 Author Posted February 5, 2021 (edited) OK, I made a little progress. Installed VS on my Win10 gaming machine. Now the dll works on that computer. It does not work on two other win 10 machines that do not have VS instaled on them. Edited February 5, 2021 by HungryCoyote
Tiger-II Posted February 20, 2021 Posted February 20, 2021 (edited) You need to install the runtimes. I'm guessing you'll need VS2019 x64 version. You do **NOT** need to re-compile for the OS you are using! DCS is 64-bit, so the DLL will need to be 64-bit. That is all. Edited February 20, 2021 by Tiger-II Motorola 68000 | 1 Mb | Debug port "When performing a forced landing, fly the aircraft as far into the crash as possible." - Bob Hoover. The JF-17 is not better than the F-16; it's different. It's how you fly that counts. "An average aircraft with a skilled pilot, will out-perform the superior aircraft with an average pilot."
HungryCoyote Posted March 5, 2021 Author Posted March 5, 2021 So the problem turned out to be that I was compiling the dll in debug mode instead of release mode. Makes all the difference. 1
Recommended Posts