Hi~, we are using Windows CE 5.0 and S3C2440A for GPS solution, Hive-base
registry haven't been implemented in our system. So we have to save/read
calibration data by ourself.

I have too question here:
1) How can my application know that we have successfully finish
calibration? so that I can copy the calibration data saved in registry.

2) At system startup, when should I writte my calibration data to the
registry?

Thanks in advanced.

Re: How to custom save/read calibration data? by Bruce

Bruce
Mon Sep 24 09:27:45 CDT 2007

When TouchCalibrate() returns.

You can also monitor for the data in the registry to be added/changed. Or
implement something yourself.

--
Bruce Eitman (eMVP)
Senior Engineer
beitman AT applieddata DOT net

Applied Data Systems
www.applieddata.net
An ISO 9001:2000 Registered Company
Microsoft WEP Gold-level Member

"Jack Chen" <JackChen@discussions.microsoft.com> wrote in message
news:6C1BC991-5826-48BE-BF40-FBBD1F353863@microsoft.com...
> Hi~, we are using Windows CE 5.0 and S3C2440A for GPS solution, Hive-base
> registry haven't been implemented in our system. So we have to save/read
> calibration data by ourself.
>
> I have too question here:
> 1) How can my application know that we have successfully finish
> calibration? so that I can copy the calibration data saved in registry.
>
> 2) At system startup, when should I writte my calibration data to the
> registry?
>
> Thanks in advanced.