6 Star 10 Fork 6

itlabers / delphi4wechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
weixin.dpr 440 Bytes
一键复制 编辑 原始数据 按行查看 历史
itlabers 提交于 2016-06-06 20:45 . first commit
program weixin;
uses
Forms,
main in 'main.pas' {Form1},
webapp in 'webapp.pas',
HyperLinksDecorator in 'HyperLinksDecorator.pas',
RegExpr in 'RegExpr.pas',
hashtable in 'hashtable.pas',
backend in 'backend.pas',
superobject in 'superobject.pas',
log4me in 'log4me.pas';
{$R *.res}
begin
Application.Initialize;
Application.MainFormOnTaskbar := True;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
Delphi
1
https://gitee.com/spirit_demon/delphi4wechat.git
git@gitee.com:spirit_demon/delphi4wechat.git
spirit_demon
delphi4wechat
delphi4wechat
master

搜索帮助