Hi,
Myself and some classmates are doing a software engineering project (Third year) in College (Trinity College Dublin). We’re trying to build a multi-touch touch-screen that can be used to make music. The music will be generated by Chuck (a programming language invented at Princeton). The front-end will be in OpenGL. We’re also going to use touchlib to send OSC packets to the back-end, where the packets will be re-formated and sent on to Chuck (a running Chuck program can be updated on the fly). So when someone touches the screen, they will be able to make music
We’re also incorporating Wii-motes into the whole show as well, which can be used to make lots of more noise!
I’m trying to compile Touchlib on a Windows machine. The reason I’m doing this is because when we used the OSC.exe binary, we found out it was sending us too much information. We’e using oscpack to help us receive the packets on our side. We really just want the x and y coordinates of the touch on the screen. So we’re going to try and modify osc.cpp, just so it sends us the barest of information. I’ve just spent the day installing all the software needed to perform the compilation. I compiled it following the instructions here - http://www.multigesture.net/articles/touchlib-compiling-instructions/ . So far its worked out, but when I checked the bins folder, i found that executables have the letter d after the name. For example OSCd.exe. When I try to run the program using the command-line, an error pops up and says “This application has failed to started because highgui100.dll cannot be found”. To be honest, I’ve no idea what to do next.
Is there anyone else who’s encountered the same problem?
Cheers for this!
