In order to use the COM objects in your C# application WCaptureX libraries to the list of the project references. Optionally, you may add at the beginning of the file: using WCaptureXLib; in order to reference the objects without specifying the namespace. The actual creation is: WMonitorXClass m_wMonitor = new WMonitorXClass(); |