im using wince6.0 with DM3730....
we r using a custom hid touch device.... we r able to read the X-Y touch coordinates frm the device using generic usbhid.dll.. we r able to extract the touch coordinates in hidmdd.cpp source file located in PUBLIC. we need to pass these co-ordinates to DdsiTouchpanelGetPoints() function located in touchscreen.cpp in PLATFORM....
how can we achieve this?? we r trying to use "extern" but not getting success....
thnx in advance....