Manish
Wed Oct 26 22:06:02 CDT 2005
Yes !
Calibration screen appeared and calibration done . But i don't
want this screen tp appear on every start up . How to handle this situation
...?I mean once it is calibrated ..it should not call calibration exe on
every poer up .. How it is to be done .
Please suggest.
"Dan McCarty" wrote:
> 1. Define a launch registry key in project.reg for HKLM\Init. A good
> example is here:
>
http://blogs.msdn.com/mikehall/archive/2005/08/03/447386.aspx
>
> 2. Link to the program in project.dat to \Windows\Startup
> e.g.,
>
> Directory("\Windows\Startup"):-File("calib.lnk","\Windows\calib.lnk")
>
> 3. Use services.exe (svcstart example and write-up is at
>
http://blogs.msdn.com/cenet/archive/2004/12/03/274661.aspx) to start up
> your calibration program.
>
> BTW, you're not going to have to calibrate _every_ time the device
> starts up, are you?
>
> Hope this helps,
> Dan.
>
> Manish wrote:
> > Dear Sir
> > Driver development is over ..now i am stuck ..i compiled BSP and D/L ,
> > but no touch calibration screen appears on the scree.
> >
> > What is the procedure to invoke Touch Screen at the start up
> >
> > Regards
> > Manish
>
>