View Full Version : modify COM .tlb file
NaZAf
01-05-2008, 12:39 AM
How can I modify a compiled .TLB file? Is there a tool or something?
As the FAQ and the note under your signature state, first tell US what YOU have done to attempt to find the answer to your question, besides posting it here.
Regards,
NaZAf
01-05-2008, 08:55 PM
I searched RCE Tool Library and the all over the WEB, I found some tools like ComViewer but it does not generate header files (.h)
My idea is to get the IDL source from a Type Library, change some properties and then compile again using midl.exe.
The OLE/COM Object Viewer (oleview.exe) generates the IDL but fails at generating the file.
bedrock
01-06-2008, 09:12 AM
I don't think this will be possible (at least not easily) getting the IDL itself is not a problem, but that only describes the interface (it does not contain the code to implement the interface) so recompiling the modified idl is not going to generate a new implementation of the interface you have changed
--
bedrock
NaZAf
01-07-2008, 05:10 PM
I know. But at least you can remove properties like hidden or noncreatable. This is what I am looking for.
vBulletin® v3.7.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.