On Fri May 16 13:37:53 2025 +0000, Rémi Bernon wrote:
Yeah I didn't mean the order they are being written to the file, rather the order we implement them (to be able to use dump tools like monodis and confirm the winmd is being valid). But sure, this is still early and probably fine that it doesn't work yet.
It's too early still but there's winmidl.exe which does the reverse. It takes a winmd file and generates an idl file. It's not identical to the original because of formatting but if you generate a winmd file with midlrt from the same source idl and convert back with winmidl then the diff is very helpful for debugging :-).