I\'m trying to use the lame_enc.dll file from LAME in a C# project, but adding the thing seems impossible.
I keep getting an error that says that a reference could not b
You have to use P/Invoke to call unmanaged APIs from managed code.