Hello everyone I'm trying to write a simple app for my new touchpad and i wrote a small app It compiles correctly but the application crashes immediately. I don't understand why... Please help me... Here is the source code
you might want to add some error catching in your code as well as some debugging printf. You could also use gdb to do some debugging. also check out this page might help. https://developer.palm.com/content/a...ay-access.html have you run your app from the terminal? might give you more details about the error. but I don't see anything glaring to me.