Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
My tool chain is VS2017 + Qt 5.11.1. I want to dump the mso.dll from Office 2016 as below:
dumpcpp mso.dll -o word
but the generate the file is totally different from previous version (Qt 5.9.2), I can't figure out why.
Any help ? Thanks.