oscarwestberg/Face-Tracking-Maya

Which version of Visual Studio is used to build Face-Tracking-Maya?

Opened this issue · 2 comments

Is it built in Win32 or Win64? Which version is it (2013 or 2015)?

The following is the error when tried to build in Win64. Both versions has the similar error:

error LNK2019: unresolved external symbol bind referenced in function "public: void __cdecl Socket::bind(int)" (?bind@Socket@@QEAAXH@Z) Face-Tracking-Maya\build\Socket.obj Face-Tracking-Maya

The socket.h and socket.cpp looks good though.

I remember that there were some problems getting it to work on windows. I compiled for mac so I don't know the answer to this, maybe @AronTornberg remembers?

[Solved] ws2_32.lib has to be added to the Additional Deps since Socket depends on winsock2.