I'm trying to develop some design software based on the A8 engine that works both on a desktop and a Windows tablet. I've confirmed that it definitely runs on the tablet, except for one issue.
Every time you start the program, you get the irritating error "Error E155: Can't open mouse device". Is there any way to circumvent this message? It won't be hard to use Windows API calls to get proper touch screen behavior (and modify my UI system to support it), but I'd like to remove the nag. Any ideas?