:コンパイルされたファイルでは // .... rest of code
if (provider.Supports(GeneratorSupport.Resources))
{
cp.EmbeddedResources.Add("MyFile.exe");
}
if (provider.Supports(GeneratorSupport.Resources))
{
私はCodeDomProviderを使用してC#コンパイラを作成しようとしています。 私はエラーを得ることができましたが、私は出力を得ることができません。 これは私がこれまで持っているものです。 public List<string> Errors(CompilerResults compilerResults)
{
List<string> messages = new L