On 28/01/2020 17:34, Jacek Caban wrote:
Hi Gabriel,
On 27.01.2020 16:32, Gabriel Ivăncescu wrote:
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
dlls/vbscript/vbdisp.c | 153 ++++++++++++++++++++++++++++++++++++++++-
Could we use CreateTypeLib/CreateTypeLib2 for that?
Thanks,
Jacek
Hi Jacek,
I'm not sure, is there a way to attach an existing TypeInfo to it? We'll definitely need it for the FindName/IsName methods.
Also, it seems it requires a filename, to create on disk, so I don't think it will work as we don't do that. That said, most of it is quite straightforward currently compared to the TypeInfo, except for FindName.