Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Compiling Multiple Macros into 1 .exe
#1
Hi,
I think the title explains things pretty well... I'm just looking to compile all my macros into a single .exe instead of having multiple .exe programs to have running. If this isn't possible, can someone tell me how to put the triggers into the macro so I can merge all of my macros into one?

Thanks!
#2
Triggers in exe are not supported.
An exe can contain 1 macro and multiple functions. You can convert macros to functions (Properties /Macro properties /Convert to function).
#3
Oh, thanks so much!

Wait... so how would I be able to trigger my macros using functions? Because right now I have it set so that buttons on my mouse trigger the macros.
#4
Quick Macros cannot create .exe files containing triggers.
To intercept keyboard or mouse events, need some programming. Use low level hooks. For hotkeys can instead use class __RegisterHotKey.
#5
Hmm... alright. Is there anyway to make it work with keyboard detector? I might need to just switch programming languages if it's not possible with the Quick Macros programming language.
#6
Keyboard detector in exe - no.


Forum Jump:


Users browsing this thread: 1 Guest(s)