Skip to content

Fody Merge Lib. Trouble. #30

@BBUBBA

Description

@BBUBBA

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions