Open
Description
With the "Generate .lib via MS Library Manager" option, I can write a header file and link against the lib file.
Since there are only function definitions in this header file, I wonder if there can be a feature to generate not only a lib file, but also a header file?
It will need the return type and the parameter type of the exported functions. Is there way to extract the these information?