I need to integrate CCTV Camera controls to the Web API. The Panasonic provides two means of control (activeX and DLL). The Panasonic ActiveX plugin and MS Windows Server 2008 R2 does not like each other, so this leaves me with the DLL. DLL are C++ libraries.
Panasonic PS-API: http://security.panasonic.com/pss/security/library/developer.html#SDK
I am looking for guidance, how to integrate the controls.
Using C++ Class DLL in C# Application thread describes inclusion of the .NET Class, where in my case is COM Class I think. The thread also mentioning a wrapper for functions within the dll.
I am looking for some super simple example of the dll referencing, inclusion, dll wrapping and usage.
Thank You all.