mkalten / TUIO11_CPP

C++ TUIO 1.1 reference implementation
GNU Lesser General Public License v3.0
27 stars 30 forks source link

Debug Assertion Failed in Windows 10 #6

Open murven opened 6 years ago

murven commented 6 years ago

I have been trying to run TuioDemo in Windows 10, but as soon as it starts, I get a "Debug Assertion Failed"

I have been able to run TuioDemo in Windows XP, Windows 7 and I believe I was able to run in Windows 8 as well, so this is most likely an issue that is related with the OS.

My question here is whether you think it is worth it trying to fix this issue or if TUIO 1.1 should be marked as deprecated and I should only try to run TUIO 2.0.

Please let me know what you think.

Thanks!

tuio-debug-assertion-failed

wefrenzy commented 6 years ago

Me too...... My environment: WIN10 , VS2017

ZeMaybe commented 3 years ago

the final solution was actually was to have all of the projects (the exe, dll and the entire googleTest project) built in Multi-threaded Debug DLL (/MDd) (the GoogleTest projects are built in Multi-threaded debug(/MTd) by default)

https://stackoverflow.com/questions/35310117/debug-assertion-failed-expression-acrt-first-block-header/35311928#35311928