Intraweb 7写的StandAlone程序如何发布阿

icd 2004-04-18 12:25:13
Intraweb 5可以用
app -install 安装成服务
可是Intraweb 7不行啊,
请问各位高手,如何解决阿???谢谢!!!!!!!!
...全文
110 6 打赏 收藏 转发到动态 举报
写回复
用AI写文章
6 条回复
切换为时间正序
请发表友善的回复…
发表回复
8341 2004-08-05
  • 打赏
  • 举报
回复
端口好象是它自己设定的,每次都变,这怎么成?
ziqing 2004-06-28
  • 打赏
  • 举报
回复
弄过5,没弄7不能帮你!!呵呵!!
Myattachment 2004-06-28
  • 打赏
  • 举报
回复
还应该注意端口问题.
Myattachment 2004-06-28
  • 打赏
  • 举报
回复
up
就是这么做的.
killghost 2004-04-23
  • 打赏
  • 举报
回复
转化成ISAPI,利用IIS来发布.

Lets take the Guess demo as an example:

program Guess;

uses
Forms,
IWMain,
Main in 'Main.pas' {formMain: TIWFormModuleBase},
ServerController in 'ServerController.pas' {IWServerController: TDataModule};

{$R *.res}

begin
Application.Initialize;
Application.CreateForm(TFormIWMain, formIWMain);
Application.Run;
end.

1. Change the program clause to library.
2. Remove the IWMain and Forms from the uses clause.
3. Add IWInitISAPI to the uses clause.

4. Remove everything between BEGIN..END
5. Add IWRun between BEGIN..END

Your program should now look like this:

library GuessDLL;


uses
IWInitISAPI,
Main in 'Main.pas' {formMain: TIWFormModuleBase},
ServerController in 'ServerController.pas' {IWServerController: TDataModule};

{$R *.RES}

begin
IWRun;
end.
xoyo5678 2004-04-18
  • 打赏
  • 举报
回复
你的intraweb7可能解密不完全。

5,392

社区成员

发帖
与我相关
我的任务
社区描述
Delphi 开发及应用
社区管理员
  • VCL组件开发及应用社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧