I want to transfer a C/S project for display video from camera, It runs
Panel panelRealplay; //this is display video panel
HWND hwnd = new HWND(Native.getComponentPointer(panelRealplay)); //this is use Native to get window from system
m_strClientInfo.hPlayWnd = hwnd; //this is SDK from camera plant
hCNetSDK.NET_DVR_RealPlay_V30(lUserID,m_strClientInfo, null, null, false); //call SDK display function
It works well when run project in Eclipse, but it can't get HWND (it returns native@0x0) when I add my jar in AjaxSwing wcapps/libs, and I have also add all dll files and other third party jar file to libs
it returns like '0xd0a2c' in Eclipse, but return '0x0' when I setup my jar in AjaxSwing.