Je suis entrain de développer un modules pour... "c'est une surprise :p" j'ai pas mal avancé mais j'ai un souci, lorsque j'essaye de l’intégrer à rocket launcher j'ai l'erreur suivante :
Code : Tout sélectionner
Error: Call to nonexistent function.
Specifically: StartModule()
Code : Tout sélectionner
MEmu := "Nan Nan Nan je vous le dirais pas :D"
MEmuV := "N/A"
MURL := [""]
MAuthor := ["Crabi"]
MVersion := "1.0"
MCRC := ""
MID := ""
MSystem := ["Nan Nan Nannnnnn"]
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
StartModule()
BezelGUI()
FadeInStart()
J'ai mis à jour rocketlauncher (via rocketlauncherUI) au cas ou mais ça n'a rien changé.
Merci d'avance
