Compiler issues in output.h
Taprik opened this issue · 4 comments
I've followed the instructions (set to default instead of compile as c++, the include order, ...) but I still get compiler issues in output.h.
I'm using vs2017, a fresh download of ofxBlackmagic2, of 0.10.0.
You can find my project at
https://www.dropbox.com/s/ejwa2s2ibtsmuxk/test_blackmagic.zip?dl=0
the compiler errors for output.h says that there is no difference beetween some virtual functions in output.h and the same functions in the classIDeckLinkVideoOutputCallback.
I've tried to make a project from scratch but I'm always getting this error'. For sure I'm missing something ...
do the examples build and run?
Dear Elliot,
ExampleSimple : same issues in release or debug mode
Since I'm not using the output I manage to make it compiles without the output.h and output.cpp files and commenting the reference of output.h in ofxBlackmagic.h
Let me know if you have any ideas to investigate.
Best
Ah interesting - weird, i wonder what changed. I still use it here occasionally
Good to hear that you figured out a way to get it working for your requirements.
I'll leave this issue open as a reference for others, but I likely won't have time to look into it.