R
radishcarrot
Hi, I try to access the QuickTime COM/ActiveX DLL file, QTOControl.dll
in my VC++ codes as follows:
HINSTANCE OTOControlLib = LoadLibrary("QTOControl.dll");
But how do I access the methods in the dll file?? The problem lies in
that QuickTime did not provide the .h or .lib file for the DLL file??
Any solution??
Thanks alot

in my VC++ codes as follows:
HINSTANCE OTOControlLib = LoadLibrary("QTOControl.dll");
But how do I access the methods in the dll file?? The problem lies in
that QuickTime did not provide the .h or .lib file for the DLL file??
Any solution??
Thanks alot