Hello All,

Am working on windows mobile 6.0 and my touch driver is working fine..

When touch CETK try to load my touch driver am facing foll. problem

when CETK calls DdsiTouchPanelDisable function through touch MDD
function,it couldnt able to close GPIO and SSP driver using
closehandle since GPIO and SSP driver "handle" global variable's
values are zero.(i.e GPIO and SSP drivers are opened when touch driver
was loaded by GWES)

How should i resolve this problem?How could i retain those GPIO and
SSP global variable's values?


Thanks in advance

Regards

senthil

Re: TOUCH CETK test fails in Windows mobile 6.0 by Michel

Michel
Mon May 19 16:36:33 PDT 2008

You need to disable loading the touchdriver before you run the CETK
test. The CETK test will try to manually load the touchdriver (and will
fail if it is already loaded) It is all described in the test
documentation for that test on MSDN.

Good luck,

Michel Verhagen, eMVP
Check out my blog: http://GuruCE.com/blog

GuruCE Ltd.
Microsoft Embedded Partner
http://GuruCE.com
Consultancy, training and development services.

senthilv2k@gmail.com wrote:
> Hello All,
>
> Am working on windows mobile 6.0 and my touch driver is working fine..
>
> When touch CETK try to load my touch driver am facing foll. problem
>
> when CETK calls DdsiTouchPanelDisable function through touch MDD
> function,it couldnt able to close GPIO and SSP driver using
> closehandle since GPIO and SSP driver "handle" global variable's
> values are zero.(i.e GPIO and SSP drivers are opened when touch driver
> was loaded by GWES)
>
> How should i resolve this problem?How could i retain those GPIO and
> SSP global variable's values?
>
>
> Thanks in advance
>
> Regards
>
> senthil
>
>
>

Re: TOUCH CETK test fails in Windows mobile 6.0 by senthilv2k

senthilv2k
Tue May 20 07:10:33 PDT 2008

Hi Michel Verhagen and all,

Thanks for your reply.I have done as you suggested,now i could able to
do the touch screen CETK test.

I have the foll. problem

InitCursorTest is skipping for me but i have the
TouchPanelInitializeCursor function in my touch driver.

How should i resove this problem? Which MDD function will call this
TouchPanelInitializeCursor function which is there in my touch driver.

Thanks in advance

Regards
Senthil

Re: TOUCH CETK test fails in Windows mobile 6.0 by Michel

Michel
Tue May 20 13:32:28 PDT 2008

Check the code in
\WINCE600\PRIVATE\TEST\BASEOS\DRIVERS\TOUCH\API_FUNCTION\TOUCHTEST\apitest.c

It has all the answers (but you need to install the shared source).


Good luck,

Michel Verhagen, eMVP
Check out my blog: http://GuruCE.com/blog

GuruCE Ltd.
Microsoft Embedded Partner
http://GuruCE.com
Consultancy, training and development services.

senthilv2k@gmail.com wrote:
> Hi Michel Verhagen and all,
>
> Thanks for your reply.I have done as you suggested,now i could able to
> do the touch screen CETK test.
>
> I have the foll. problem
>
> InitCursorTest is skipping for me but i have the
> TouchPanelInitializeCursor function in my touch driver.
>
> How should i resove this problem? Which MDD function will call this
> TouchPanelInitializeCursor function which is there in my touch driver.
>
> Thanks in advance
>
> Regards
> Senthil