mobile CCTV,mobile surveillance,police body worn cameras
标题: Window WPF Application Development [打印本页] author: jiwang time: 2019-3-23 00:36 标题: Window WPF Application Development We are developing application using WPF and not WinForms. It seems that the dll files in the SDK are tightly coupled to a winforms application and must use its internal dialogs and event handlers. We need to create an application using WPF, so we need to be able to call the API without registering event handlers and passing dialog handles to login and get PU list etc. We need a API that is not coupled with an application. Does the SDK provide this type of interface? Most third party SDK we use do not require this type of function calls where dialog handles are required. Event handlers and dialog control is something that we need to control in our application framework and be independent from the SDK.
Also is there a version that supports 64bit and not just x86?