Re: Editor
- Posted by jmduro Dec 06, 2014
- 6403 views
I got it working after adding following lines to Window.ew:
CreateFontIndirect = define_c_func( gdi32, "CreateFontIndirectA", {C_LONG}, C_LONG ), SystemParametersInfo = define_c_func( user32, "SystemParametersInfoA", {C_INT, C_INT, C_POINTER, C_INT}, C_LONG ),
global constant SPI_GETNONCLIENTMETRICS = 41
A click on a routine should send to the following line in hedit, and I thnk the best way would be to store the corresponding line number with the routine name. Jason Mirwald did it another way and he pointed sometimes on wrong lines.
Regards
Jean-Marc