Hi Alex,


On 12/7/17 8:34 PM, Alex Henrie wrote:
2017-12-07 12:20 GMT-07:00 Jacek Caban <jacek@codeweavers.com>:
On 06.12.2017 20:13, Alex Henrie wrote:
+
+#pragma makedep register
+#pragma makedep regtypelib
+
+#include "dhtmled.idl"
This won't work without at least threading() specified in dhtmled.idl.
You're right; I noticed that before but did not notice this time
because I was testing incorrectly. I'm happy to resend patch 1 with
threading attributes.

It would be fine as a separated patch as well. In fact, given that we're entering code freeze today and v4 version still doesn't get registration right, I would prefer to take v3 patch now and defer the rest until after code freeze.

It should probably also use progid and vi_progid.
There aren't progid or vi_progid attributes in the Microsoft IDL.

Yeah, they are widl extensions for registration.

If we add them, what values should they have?

See relevant registry values on Windows (or maybe native installed in Wine).

Thanks,
Jacek