Delphi for .NET Compact Framework Technology Preview
Release Notes
=======================================================
This file contains important supplementary and late-
breaking information. We recommend that you read this
file in its entirety.
=======================================================
CONTENTS
* LICENSE AND DISTRIBUTION INFORMATION
* SUPPORTED PLATFORMS
* PRODUCT INSTALLATION
* NOTES AND ISSUES
* KNOWN PROBLEMS
* PRODUCT INFORMATION ON THE WEB
=======================================================
LICENSE AND DISTRIBUTION INFORMATION
* LICENSE contains information on licensing allowances
and limitations for this product and other Borland
software that is bundled with it.
* DEPLOY contains information about redistributing your
applications.
=======================================================
SUPPORTED PLATFORMS:
This technology preview supports both PocketPC and
SmartPhone devices running .NET Compact Framework 1.x.
Note: Some devices (such as SmartPhone) do not support
pointer devices (mouse, stylus, etc.). This limits the
WinForms controls and properties that you can use with
these devices.
=======================================================
PRODUCT INSTALLATION:
This version of the Technology Preview is delivered
as a windows installer (.msi) setup. Run
Borland Delphi .NET Compact Framework Tech Preview.msi
and agree to the license agreement to complete the installation.
You need to have Delphi 2005 installed on your system before
installing this setup. This preview will get installed to a directory
named "CFPreview" under Delphi 2005 installation directory.
=======================================================
NOTES AND ISSUES:
This release of the Delphi for .NET Compact Framework
Technology Preview is not meant for use in production
applications.
The following steps outline how to build a simple
.NET Compact Framework application using the Windows
Forms designer for desktop applications:
1) Create a new Delphi for .NET Windows Forms Application.
2) Set the form's Text property to "Delphi for .NET Compact Framework".
3) Drop a Label on the form
4) Set the label's Text property to "Hello World!"
5) Save and compile the project.
6) Switch to the code editor (View | Show Code).
7) Expand the region "Windows Form Designer Generated Code".
8) Comment out the following lines:
Self.SuspendLayout;
Self.Label1.Name := 'Label1';
Self.Label1.TabIndex := 0;
Self.AutoScaleBaseSize := System.Drawing.Size.Create(5, 13);
Self.Name := 'TWinForm';
Self.ResumeLayout(False);
Note: Please see the Microsoft .NET SDK documentation
for information regarding properties and methods
supported by the .NET Compact Framework.
9) Select Project | View Source.
10) Find the line "[STAThread]" and delete it.
11) Save the project.
12) Open a commend prompt and change to the folder where
the project is saved.
13) Delete the project's cfg file (del Project1.cfg).
14) Run the command:
"C:\Program Files\Borland\Bds\3.0\CFPreview\Bin"\dccil Project1.dpr
-u"C:\Program Files\Borland\Bds\3.0\CFPreview\Lib"
-lu<CF_Assembly_Path>\System.Windows.Forms.dll
-lu<CF_Assembly_Path>\System.Data.dll
Note: Substitute <CF_Assembly_Path> with the folder where
the .NET Compact Framework is installed.
15) Deploy Project1.exe to the Windows CE device and run.
More in-depth information about building .NET Compact
Framework applications with Delphi is available on
BDN, http://bdn.borland.com/article/0,1410,33066,00.html.
=======================================================
KNOWN PROBLEMS
* The following Delphi types are not supported in this
release of the Technology Preview:
Currency, TDateTime, TDate, TTime
* Calling System.Array.Copy, or using functions that
use System.Array.Copy (such as SetLength on dynamic
arrays), will not result in System.Array.Copy being
called.
=======================================================
PRODUCT INFORMATION ON THE WEB
The following Borland Web-based resources provide a
continuous stream of news, product information, updates,
code, and other materials.
Code Central
------------
The CodeCentral Repository is a free, searchable
database of code, tips, and other materials of interest
to developers. For details and registration
information, visit
http://codecentral.borland.com/
The Borland Web site
--------------------
Borland Software Corporation home page:
http://www.borland.com
Delphi home page:
http://www.borland.com/delphi/
Delphi developer support:
http://www.borland.com/devsupport/delphi/
Newsgroups:
news://newsgroups.borland.com/borland.public.delphi.dotnetPreview
Worldwide offices and distributors:
http://www.borland.com/bww/
FTP site (anonymous access):
ftp.borland.com
=======================================================
Copyright (c) 2005 Borland Software Corporation.
All rights reserved.
没有合适的资源?快使用搜索试试~ 我知道了~
Delphi .Net 2006 For WinCE编译工具
共65个文件
pas:13个
dcpil:8个
dcuil:5个
5星 · 超过95%的资源 需积分: 50 118 下载量 80 浏览量
2006-02-23
15:31:04
上传
评论
收藏 1.52MB RAR 举报
温馨提示
借用CFPreview for delphi 2005进行编译,这样总比用delphi 2005强。我编写了这个CF的编译工具,方便软件的调试。CFMake解压后,运行CFMake目录的MakeCFCompatibleGUI.exe(默认的路径是“E:CFMake”)。
资源推荐
资源详情
资源评论
收起资源包目录
2005121613524313627.rar (65个子文件)
CFMake
CFPreview
bin
dccil.exe12 973KB
DCCIL.EXE 869KB
CF.bat 1KB
deploy.txt 737B
lib
System.ComponentModel.WindowsCE.pas 3KB
System.dcpil 152KB
mscorlib.dcpil 385KB
System.Windows.Forms.dcpil 142KB
ClassHelpersBuilderProject.bdsproj 11KB
System.Drawing.dcpil 50KB
System.Drawing.Font.dcuil 1KB
System.Drawing.Font.pas 594B
Oosterkamp.WindowsCE.ClassHelpers.Test.pas 6KB
Oosterkamp.WindowsCE.ClassHelpersEx.pas 8KB
System.Xml.dcpil 112KB
Oosterkamp.WindowsCE.ClassHelpers.pas 23KB
Oosterkamp.WindowsCE.ClassHelpers.Raid.pas 4KB
System.Data.dcpil 113KB
Oosterkamp.WindowsCE.ClassHelpers.dcuil 40KB
Oosterkamp.gif 4KB
DrawingTest.bdsproj 9KB
Borland.Delphi.System.dcuil 180KB
Oosterkamp.WindowsCE.EnumHelpers.pas 265B
System.Drawing.GraphicsUnit.pas 872B
ClassHelpersBuilderProject.res 4KB
System.Drawing.GraphicsUnit.dcuil 1KB
ClassHelpersBuilderProject.cfg 860B
System.Windows.Forms.WindowsCE.pas 541B
ReadMe.htm 9KB
ClassHelpersBuilderProject.dpr 2KB
Oosterkamp.WindowsCE.ClassHelpersEx.dcuil 13KB
license.rtf 36KB
source
Borland.Delphi.System.pas 167KB
readme.txt 5KB
MakeCFCompatibleGUI.exe 476KB
System.Windows.Forms.DataGrid.dcpil 17KB
MakeCFCompatibleGUI.ini 378B
Microsoft.WindowsCE.Forms.dll 11KB
MakeCFCompatibleDLL.dll 120KB
makecfcompatible_compact_framework_project_preprocessor
MakeCFCompatibleIntf.dcu 1KB
MakeCFCompatible.bdsproj.local 62B
SampleMakeCFCompatibleImpl.dfm 7KB
MakeCFCompatibleGUI.dpr 300B
MakeCFCompatible.cfg 438B
MakeCFCompatibleGUI.cfg 484B
MakeCFCompatibleIntf.pas 2KB
MakeCFCompatible.bdsproj 7KB
MakeCFCompatibleGUI.ini 422B
DeclParserIntf.pas 6KB
DCCCF.OUTTXT 814B
MakeCFCompatibleDLL.dll 120KB
INPUT.OUTTXT 0B
MakeCFCompatibleGUI.identcache 318B
SampleMakeCFCompatibleImpl.dcu 13KB
MakeCFCompatible.dpr 2KB
SampleMakeCFCompatibleImpl.pas 7KB
MakeCFCompatibleDLL.res 5KB
MakeCFCompatibleGUI.res 4KB
MakeCFCompatible.exe 6KB
MakeCFCompatible.identcache 206B
MakeCFCompatibleGUI.bdsproj 8KB
MakeCFCompatibleGUI.bdsproj.local 62B
System.Windows.Forms.DataGrid.dll 38KB
MakeCFCompatible.exe 6KB
Microsoft.WindowsCE.Forms.dcpil 6KB
共 65 条
- 1
资源评论
- siyuline2013-11-07嗯,不错,可以用
普通网友
- 粉丝: 882
- 资源: 2万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- CocosCreator源码资源SrcPackage2(6款源码合集)
- (源码)基于Spring Boot和Spring Cloud的权限管理系统.zip
- CocosCreator源码资源SrcPackage1(11款源码合集)
- (源码)基于Python和Kafka的微博热搜情感分析系统.zip
- 毕业设计《HTML5-Bootstrap-SSM校园导游咨询网(可升级SpringBoot)》+Java项目源码+文档说明
- (源码)基于Arduino的智能导盲犬系统.zip
- sentinel-dashboard的1.8.6版本集成nacos,对接gateway的限流
- CocosCreator源码资源Snaker(贪吃蛇 精品)
- (源码)基于C语言的智能仓库管理系统(IWMS).zip
- (源码)基于Unity的通用升级系统.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功