You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but now i'm stuck with something i'm not recognizing, i think it's some specific VS related library ( almost zero experience with VS ), it giving me error with ppl.h
hi, there I'm experiencing same issue with msys2/qtcreator on win10. I was able to swap ppl.h with openmp, but bcrypt.lib and secur32.lib are still missing. Not sure how to link dlls from system32 via qtcreator. Tried changing addon_libs to explicit paths in addon_config.mk but it still points to missing files in the cloned folder
Hi, i'm trying to compile the ofxHapPlayer example on windows using qtcreator, there was a couple of easy details to fix, there:
d3cod3@e8a7e81
but now i'm stuck with something i'm not recognizing, i think it's some specific VS related library ( almost zero experience with VS ), it giving me error with ppl.h
error: ppl.h No such file or directory
ofxHapPlayer/src/ofxHapPlayer.cpp
Line 46 in 822d3f7
Can you give me some hints on how to solve it? Maybe with some compiler flags?
And a second question, bcrypt.lib and Secur32.lib will need to be added locally? ( i have really little experience with compiling/working on windows )
Thanks in advance!
The text was updated successfully, but these errors were encountered: