Re: Touch panel driver archetecture of wince 6.0
- From: C.L <CL@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 5 Oct 2008 20:20:00 -0700
This issue is because transcriber.exe is launched in user space but touch.dll
is loaded in kernel space. The solution is
1. In platform.bib, just like Luca Calligaris's mention,
k.touch.dll $(_FLATRELEASEDIR)\touch.dll NK SHK
touch.dll $(_FLATRELEASEDIR)\touch.dll NK SH
2. In platform.reg,
[HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\TOUCH]
"DriverName"="k.touch.dll"
GWES load k.touch.dll, Transcriber.exe load touch.dll and Transcriber.exe
will work fine.
"Henry" wrote:
Hi,.
Yes, the touch.dll is (tchmain.lib+tch_trns.lib). And I got message
"WM_STUB_GETVERSION" (tchwnd.cpp) of tch_trns.lib.
The platform is Freescale i.mx27 ADS. Do you know what is the working flow
of transcriber.exe. What functions will be called by transcriber.exe in
touch.dll?
"Luca Calligaris" wrote:
Are you including the touch DLL in both user and kernel mode as follows?
k.touch.dll $(_FLATRELEASEDIR)\touch.dll NK SHK
touch.dll $(_FLATRELEASEDIR)\touch.dll NK SH
This is needed since transcriber application loads touch.dll in use mode.
touch.dll is built by the PDD + tchmdd.lib: this lib is built deifferently
if there
is the transcriber (tchmain.lib+tch_trns.lib) or not
(tchmain.lib+tchbasic.lib)
--
Luca Calligaris
www.eurotech.it
"Henry" <Henry@xxxxxxxxxxxxxxxxxxxxxxxxx> ha scritto nel messaggio
news:31D0D455-DDE5-422D-8AFA-7E92A33456CC@xxxxxxxxxxxxxxxx
Hi,
What is the archetecture of wince 6.0 touch driver for transcriber? And
where can I get the source code of transcriber?
I got the message "System touch dll name in the Registry is not
Transcriber's DLL."
when I run transcriber.exe.
The transcriber functions are already exported on the user mode touch.dll.
When I run transcriber.exe, I only got the "WM_STUB_GETVERSION"
(tchwnd.cpp),
and then system shows "System touch dll name in the Registry is not
Transcriber's DLL.". Who know that where is the the message box source
code?
I can not find any document about debug transcriber app. Are there anyone
know this issue?
- References:
- Touch panel driver archetecture of wince 6.0
- From: Henry
- Re: Touch panel driver archetecture of wince 6.0
- From: Luca Calligaris
- Re: Touch panel driver archetecture of wince 6.0
- From: Henry
- Touch panel driver archetecture of wince 6.0
- Prev by Date: Code Profiling ( Profiling for Visual Studio 2008 C++ application
- Next by Date: RE: Code Profiling ( Profiling for Visual Studio 2008 C++ application
- Previous by thread: Re: Touch panel driver archetecture of wince 6.0
- Next by thread: WM6.1-Storage manager function OpenStore fails but FindFirstStore
- Index(es):
Relevant Pages
|