Other Parts Discussed in Thread: DM3730
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....
the DdsiTouchpanelGetPoints() is called by tchmain.cpp located in PUBLIC.,if possible how can we pass our X-Y touch coordinates directly to tchmain.cpp
can anyone pls throw some light on it....
thnx in advance....