This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

sharing a variable between pubic and platform wince6.0

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....

thnx in advance....