群殴66

2014年6月14日

delphi Syntax check、 build、 run、 compile的区别

摘要: delphi Syntax check、 build、 run、 compile的区别Build是从新编译所有和生成exe有关的文件,无论.pas文件是否修改过,它都会重新生成新的.dcu,并从新链接这些.dcu等等文件。Compile是编译修改过的文件,它只生成新修改过的.pas的相应的.dcu,... 阅读全文

posted @ 2014-06-14 17:50 群殴66 阅读(759) 评论(0) 推荐(0)

导航