Habe folgendes Problem, wenn ich einen Keybinder starten möchte:
Der Inhalt kann nicht angezeigt werden, da er nicht mehr verfügbar ist. Ja die Datei ist online und auch im richtigen Verzeichnis. Problemlösung für Keybinder habe ich schon probiert.
Code Alles anzeigenCodestelle: #NoEnv if(!FileExist(A_AppData . "/.Keybinder/dx9_overlay.dll")){ URLDownloadToFile, http://spieltkeinerolle/dx9_overlay.dll, %A_AppData%/.Keybinder/dx9_overlay.dll } PATH_OVERLAY := RelToAbs(A_AppData , "/.Keybinder/dx9_overlay.dll") hModule := DllCall("LoadLibrary", Str, PATH_OVERLAY) if(hModule == -1 || hModule == 0) { MsgBox, 48, Error, The dll-file couldn't be loaded! ExitApp }
Richtig compilet?
Directx9 installiert (höher geht nicht)
All In In one Runtime installiert ?