Hi donovan, thanks for the reply!
I’m using the VS solutions that exist in the google code repository, and Visual Studio 2008 to compile them. I think you’re right, that it something within the project settings for CsTI/TouchlibWrapper, but I’m not sure which ones!
I’ve tried various versions of touchlib that the C# app uses at runtime, but when compiling CsTI & TouchlibWrapper, I’m using the source that’s up at code.google.com/touchlib.
The reason why I’m trying to recompile CsTI is to add a recaptureBackground() method, to be called periodically from C# - we’ve got a project where the touchscreen table gets regularly bumped & knocked, and there’s unavoidable changes in light levels.
At the moment we’re using OSC to get touch events into C#, and using SendKeys to send a ‘b’ to it every certain number of touches, which is a bit of a hack!