**********************************************************************
* Author: TMS Software *
* Copyright � 2002-2015 *
* E-mail: [email protected] *
* Web: http://www.tmssoftware.com *
**********************************************************************
TMS IntraWeb Components for
- Delphi 2009/2010/XE/XE2/XE3/XE4/XE5/XE6/XE7/XE8
- C++Builder 2009/2010/XE/XE2/XE3/XE4/XE5/XE6/XE7/XE8
-----------------------------------------------------------------
TMS IntraWeb Components for IntraWeb 10.0.x, 11.0.x, 12.x, 14.0.x
-----------------------------------------------------------------
-------------
Installation:
-------------
NOTE:
FOR ADDITIONAL QUESTIONS: see http://www.tmssoftware.com/site/support.asp
AND http://www.tmssoftware.com/site/faq.asp
PLEASE PERFORM ALL STEPS LISTED!
1) Open a COMMAND prompt in Windows in folder where software is installed
2) Set build variables by executing following .BAT files
for RAD Studio 2009:
"c:\Program Files (x86)\CodeGear\RAD Studio\6.0\bin\rsvars.bat"
for RAD Studio 2010:
"c:\Program Files (x86)\Embarcadero\RAD Studio\7.0\bin\rsvars.bat"
for RAD Studio XE:
"c:\Program Files (x86)\Embarcadero\RAD Studio\8.0\bin\rsvars.bat"
for RAD Studio XE2:
"c:\Program Files (x86)\Embarcadero\RAD Studio\9.0\bin\rsvars.bat"
for RAD Studio XE3:
"c:\Program Files (x86)\Embarcadero\RAD Studio\10.0\bin\rsvars.bat"
for RAD Studio XE4:
"c:\Program Files (x86)\Embarcadero\RAD Studio\11.0\bin\rsvars.bat"
for RAD Studio XE5:
"c:\Program Files (x86)\Embarcadero\RAD Studio\12.0\bin\rsvars.bat"
for RAD Studio XE6:
"c:\Program Files (x86)\Embarcadero\Studio\14.0\bin\rsvars.bat"
for RAD Studio XE7:
"c:\Program Files (x86)\Embarcadero\Studio\15.0\bin\rsvars.bat"
for RAD Studio XE8:
"c:\Program Files (x86)\Embarcadero\Studio\16.0\bin\rsvars.bat"
3) Set correct include file
IntraWeb 10: Rename TMSDEFS10.INC to TMSDEFS.INC
IntraWeb 11: Rename TMSDEFS11.INC to TMSDEFS.INC
IntraWeb 12.0.x: Rename TMSDEFS12.inc to TMSDEFS.INC
IntraWeb 12.1.x: Rename TMSDEFS121.inc to TMSDEFS.INC
IntraWeb 12.2.x: Rename TMSDEFS122.inc to TMSDEFS.INC
IntraWeb 14.0.x: Rename TMSDEFS140.inc to TMSDEFS.INC
4) Build package files by executing MSBUILD:
Using following suffixes for package files depending on RAD Studio version:
RAD Studio 2009: xx -> 2009
RAD Studio 2010: xx -> 2010
RAD Studio XE: xx -> 2011
RAD Studio XE2: xx -> XE2
RAD Studio XE3: xx -> XE3
RAD Studio XE4: xx -> XE4
RAD Studio XE5: xx -> XE5
RAD Studio XE6: xx -> XE6
RAD Studio XE7: xx -> XE7
RAD Studio XE8: xx -> XE8
IntraWeb 10.0.x / RAD Studio 2009 - 2010
msbuild IW10TMSDxx.dproj
msbuild IW10TMSDEDxx.dproj
msbuild IW10TMSGRIDDxx.dproj
msbuild IW10TMSGRIDDEDxx.dproj
msbuild IW10TMSXLSDxx.dproj
IntraWeb 11.0.x / RAD Studio 2009 - XE
msbuild IW11TMSDxx.dproj
msbuild IW11TMSDEDxx.dproj
msbuild IW11TMSGRIDDxx.dproj
msbuild IW11TMSGRIDDEDxx.dproj
msbuild IW11TMSXLSDxx.dproj
IntraWeb 12.x.x / RAD Studio 2009 - XE4
msbuild IW12TMSDxx.dproj
msbuild IW12TMSDEDxx.dproj
msbuild IW12TMSGRIDDxx.dproj
msbuild IW12TMSGRIDDEDxx.dproj
msbuild IW12TMSXLSDxx.dproj
IntraWeb 14.0.0 / RAD Studio XE3 - XE8
msbuild IW14TMSDxx.dproj
msbuild IW14TMSDEDxx.dproj
msbuild IW14TMSGRIDDxx.dproj
msbuild IW14TMSGRIDDEDxx.dproj
msbuild IW14TMSXLSDxx.dproj
IntraWeb 14.0.x / RAD Studio 2009 - XE2
msbuild IW14TMSDxx.dproj
msbuild IW14TMSDEDxx.dproj
msbuild IW14TMSGRIDDxx.dproj
msbuild IW14TMSGRIDDEDxx.dproj
msbuild IW14TMSXLSDxx.dproj
IntraWeb 14.0.x / RAD Studio XE3 - XE7
msbuild IW14TMSDxxUPD.dproj
msbuild IW14TMSDEDxxUPD.dproj
msbuild IW14TMSGRIDDxxUPD.dproj
msbuild IW14TMSGRIDDEDxxUPD.dproj
msbuild IW14TMSXLSDxxUPD.dproj
5) Install Packages in the IDE
From the IDE select "Component>Install Packages...>Add..."
and add each of the .BPL files that were generated by executing msbuild in step 4)
BPL file locations:
RAD Studio 2009:
C:\Users\Public\Documents\RAD Studio\6.0\Bpl
RAD Studio 2010:
C:\Users\Public\Documents\RAD Studio\7.0\Bpl
RAD Studio XE:
C:\Users\Public\Documents\RAD Studio\8.0\Bpl
RAD Studio XE2:
C:\Users\Public\Documents\RAD Studio\9.0\Bpl
RAD Studio XE3:
C:\Users\Public\Documents\RAD Studio\10.0\Bpl
RAD Studio XE4:
C:\Users\Public\Documents\RAD Studio\11.0\Bpl
RAD Studio XE5:
C:\Users\Public\Documents\RAD Studio\12.0\Bpl
RAD Studio XE6:
C:\Users\Public\Documents\Studio\14.0\Bpl
RAD Studio XE7:
C:\Users\Public\Documents\Studio\15.0\Bpl
RAD Studio XE8:
C:\Users\Public\Documents\Studio\16.0\Bpl
6) Add the folder where the components are located to the IDE library path
(include & resource path for C++Builder)
------------------------------------------
Installing the grid & menu gallery support
------------------------------------------
Create the directory:
C:\Program Files\tmssoftware\TMSIWPRO\Preferences
and copy the contents of the Gallery directory in this
new directory, ie.
C:\Program Files\tmssoftware\TMSIWPRO\Preferences\Grids
C:\Program Files\tmssoftware\TMSIWPRO\Preferences\Menus
----------------------------------------------------------
TMS IntraWeb Components Pro Script Edition for IntraWeb
----------------------------------------------------------
-------------------------------
Installing the debug add-on OCX
-------------------------------
From the DOS command line run : REGSVR32 DebugOutXControl1.ocx
Installing the Script Edition version with the TMS Component Pack
-----------------------------------------------------------------
Please remove all AdvM* files and RTFEngine.pas from the TMS IntraWeb Component Pack directory
Remove references to AdvM* files and RTFEngine.pas from the IWxTMSSEDxx.DPK package file
Add a reference to the TMSDxx.DCP file to the requires list of the IWxTMSSEDxx.DPK package file
******************************************************
* *
* I M P O R T A N T N O T E S *
* *
******************************************************
For IntraWeb 14 as delivered standard with Delphi XE3/XE4/XE5/XE6/XE7/XE8,
C++Builder XE3/XE4/XE5/XE6/XE7 or RAD Studio XE3/XE4/XE5/XE6/XE7/XE8 following issues are known:
1) WebApplication.SendFile() fails. This affects TTIWAdvGridExcelIO. The component needs this function
to send the .XLS file to the client and because of this bug in the IntraWeb framework, it will not work.
2) In IntraWeb 14, the image caching mechanism has been completely overhauled. Unfortunately, there are
known bugs in this new image cache implementation that can affect the use of cached images when these
images are manipulated client-side via Javascript. As a workaround, avoid cached images and use static
image file references with the components.
Both problems are due to bugs in the IntraWeb framework itself and we hope Atozed software will address
these as soon as possible.
没有合适的资源?快使用搜索试试~ 我知道了~
TMS.IntraWeb.Components.v.5.8.1.0.XE10.1.Src

共1299个文件
res:198个
pas:189个
dcu:178个


温馨提示
安装注意事项: 1、安装前卸载TMS包冲突 2、 Add path \ Source \ Source \ xlsadapter \ Source \ win32 to the library 3、dx10打开开iw14tmsddx10group.groupproj单独编译安装 dx10.1打开iw14tmsddx10group.groupproj单独编译安装 4、bpl文件n32目录,全部复制到\bin,例如:DX10:Embarcadero \Studio\17\bin;dx10.1:Embarcadero \Studio\18\bin 注:IntraWeb 14.0.59顺利安装
资源推荐
资源详情
资源评论





















收起资源包目录





































































































共 1299 条
- 1
- 2
- 3
- 4
- 5
- 6
- 13
资源评论

- SAMLLY2018-11-28非常好,感谢
- goodyour2017-02-27提示缺文件啊。
- forrestliu2017-05-15很棒的控件!谢谢!
- 无名剑气2017-08-09下了没怎么用 干脆换 XE10.1 好了
- adongtan2018-01-20XE10.1 安装失败

prabbit
- 粉丝: 35
上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


最新资源
- 电子商务物流服务与成本管理-PPT(1).pptx
- 电子白板软件功能培训教案课程通用版------(1).pdf
- 网站建设推广项目策划书(1).doc
- PLC与DDC的区别建筑工程类独家文档首发(1).doc
- 完整word版基于单片机万年历设计(1).doc
- 数据库系统课件ch17RecoverySystem(1).ppt
- 专题资料2021-2022年plc培训讲义 (1)(1).doc
- 计算机基础教案(EXCEL部分)(1).docx
- 学生信息管理系统java课程设计含源代码推荐文档(1).doc
- 西门子PLC1500与Fanuc机器人焊装系统的Profinet通讯及智能控制解决方案 机器人控制
- 2025年数控设备与编程习题附答案(1).pdf
- 使用Linux配置DHCPOption(1).doc
- LINUX-操作系统安装规范可编辑范本(1).doc
- 运料小车PLC控制(1).doc
- 基于web的服装销售管理系统源程序(1).docx
- 函数傅里叶变换在电路通信中的应用 (1)(1).doc
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



安全验证
文档复制为VIP权益,开通VIP直接复制
