delphi源码如何编译(delphi编程)
本文目录一览:
- 1、传奇ige引擎全套源代码delphi源码怎么编译
- 2、DELPHI源码如何编译为可执行文件
- 3、Delphi源码编译
- 4、下载能一个通达信股票数读取的Delphi文本源代码,如何编译编软件?请高手指点?
传奇ige引擎全套源代码delphi源码怎么编译
去下载个
delphi 2007 基本都是用这个版本编译的
再安装 Raize JSocket 插件 这两个是必要的 如果它还使用了其他的插件 那需要再安装 要不然 你打开还是会报错。
然后 可以直接编译生成了。
DELPHI源码如何编译为可执行文件
编译Delphi要用到 dcc32.exe,此文件位于 Delphi安装文件夹\bin里面
命令行运行,说明如下:
Syntax: dcc32 [options] filename [options]
-Aunit=alias = Set unit alias -LUpackage = Use package
-B = Build all units -M = Make modified units
-CC = Console target -Npath = DCU output directory
-CG = GUI target -Opaths = Object directories
-Dsyms = Define conditionals -P = look for 8.3 file names also
-Epath = EXE output directory -Q = Quiet compile
-Foffset = Find error -Rpaths = Resource directories
-GD = Detailed map file -Upaths = Unit directories
-GP = Map file with publics -V = Debug information in EXE
-GS = Map file with segments -VR = Generate remote debug (RSM)
-H = Output hint messages -W = Output warning messages
-Ipaths = Include directories -Z = Output 'never build' DCPs
-J = Generate .obj file -$dir = Compiler directive
-JP = Generate C++ .obj file --help = Show this help screen
-Kaddr = Set image base addr --version = Show name and version
Compiler switches: -$letterstate (defaults are shown below)
A8 Aligned record fields P+ Open string params
B- Full boolean Evaluation Q- Integer overflow checking
C+ Evaluate assertions at runtime R- Range checking
D+ Debug information T- Typed @ operator
G+ Use imported data references U- Pentium(tm)-safe divide
H+ Use long strings by default V+ Strict var-strings
I+ I/O checking W- Generate stack frames
J- Writeable structured consts X+ Extended syntax
L+ Local debug symbols Y+ Symbol reference info
M- Runtime type info Z1 Minimum size of enum types
O+ Optimization
如果要编译一个项目有多个文件,或者包涵资源文件,一般使用图形开发环境进行编译。
Delphi源码编译
直接创建一个控制台程序.
然后将代码复制到里边编译就可以了!
下载能一个通达信股票数读取的Delphi文本源代码,如何编译编软件?请高手指点?
光是这个文件可不够,还有其它文件吧。
如果文件齐了,里面应该包含一个.dpr文件(或者.groupproj,或者.bpg),你在Delphi里面打开它,然后在Delphi的菜单里面选择Build All。如果下载的文件们没问题的话,你就能得到想要的软件了。