Skip to content
New issue

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

Fody Merge Lib. Trouble. #30

Open
BBUBBA opened this issue Jan 14, 2020 · 0 comments
Open

Fody Merge Lib. Trouble. #30

BBUBBA opened this issue Jan 14, 2020 · 0 comments

Comments

@BBUBBA
Copy link

BBUBBA commented Jan 14, 2020

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 ^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant