Skip to content

DllNotFoundException When Writing - FileOnQ.Imaging.Heif.Encoders #37

@kenny-sellers

Description

@kenny-sellers

Updated Description

By: @ahoefling

The libjpef-turbo dependency is being compiled in debug mode which uses the Visual C Runtime, this makes the entire library dependent on debug binaries that are NOT included in the Visual C++ Redistributable package. We need to ensure all projects in this library are compiled in release mode.

Original Post

The Library is throwing a DLL not found error. This appears to be due to SetDLLDirectory not working correctly. We should switch over to using AddDLLDirectory instead.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions