did you try using "dumpcpp" tool to generate API files ?
did you try using "dumpcpp" tool to generate API files ?
Yes. Just as I said in my second post.
Had to use the -nometaobject because I got a error if I didn't. Then I include the header files produced. That is working ok I think.Qt Code:
TYPELIBS = $$system( dumpcpp Disto2.tlb -nometaobject )To copy to clipboard, switch view to plain text mode
The problem as I see it (might be totally wrong) is that my functions that I need to call returns a IDispatch* which I have no idea how to use. I want it to magically convert to a class defined in my type library called DistoMeasureProxy.![]()
Bookmarks