Back in February I started a thread on "creating self documenting COM components." When it became clear that it wasn't possible to do the things I wanted to do in PowerBasic natively, I let the thread die.
However, I'm still interested in making my COM objects self documenting and I'd be grateful to anyone who can offer some guidance. If I understand correctly, adding TypeDefs and HelpStrings to a PowerBasic generated COM object is possible if you know how to construct your own *.IDL file and compile it into the resulting .TLB file.
Are there any tools available that can be used to create/edit .IDL files and compile them into .TLB's?
I'm still very happy with PowerBasic's ability to create COM objects. I just want to take it a step further.
-Wes
However, I'm still interested in making my COM objects self documenting and I'd be grateful to anyone who can offer some guidance. If I understand correctly, adding TypeDefs and HelpStrings to a PowerBasic generated COM object is possible if you know how to construct your own *.IDL file and compile it into the resulting .TLB file.
Are there any tools available that can be used to create/edit .IDL files and compile them into .TLB's?
I'm still very happy with PowerBasic's ability to create COM objects. I just want to take it a step further.
-Wes
Comment