我在delphi7中以安装了delphi.net preview了。同时把aspx下的framework下的文件考到了D:\WINNT\Microsoft.NET\Framework下了。
现在我写一段程序如下:
program First;
uses System.Windows.Forms;begin
  MessageBox.Show('Hello Delphi!', 'Important Message from Borland');
end.
为什么系统会报错:File not Found “System.Windows.Forms.dcu”
是我的.net preview安装后,没有配置正确,还是少了什么东西。
可以帮忙解决吗?