WebP-wrapper icon indicating copy to clipboard operation
WebP-wrapper copied to clipboard

WebP-wrapper

Open Maveri55 opened this issue 2 years ago • 1 comments

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 libwebp_x86.dll verify that the file is accessible and that the assembly or COM component is valid

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.

Maveri55 avatar Apr 21 '23 19:04 Maveri55

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.

JosePineiro avatar Jul 01 '25 01:07 JosePineiro