Alexandre Julliard wrotes:
Simply create it directly into a temp dir, no moving needed.
I am reusing a TLB created by building process, because this test requires two typelibs, to check whether or not, from a TypeInfo requested from one of them, we can get the corresponding RefTypeInfo from the other. The aim is to see if the imlementation can find the TypeLib in which the RefTypeInfo is. So I don't really need to create it at runtime, I just need it to be in the ressource table of the test program, and nowhere else.