The MASM Forum

Members Gallery => Showcase => Topic started by: TouEnMasm on August 24, 2020, 04:55:56 AM

Title: A translator of typelib
Post by: TouEnMasm on August 24, 2020, 04:55:56 AM
Hello,
This one was sleeping in my disk since a long time.
He translate a typelib in masm syntax (colib syntax).
I have put a sample in a subdirectory,like that you can compare it's result and it's syntax with the .sdk.
Tested on windows 10 and compiled with VS2019.
The lib is here to provide the printf function inline.


Note:
The dialogtypelib give you a very valuable information ,The coclass with his interfaces.
This information is given only by the .idl file (readable text),msdn don't give it.,if you have only the .tlb,you need to extract It.