We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I used Fody.Costura.
lameenc32.dll import embedded resource.
But SharpAvi have to Set Location.. (My exe File With lameenc32.dll)
Plz Add this Function Next Version.
// Add ( Fody Or ILMerger Already Finished Loadlibrary )
public static void SetLameDll(string libraryName) { var facadeAsm = GenerateLameFacadeAssembly(libraryName); lameFacadeType = facadeAsm.GetType(typeof(Mp3AudioEncoderLame).Namespace + ".Runtime.LameFacadeImpl"); }
// End Add
public static void SetLameDllLocation(string lameDllPath) { }
Thanks ^^ Mr. And Happy New Year ^^
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I used Fody.Costura.
lameenc32.dll import embedded resource.
But SharpAvi have to Set Location.. (My exe File With lameenc32.dll)
Plz Add this Function Next Version.
// Add ( Fody Or ILMerger Already Finished Loadlibrary )
// End Add
Thanks ^^ Mr. And Happy New Year ^^
The text was updated successfully, but these errors were encountered: