更新:2007 年 11 月
错误消息
无效的图像基数“value”传递给
下面的示例生成 CS2013:
// CS2013.cs
// compile with: /target:library /baseaddress:x
// CS2013 expected
class MyClass
{
} | |
更新:2007 年 11 月
传递给
下面的示例生成 CS2013:
// CS2013.cs
// compile with: /target:library /baseaddress:x
// CS2013 expected
class MyClass
{
} | |