Hi to all,
Is lots of time that I trying to use a com dll into my c++/qt app, but I doesn't understand how can I get the function pointers.
For example I have mydll.dll and I would run it's functions.
I read about ActiveQt and I read the example. There is an example "comapp" that I think it use a com object but in the
code I don't understand where it load a com dll and where it execute it's routines.
Please help me:
I need to load a com dll and get its routines pointer.

Thank you in advance