Video frame Buffer.
-
Hi Experts, I need to capture the Video frame buffer on Windows Mobile platform. I am using Windows Mobile 5.0 SDK for the same purpose. It provides me GAPI interface to get the framebuffer. (GX.LIB). Unfortunately, I am not able to link with GX.LIB and I am getting the linking error when try to open the display.
error LNK2019: unresolved external symbol "__declspec(dllimport) int __cdecl GXOpenDisplay(struct HWND__ *,unsigned long)" (__imp_?GXOpenDisplay@@YAHPAUHWND__@@K@Z
Windows Mobile 5.0 Pocket PC SDK (ARMV4I).. fatal error LNK1120: 1 unresolved externalsI found GX.LIB and GX.H are present in the PATH. I am new to Windows Environment is there anything else I have to do to get access to the functions of GX.LIB. I am sorry it's very silly question. Thanks & Best Regards,
-
Hi Experts, I need to capture the Video frame buffer on Windows Mobile platform. I am using Windows Mobile 5.0 SDK for the same purpose. It provides me GAPI interface to get the framebuffer. (GX.LIB). Unfortunately, I am not able to link with GX.LIB and I am getting the linking error when try to open the display.
error LNK2019: unresolved external symbol "__declspec(dllimport) int __cdecl GXOpenDisplay(struct HWND__ *,unsigned long)" (__imp_?GXOpenDisplay@@YAHPAUHWND__@@K@Z
Windows Mobile 5.0 Pocket PC SDK (ARMV4I).. fatal error LNK1120: 1 unresolved externalsI found GX.LIB and GX.H are present in the PATH. I am new to Windows Environment is there anything else I have to do to get access to the functions of GX.LIB. I am sorry it's very silly question. Thanks & Best Regards,
Verify the path where u r giving gx.lib and also give it refernce to gx.dll Subhash jain(Sundyne Technologies pvt. ltd Lower parel Mumbai)