01-27-2018, 09:36 AM
Quote:I found this in QM Scripting folder: __Tcc --> C example - global hook in dll (pasted below).
...
With __Tcc possible but much much more difficult than with Visual Studio. No intellisense, no C++, no 64-bit, no exception handling. It is reasonable only for simple small code. Injecting dll, getting RTF and passing it back is not so easy. I cannot help.
Visual Studio Community 2017 is free. It's the best IDE. But it takes maybe 10 GB. If it's too much, you can find a smaller IDE that supports C++.
Quote:how to modify this to allow me to use the GetRTF function from
The function is very simple, easy to convert to C++. Or maybe better look for an EM_STREAMOUT example eg in stackoverflow.
