Comment 25 for bug 246910

Revision history for this message
In , Dylan Thacker-Smith (dylan-smith) wrote :

(In reply to comment #19)
> If someone could get unittests in (even if it only contains a test of one call)
> that cover the thiscall stuff then this would be good and a full test suite
> could be written and things can move forward fairly rapidly. This first step
> probably requires quite a bit of thinking but not much code.
>

It wasn't easy, as you mentioned, but I got an the initial tests in for windowless richedit controls, so all the thicall stuff has been handled for the tests. Now all you need to do is use the traditional c macros for calling the c++ methods.

Thanks for all the work you and Maarten Lankhorst did in starting the tests, and Alexandre Julliard also helped in letting me know what still needed to be done, and he even cleaned up my final patches on commit.

Now I can start working on the defining an ITextHost for the richedit control, which will require macros these thiscall methods from the richedit code. This time wine/port.h can be used since it won't be in the tests.