WebP-wrapper
I tried the example attached to the WebP-wrapper project, (Webp-wrapper-master) using Visual Studio; well it works.
I decide to create a new project to check, I add WebpWrapper.cs to the new project.
problem: I can't add libwebp_x86.dll and libwebp_x64.dll to the references (Visual Studio reports * can't add a reference to
It also occurs if to the example attached to the project I delete the dlls from References and try to add them again.
I need help figuring out how to add the DLLs to References.
You don't need to add the DLL to the references. You just need to place the files in the same directory as your project's EXE file. Please see the example.