用Delphi7写了个邮箱客户端,无法找到程序输入口,求大神帮忙!!
delphi吧
全部回复
仅看楼主
level 2
用Delphi7写了个邮箱客户端,无法找到程序输入口
一开始是显示丢失SMTP.DLL,后来下了一个SMTP.DLL放在同级目录下,点运行,就出现了无法找到程序输入口
2015年09月02日 02点09分 1
level 2
这是函数
Function SendMSN(Topic: string; //主题
Content: string; //内容
MailAddr: string; //收件人地址
CCMailAddr: string; //抄送地址
AttachFiles: string; //附件
SmtpMailName: string;//发件人
SmtpServer: string; //发件服务器
SmtpUser: string; //发件帐户
SmtpPass: string; //发件密码
SmtpPort: string = '25'; //端口
TestMail: Boolean =true):
Boolean;
Stdcall;
external 'SMTP.dll';
2015年09月02日 02点09分 2
level 2
帮我看看是不是这个函数出现了错误
新人 什么都不懂
2015年09月02日 02点09分 3
level 2
求大神!!!!!
2015年09月02日 02点09分 4
level 2
大神!!where is 大神!!!
2015年09月02日 02点09分 5
level 2
不能沉 急求!!!
2015年09月02日 02点09分 6
level 14
文件不对。
2015年09月02日 04点09分 7
1