Cannot open touch screen driver

R

rokj

Hi.

We are using MicroTouch Serial Touch Screen with MicroTouch(tm) MT
7.11 Software for Windows XP Embedded. Everything "works fine", we can
import component and we can use Touch Screen in deployed system after
FBA. However sometimes someone wants to calibrate touch screen and
when we call TwCalib (Calibration tool) in Windows XP Embedded we get
an error like: Cannot open touch screen driver . Anyone had similar
problems?

Thank you.

Kind regards,

Rok
 
S

Sneyers Jean-Pierre

Hi.

We are using MicroTouch Serial Touch Screen with MicroTouch(tm) MT
7.11 Software for Windows XP Embedded. Everything "works fine", we can
import component and we can use Touch Screen in deployed system after
FBA. However sometimes someone wants to calibrate touch screen and
when we call TwCalib (Calibration tool) in Windows XP Embedded we get
an error like: Cannot open touch screen driver . Anyone had similar
problems?

Thank you.

Kind regards,

Rok

Wait 8s befor run the calibration aver the boot
 
M

Mike Warren

rokj said:
We are using MicroTouch Serial Touch Screen with MicroTouch(tm) MT
7.11 Software for Windows XP Embedded. Everything "works fine", we can
import component and we can use Touch Screen in deployed system after
FBA. However sometimes someone wants to calibrate touch screen and
when we call TwCalib (Calibration tool) in Windows XP Embedded we get
an error like: Cannot open touch screen driver . Anyone had similar
problems?

Do you have all these component in your image?

3M Touch Systems MT 7 USB HID Support
3M Touch Systems MT 7 Calibration Tool
3M Touch Systems MT 7 Common Dlls
3M Touch Systems MT 7 Control Panel
3M Touch Systems MT 7 Graphics Dlls
3M Touch Systems MT 7 Touch Monitor Tool
3M Touch Systems MT 7 USB EXII Support Dlls
3M Touch Systems MT 7 USB HID Touch Screen Driver
3M Touch Systems MT 7 USB IST Support Dlls
3M Touch Systems MT 7 USB SC Support Dlls

I call the calibration program from my software using ShellExecute:

(Delphi code)

S := GetWindowsDir + 'Programs\MicroTouch\MT7\TWCalib.exe';
if FileExists(S) then
ExecuteFile(S, '/I', ExtractFilePath(S), SW_SHOW);
 
R

rokj

Do you have all these component in your image?

3M Touch Systems MT 7 USB HID Support
3M Touch Systems MT 7 Calibration Tool
3M Touch Systems MT 7 Common Dlls
3M Touch Systems MT 7 Control Panel
3M Touch Systems MT 7 Graphics Dlls
3M Touch Systems MT 7 Touch Monitor Tool
3M Touch Systems MT 7 USB EXII Support Dlls
3M Touch Systems MT 7 USB HID Touch Screen Driver
3M Touch Systems MT 7 USB IST Support Dlls
3M Touch Systems MT 7 USB SC Support Dlls

I call the calibration program from my software using ShellExecute:

(Delphi code)

S := GetWindowsDir + 'Programs\MicroTouch\MT7\TWCalib.exe';
if FileExists(S) then
ExecuteFile(S, '/I', ExtractFilePath(S), SW_SHOW);

Hi.

Yes, I did not add one of the components you've written. Now
calibration works fine.

Thank you.

Regards,

Rok
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top