Page 1 of 1

Visual Studio 2019 and visiontransfer.dll

Posted: Wed Jan 08, 2020 6:28 pm
by MattiHytola
Hello
I´m trying to build an app with VS 2019 using visiontransfer.dll.
What ever I try I allways get this error message:

A reference to "visiontransfer.dll" could not be added. Please make sure that the file is accessible, and that it is a valid assembly or COM component.

What should I do? Do you have a VS2019 example using visiontransfer.dll?

Re: Visual Studio 2019 and visiontransfer.dll

Posted: Thu Jan 09, 2020 7:42 am
by k.schauwecker
Hi Matti,

you should add the visiontransfer.lib in the correct version (32 or 64 bit, release or debug) and ws2_32.lib (window sockets) to the additional dependencies in the linker settings.