Visual Studio 2019 and visiontransfer.dll

Post Reply
MattiHytola
Posts: 5
Joined: Wed Jan 08, 2020 6:21 pm

Visual Studio 2019 and visiontransfer.dll

Post 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?
k.schauwecker
Posts: 118
Joined: Mon Mar 25, 2019 1:12 pm

Re: Visual Studio 2019 and visiontransfer.dll

Post 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.
Attachments
vs-screenshot.png
vs-screenshot.png (28.08 KiB) Viewed 12754 times
Post Reply