04-12-2013, 10:45 AM
Global WH_GETMESSAGE hook function must be in a dll.
QM does not create dlls in QM language. It's possible with __Tcc class, in C language. But better create dll with MS Visual Studio Express, in C++ language.
Don't need dll only for hooks that work in a single thread in QM process, ie when thread id used with SetWindowsHookEx.
QM does not create dlls in QM language. It's possible with __Tcc class, in C language. But better create dll with MS Visual Studio Express, in C++ language.
Don't need dll only for hooks that work in a single thread in QM process, ie when thread id used with SetWindowsHookEx.
