Is there a way to know the OCX dependencies of an executable file?
By the way the MS Specification it's too short ...
Thanks.
By the way the MS Specification it's too short ...
Thanks.
thats a good question! You can try to disassemble the file and look, which GUIDs are used for corresponding API calls, like CoCreateInstance.