I have some C++ sample client code which uses COM objects
Below is the code flow in C++.
1)Creates an instance of base INIT class(INIT is a class/interface)
2)passes the IUnknown to QueryInterface function and gets the interface pointer of the specific event
(the returned interface pointer will be inherited of the required event type)
3) registers the events.....
I got a requirement to implement the same in C , used the activex Controller template and generated the .c file , .h file and fp file
for the registered active X server
Step 1) NewIINIT class function and will get the CAObjHandle for the INIT interface(class)
after this step i am befuddled about how to go !
Please anyone help me out ASAP.
Can the above process be implemented in CVI ..is it feasible
Thanks in advance
Satish