Ractiv / touch_plus_source_code

Source code for Ractiv Touch+ Software
Other
36 stars 14 forks source link

Process flow - win_cursor_plus #37

Open shadowmite opened 8 years ago

shadowmite commented 8 years ago

I'm trying to get up to speed on this project to possibly help the community in making this do something productive. The current state of things seems to be a little broken. Following the instructions the turbojpeg.dll needs to be placed into the build folder, and it needs to be in a path with no spaces. Aside from these issues, it can then launch and bring up 1 to 6 little windows showing a variety of views of what it sees. Win_cursor_plus (what I believe to be the windows pointer control piece) is never launched.

Uncommenting a variety of things it's possible to get win_cursor_plus to be launched and the UDP port opened and agreed upon by the two apps. I have achieved this, and was trying to determine what should happen next. No udp data ever is sent, and looking at the project files, I can't see where any data would ever be sent across. Could you possibly guide me/us a little in understanding this project?

Of course you could also begin work again, in which case perhaps I can learn enough to help out? Perhaps I'll go look into fixing your path issues for now...