Open SimonKravis opened 2 years ago
x265.dll is a native x64 Windows assembly, while .NET Framework has its own assembly format. You'd need to make a wrapper for natively compiled libraries yourself or find an existing one before using these in your .NET project.
Context
When I try and add a reference to x265.dll by browsing to the folder containing the dll as extracted from libx265_3.4_msvc16.zip( in folder bin/x64) I expect to see x265 added to the reference list
Expected Behavior
I get the error l ( A reference could not be added.)
Steps to Reproduce
Your Environment
Possible Fix