Question : COM Object to c++ Header

Need to import a COM object into codeblocks IDE (codeblocks.org/).

I use Delphi alot, and in Delphi I can import a COM type library. With codeblocks, there doesn't seem to be a tool for this. I pretty much need a way to extract a COM type library and produce a header file I can use in codeblocks. Many Thanks

Answer : COM Object to c++ Header

It could be that
http://doc.trolltech.com/4.5/activeqt-dumpcpp.html

provides it.

I just know that there is such tool integrated into lcc-win32, which generated those information from a type library.

However you probably may have to write something yourself.


and according to this
http://stackoverflow.com/questions/1162933/create-header-file-from-com-tlb

You can use the ole/com viewer for saving header files.

Regards
Friedrich
Random Solutions  
 
programming4us programming4us