leadedge / ofxNDI

An Openframeworks addon to allow sending and receiving images over a network using the NewTek Network Device Protocol.
GNU General Public License v3.0
134 stars 48 forks source link

Example code not working on windows 10 #9

Closed Marlowmz closed 4 years ago

Marlowmz commented 5 years ago

Trying to set up the example sender file and I get this error. Could anyone please help? image

leadedge commented 5 years ago

It looks like the files containing those functions are not being compiled. Check in the project properties that all the files are there. I will have a look when I get a moment. Meanwhile what version of Visual Studio are you using?

Marlowmz commented 5 years ago

using visual studio 2017 as per ofx installation recommendation. Could it be that i'm missing something or should be using an earlier version? I added ofxNDI to my app folder, and then did the includes and links in MS visual studio.

leadedge commented 5 years ago

I have VS2017 set up so should be able to investigate the problem. Somehow the required files are not being compiled. I don't know about the std::chrono error but will see what I can find. This version should work for you and is much easier to use.

leadedge commented 5 years ago

I can't reproduce the problem. It looks like your project does not have the required source files. Here is how I have set up the project files.