社区
Delphi
帖子详情
Intraweb 7写的StandAlone程序如何发布阿
icd
2004-04-18 12:25:13
Intraweb 5可以用
app -install 安装成服务
可是Intraweb 7不行啊,
请问各位高手,如何解决阿???谢谢!!!!!!!!
...全文
114
6
打赏
收藏
Intraweb 7写的StandAlone程序如何发布阿
Intraweb 5可以用 app -install 安装成服务 可是Intraweb 7不行啊, 请问各位高手,如何解决阿???谢谢!!!!!!!!
复制链接
扫一扫
分享
转发到动态
举报
AI
作业
写回复
配置赞助广告
用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可能解密不完全。
int
ra
web
资料
6. **部署与
发布
**:
Int
ra
web
应用
程序
可以被编译为单一的可执行文件,便于部署。开发者也可以选择将应用部署为ISAPI扩展或者独立的
Web
服务器。 7. **集成与扩展**:
Int
ra
web
可以与各种数据库系统、第三方组件以及...
Int
ra
Web
delphi
* 选择 Delphi/C++ Builder IDE 的 File - New - Other,然后选择
Int
ra
Web
,
Int
ra
Web
应用
程序
向导。 * 选择应用类型:
Stan
dAl
one 应用
程序
(Http.sys)。 * 设置 Url Base(可选):这是应用
程序
的基础 URL 地址。...
初探
Int
ra
Web
Int
ra
Web
是一个历史悠久的组件集合,它为Delphi/C++Builder用户提供了使用已有的Windows应用
程序
设计理念来构建
Web
应用
程序
的能力。通过
Int
ra
Web
,开发者可以在Delphi的Form上设计所需的界面,就像创建普通的Windows...
趋势科技把
Web
威胁保护集成到思科集成式服务路由器.pdf
- 提到了三种
Web
应用
程序
模式:
Stan
dal
one Application(独立应用
程序
),Server Application(服务器应用
程序
),以及ISAPI Extension(ISAPI扩展)模式,它们都有各自的URL格式。 2. **URL地址与参数传递**: -...
WEB
开发入门
###
WEB
开发入门:使用Delphi与
Int
ra
Web
构建BS
程序
#### 一、引言 随着互联网技术的迅速发展,
Web
开发成为了IT领域中的一个重要分支。对于初学者来说,掌握一门有效的工具和技术来构建
Web
应用至关重要。Delphi作为...
Delphi
5,928
社区成员
262,931
社区内容
发帖
与我相关
我的任务
Delphi
Delphi 开发及应用
复制链接
扫一扫
分享
社区描述
Delphi 开发及应用
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章