I am new to Touchlib. I’ve read a little about it, bu I can’t make it work. I’ve seen the demos and they work just fine but I want to create a “Hello World” app.
What is the simplest way to do that?
hi guy, i’m new in nui projects..
however i’ve try to compile your example_project and all the times i receive from vc++ “fatal error C1083: .. . . . . impossible open TouchScreenDevice.h, file not found” or similar.
I’ve configure my system following the instruction for compiling touchlib under windows , find under http://www.multigeture.net (about this, i receive problem with atlthunk.lib...why?)
hi guy, i’m new in nui projects..
however i’ve try to compile your example_project and all the times i receive from vc++ “fatal error C1083: .. . . . . impossible open TouchScreenDevice.h, file not found” or similar.
I’ve configure my system following the instruction for compiling touchlib under windows , find under http://www.multigeture.net (about this, i receive problem with atlthunk.lib...why?)
thank you for your helping, i need you guys!
I think the path to the touchlib header files is set wrong. You could try to set this path manual in your visual studio project settings tab.
i’ve got this runtime error “This application has failed to start because touchlibd.dll was not found. Re-installing the application may fix this problem.” when running the example_project
ok ok, probably you’re in my same mystake
for me the fact is that i set the touchlib.lib in my path env var but not the touchlib.dll. For got it, you need to compile touchlib or find it under this forum.
When you’ve got it, you can set the path under path env var and run the example
I’ve attached an example project to get you guys starting with c++
hi falcon, thanks for your helping..i’ve got a question about your example_project.
After some stuff i’ve compile and launch it on my machine: is all ok but i’ve got an address violation on the first if, when in the main you search about the config.xml. On the methods call, i’ve got the address violation, and next, i can’t do nothing.
Well, i see some message on my console, but after a while, the address violation..can you tell me something about it?
sorry, i’m not skilled with c++ and i’m a NEWBIE in visual c++…
Hi, I am new to this nuigroup
I just downloaded and compile the example_project
i got a warning saying
warning C4251: ‘touchlib::IBlobTracker::listenerList’ : class ‘std::vector<_Ty>‘ needs to have dll-interface to be used by clients of class ‘touchlib::IBlobTracker’
1> with
1> [
1> _Ty=touchlib::ITouchListener *
1> ]
does this affect the program? as I got gray screen
Hello all,
So, what does this program do when you run it? Does “hello world” appear when you touch the screen? Also, should the libraries included in this project be included in all multi touch applications? Thanks,
rbedi100