Icebird

Delphi/C# - My favorite programming language

My Links

Blog Stats

News

置顶随笔 #

[置顶][Delphi] DUnitID 0.17.4725

摘要: 想知道别人用Delphi开发的程序用了哪些第三方控件吗,用这个工具就对了。工具支持文件拖放,很方便的。对于破解者来说,可以很容易看到该软件作者是否使用了常见的加密相关算法:比如md5,rsa,des,blowfish,sha下载:DUnitIDFlashFXP:FTPRush:History:2011-05-16 DUnitID 0.17.4725 released to public.2010-07-25 DUnitID 0.17.4690 released to public.2009-08-19 DUnitID 0.17.4619 released to public.2008-11-2阅读全文

posted @ 2008-05-03 10:56 Icebird 阅读(1256) 评论(3) 编辑

2012年3月20日 #

FireFox的一个Bug?

function test()
{
    return /yy/g.test("yyyy-MM-DD");
}

for (var i = 0; i < 100; i++)
{
    if (!test())
        console.log(i);
}

 

在一个函数里调用test,当使用了g选项则在执行了42次后就开始返回不正确了。不使用g选项好像就没问题。在FireFox 10和11下都是这样。

换成IE8或Chrome运行同样的代码则没有问题。

posted @ 2012-03-20 12:22 Icebird 阅读(20) 评论(0) 编辑

2011年4月11日 #

在.NET中使用PhysFS来挂载压缩包(zip)

  PhysicsFS is a library to provide abstract access to various archives. It is intended for use in video games, and the design was somewhat inspired by Quake 3's file subsystem. The programmer defines a "write directory" on the physical filesystem. No file writing done through the PhysicsFS API can leave that write directory, for security. For example, an embedded scripting language cannot write outside of this path if it uses PhysFS for all of its I/O, which means that untrusted scripts can run more safely. Symbolic links can be disabled as well, for added safety. For file reading, the programmer lists directories and archives that form a "search path". Once the search path is defined, it becomes a single, transparent hierarchical filesystem. This makes for easy access to ZIP files in the same way as you access a file directly on the disk, and it makes it easy to ship a new archive that will override a previous archive on a per-file basis. Finally, PhysicsFS gives you platform-abstracted means to determine if CD-ROMs are available, the user's home directory, where in the real filesystem your program is running, etc.

  我是从改版的DOSBox里看到有这样一个技术可以实现挂载zip/7z压缩包,就想在.NET中是否能够使用呢。

  让我找到一个封装好的库 - BooGame,另外还有一个TAO (文件太大,有30多M)。

  首先下载BooGame: http://sourceforge.net/projects/boogame/files/BooGame/

  从下载的包里找到physfs.dll与Tao.PhysFs.dll,新建项目,引用Tao.PhysFs.dll,将physfs.dll放入bin与执行文件在一起。

  然后using Tao.PhysFs,BooGame里有一个FileSystem.cs,可以做参考,不过其封装得不够完善。

  首先 Fs.PHYSFS_init("init"); //这里的"init"没啥特别意义,总之传入一个字符串就可以

  然后是添加搜索路径,Fs.PHYSFS_addToSearchPath("D:\\Temp", 1); //如果有写入要求的话,写入的临时目录要先添加,否则修改过的数据无法被找到,后面的参数1是一个定值

  下面来mount一个压缩包,Fs.PHYSFS_addToSearchPath("D:\\Test.zip", 1);

  接着设置写入的临时目录:Fs.PHYSFS_setWriteDir("D:\\"); //对压缩包的文件所作的任何修改都会被存入此处指定的临时目录。

  如果临时目录与压缩包里的同一路径下都有相同的文件,则搜索路径在前的那个文件会优先被使用。

  接下来就是文件目录的通常操作了,除了是使用 Fs.PHYSFS_XXX 这样的语句外,与通常的文件操作没有太大区别。更详细的使用帮助,请参考http://192.121.234.229/manualer/programering/Tao-doc/Tao.PhysFs/Tao.PhysFs.FsMembers.html

  有心的话,可以考虑继承Steam重写一个类来简化使用。

  提示,里面的openWrite, openAppend实在不好用(需要Marshal.AllocHGlobal来分配内存),不如直接在临时目录下直接读写之。

  最后,要关闭资源:Fs.PHYSFS_deinit();

  PS: 这个版本有点老了,好像是1.0.1,现在最新的是2.0.2,从1.1开始就支持了7z格式。

  都快写完了,突思奇想,把DOSBox里带的libphysfs.dll复制过来,改名成physfs.dll,然后一试,哈哈,果然可以使用,并且支持了7z格式。

  相关文件下载:http://files.cnblogs.com/Icebird/PhysFS.net.rar

posted @ 2011-04-11 13:45 Icebird 阅读(157) 评论(0) 编辑

2010年7月14日 #

Prototype速查

    只有注册用户登录后才能阅读该文。阅读全文

posted @ 2010-07-14 10:30 Icebird 阅读(68) 评论(0) 编辑

2008年6月7日 #

Delphi VCL Related Resource

URL: http://www.board4all.cz/showthread.php?t=105345

TMS.Component.Pack.v4.7.0.0.for.Delphi.BCB.Full.Source
http://rapidshare.com/files/120500964/v4.7.0.0.rar

Mydac 5.20.1.15 only for Delphi2007
rapidshare.com/files/113768793/mydac520d11pro.exe

Alpha Controls 5.40 Full Source
http://rapidshare.com/files/99271057/Alpha.v5.40b.rar

Epina Software Labs - SDL Component Suite v6.0
http://rapidshare.com/files/66077289....0_Pro_SRC.rar

Epina Software Labs - SDL Component Suite v7.0
http://rapidshare.com/files/66078774..._For_D67C6.rar

SQLDirect v5.2.10
info: http://www.sqldirect-soft.com/
http://rapidshare.com/files/66878773...5.2.10_Pro.rar

Berg NextSuite VCL v4.2.1
info: www.bergsoft.net/
http://rapidshare.com/files/68297591...VCL.v4.2.1.rar

TPaxScripter v3.0
info: www.paxscript.com/tpaxscripter_ref.htm
http://rapidshare.com/files/69717203...ipter_v3.0.rar

HierCube v4.48
info: http://www.radar-soft.com/products/vcl.aspx
http://rapidshare.com/files/70349539/HierCube_v4.48.rar

TMS Security System v2.3.2.rar
info: http://www.tmssoftware.com/tss.htm
http://rapidshare.com/files/73263780...tem_v2.3.2.rar

NativeExcel v2.x
info: www.nika-soft.com/nativeexcel2/
http://rapidshare.com/files/77819643...Excel_v2.x.rar

FastReport v4.6.8
http://rapidshare.com/files/115811673/FastReport4.6.rar

TMS Unicode Component Pack v1.5.0.1
info: http://www.tmssoftware.com/tmsuni.htm
http://rapidshare.com/files/82641277...k_v1.5.0.1.rar

Raise CodeSite v4.2
http://rapidshare.com/files/82392190...eSite_v4.2.rar

AbsoluteDatabase v5.16
info: http://www.componentace.com/bde_repl...e_database.htm
http://rapidshare.com/files/83660183...base_v5.16.rar

PowerCAD v3.5 for Delphi7
info: http://www.tekhnelogos.com/powercadindexEn.html
http://rapidshare.com/files/83679472...or_Delphi7.rar

IP Works v6.1.2932
info: www.nsoftware.com/ipworks/
http://rapidshare.com/files/84001689....v6.1.2932.rar

TPaxCompiler v1.8
info: http://www.paxcompiler.com/
http://rapidshare.com/files/86186166...piler_v1.8.rar

WinSoft 6 Components for Delphi7
http://rapidshare.com/files/85632955...r_Delphi_7.rar

ZylSoft 6 Components for Delphi7
http://rapidshare.com/files/85632956...r_Delphi_7.rar

All QuickReport verions from 4.0 for all Delphi/BCB versions
http://rapidshare.com/files/86557353/QR4x.part1.rar
http://rapidshare.com/files/86563763/QR4x.part2.rar

Database Comparer VCL v3.2.47.10
info: http://www.clevercomponents.com/prod...vcl/dbcvcl.asp
http://rapidshare.com/files/87747829...v3.2.47.10.rar

TMS Component Pack v4.6.0.5 (dateCode 20080224)
info: www.tmssoftware.com
http://rapidshare.com/files/95371043..._20080224_.rar

XLSReadWrite II v3.01.02
info: http://www.axolot.com/components/xlsrwii20.htm
http://rapidshare.com/files/35338230...2__Delphi_.rar

Gnostice PDFtoolkit VCL ProPlus v2.5
info: www.gnostice.com/PDFtoolkitoverview.asp
http://rapidshare.com/files/35344136...oPlus_v2.5.rar

Photoshop SDK for Delphi v1.0
info: http://www.centaurix.com/pssdk.html
http://rapidshare.com/files/35700938...elphi_v1.0.rar

ESBPCS for VCL v4.4
info: www.esbconsult.com/esbpcs/
http://rapidshare.com/files/35794329...r_VCL_v4.4.rar
http://rapidshare.com/files/35794333...4.4_Update.rar
http://rapidshare.com/files/35794332...4_Overview.rar
http://rapidshare.com/files/37797123...VCL_v4.4.1.rar

kbmMemTable Pro v5.51
info: http://www.components4developers.com/
http://rapidshare.com/files/39205974..._Pro_v5.51.zip
http://rapidshare.com/files/54869675...able_v5.52.rar

LMD Tools v7.13
info: www.lmdinnovative.com/
http://rapidshare.com/files/39797782/lmd_tools_7.13.zip

FIBPlus v6.7 Full Source (with Docs & Demos)
info: www.devrace.com/en/fibplus/
http://rapidshare.com/files/40526251...cs___Demos.rar

KSDev ThemeEngine v7.03
info: www.ksdev.com
http://rapidshare.com/files/41485851...gine_v7.03.rar

KSDev FXLib v3.02
http://rapidshare.com/files/45982117...XLib_v3.02.rar

KSDev VirtualSream v1.01
http://rapidshare.com/files/45982118...ream_v1.01.rar

KSDev FlashEngine v1.08
http://rapidshare.com/files/45982868...gine_v1.08.rar

KSDev BlockEngine v3.03
http://rapidshare.com/files/45983707...gine_v3.03.rar

KSDev TrayClock v1.04
http://rapidshare.com/files/45984210...lock_v1.04.rar

KSDev SkinEngine v2.02
http://rapidshare.com/files/45985363...gine_v2.02.rar

InfoPower Studio 2007 v5.0.1.3
info: www.woll2woll.com/InfoPower.html
http://rapidshare.com/files/46074282...ce_CDS2007.rar

TRichView v1.9.43.2
info: www.trichview.com
http://rapidshare.com/files/46527634...w_1.9.43.2.rar

Delphi SWF SDK v1.9
info: www.delphiflash.com
http://rapidshare.com/files/47143778...F_SDK_v1.9.rar

Neevia docCreator v3.5
info: neevia.com
http://rapidshare.com/files/49078814...eator_v3.5.rar

FlatStyle v4.42.8.0
http://rapidshare.com/files/49089982..._v4.42.8.0.rar

TatukGIS Developer Kernel v7.3.0
info: www.tatukgis.com/products/Dk/kernel.aspx
http://rapidshare.com/files/53399881...i567-BCB56.rar

EnvisionImageLibrary v2.5
info: www.intervalsoftware.com
http://rapidshare.com/files/54910146...brary_v2.5.rar

TMS Scripter Studio v2.3
info: www.tmssoftware.com/scriptstudio.htm
http://rapidshare.com/files/55302884...tudio_v2.3.rar

MicroOLAP Packet Sniffer SDK v3.1.1
info: www.microolap.com/products/network/pssdk
http://rapidshare.com/files/55352619...SDK.v3.1.1.rar

EControl Form Designer v1.50
info: www.econtrol.ru/formdsn_e.html
http://rapidshare.com/files/56604234...gner_v1.50.rar

EControl Syntax Editor SDK v2.35
info: www.econtrol.ru/syntedit_e.html
http://rapidshare.com/files/56606181..._SDK_v2.35.rar

Raize Drop Master v1.5
info: www.raize.com/DevTools/DropMaster/Default.asp
http://rapidshare.com/files/56743396...opMaster15.rar

Bricksoft IM VCL Component v5.2
info: www.imcomponent.com
http://rapidshare.com/files/58090319...onent_v5.2.rar

Mitov Software - Video, Audio, Digital Signal Processing(DSP)
http://rapidshare.com/files/58337551...n_Lab_v3.0.rar
http://rapidshare.com/files/58331471...l_Lab_v3.0.rar
http://rapidshare.com/files/58321511...v3.0.part2.rar
http://rapidshare.com/files/58321510...v3.0.part1.rar
http://rapidshare.com/files/58177606/Audio_Lab_v3.0.rar
http://rapidshare.com/files/58149568/Plot_Lab_v3.0.rar

TVideoGrabber v7.2.4 Delphi7
info: www.datastead.com/vidgrab/index.htm
http://rapidshare.com/files/57047347...4_Delphi_7.rar

RemObjects DebugServer v3.0.3.285
info: http://www.componentsource.com/edevp...r/summary.html
http://rapidshare.com/files/59154936...v3.0.3.285.rar

RemObjects Data Abstract for Delphi v5.0.29.665
pwd: www.prolaz-team.info
http://rapidshare.com/files/10026295...5.0.29.665.rar

Berg.Component.Suite.v4.5.08.1.for.Delphi.BCB.Full.Source-SSG
http://rapidshare.com/files/11624946...e-SSG.rar.html

SimDesign NativeXml v2.38 for Delphi BCB Full Source-SSG
http://rapidshare.com/files/100265837/Sim.Xml.v2.38.rar



SM Software TXLSFile v4.0 D2007
http://rapidshare.com/files/10049002...4.0.D.2007.zip

MadCollection v2.5.8.0 for Delphi
http://rapidshare.com/files/10156975...ction.rar.html

ModelMaker 9.10 full  (crack inside)
http://rapidshare.com/files/102023954/MM910d.zip


AutomatedQA AQtime v5.41.415.x86
http://rapidshare.com/files/10202981...41.415.x86.zip


NexusDB 2.0705 Developer Edition
http://rapidshare.com/files/10203150...er_Edition.rar


Active Query Builder v1.7.9.57 Standard Edition
http://rapidshare.com/files/10217535...rd_Edition.rar

AlphaControls.v5.46b.for.Delphi.BCB.Full.Source
http://rapidshare.com/files/116059055/Alpha.v5.46b.rar

ImageEn 3.0.0 Full Source Code (PASSWORD : PATMAP)
http://rapidshare.com/files/10307755...3.0.0.rar.html

TMS IntraWeb Component Pack Pro (release v3.3.1.1 Feb 22, 2008)

nrComm Lib - www.deepsoftware.ru
http://rapidshare.com/files/65945211...m_Lib_7.11.rar

AlmDev.BusinessSkinForm.v6.20.for.Delphi.BCB.Full.Source-SSG.zip
http://rapidshare.com/files/10609360...e-SSG.zip.html

AlmDev.DynamicSkinForm.v9.20.for.Delphi.BCB.Full.Source-SSG.zip
http://rapidshare.com/files/10609384...e-SSG.zip.html

Oxygen SMS ActiveX Control
http://w16.easy-share.com/1699948825.html

ZReport
http://w16.easy-share.com/1699955216.html

Degisy Controls
http://w16.easy-share.com/1700073134.html

Devrace FIBPlus 6.8.5 full source
http://rapidshare.com/files/10700645...FullSource.rar

IPWorks v6.1.3022
http://rapidshare.com/files/10839195..._v6.1.3022.rar


Advanced Export.Component 4.01
http://rapidshare.com/files/110540043/EMSAEC4.rar

EMS Advanced Import Component 3.0
http://rapidshare.com/files/111232390/EMS_A_imp3.rar

ABC Components for Delphi 7
www.lkei.com/files/abc-delphi7.rar


VCL Skin 4.98
http://rapidshare.com/files/110220072/VCLSkin_4.98.04.23.rar

CRLab UniDAC Component v.1.0
http://rapidshare.com/files/11708535...11pro.exe.html
http://rapidshare.com/files/11708535...10pro.exe.html
http://rapidshare.com/files/11708535...d9pro.exe.html
http://rapidshare.com/files/11708535...d7pro.exe.html
http://rapidshare.com/files/11708536...d6pro.exe.html
http://rapidshare.com/files/11708536...b6pro.exe.html


Castalia v2008.2 (pass: castalia2008)
http://rapidshare.com/files/11218150...atch-cs137.rar
http://rapidshare.com/files/11218160...atch-cs137.rar
http://rapidshare.com/files/11218079...atch-cs137.rar
http://rapidshare.com/files/11218171...atch-cs137.rar
http://rapidshare.com/files/11218095...atch-cs137.rar
http://rapidshare.com/files/113118668/castalia.v2008.2.for.codegear.delphi.2007-incl.patch-cs137.rar  (pwd: locoepinga)

ModelMaker v9.16 Pascal Edition Latest version
http://rapidshare.com/files/10881326...ition.9.16.rar

TurboPower components
http://rapidshare.com/files/11273969...ylix.part1.rar
http://rapidshare.com/files/11274043...ylix.part2.rar

TeeChart Pro 8.0.1 (pwd: locoepinga)
http://rapidshare.com/files/111331570/TeeChart_Pro_8.0.1.rar

TMS WorkFlow v.1.0 FullSource
http://rapidshare.com/files/113523480/wsreg.zip.html


AlmDev.DynamicSkinForm.v9.30.for.Delphi.BCB.Full.S ource-SSG
AlmDev.BusinessSkinForm.v6.30.for.Delphi.BCB.Full. Source-SSG
http://rapidshare.com/files/113643408/AlmDev.rar.html

MyDAC 5.20.1.15 Professional for Delphi 2007
http://rapidshare.com/files/113768793/mydac520d11pro.exe

TVide0Grabber v7.5 build - April 23, 2008 (Without sources. Full Binaries, no cracked version) Pass: doctorjellybean
http://rapidshare.com/files/114548375/7.5.212.27.rar

Datastead.TVideoGrabber.v7.2.4n.Delphi.BCB.Retail-CORE
http://rapidshare.com/files/114789422/TVidGr.rar

CadoDraw 4.4
http://rapidshare.com/files/81881760/CadoDraw_v4.4.rar
serials fOr CadoDraw_v4.4:
Name: dumpz  Serial: 258304112-4584-71V7c31X
Name: cadodraw  Serial: 223609263-5168-5A10UC89

DBISAM 4.22 Full with source + DBISAM Manager (Pass: 12345)
http://rapidshare.com/files/71259686/dbisam.rar.html

Billenium effects 4.1 (pass: boardallCZ)
http://rapidshare.com/files/120655674/1548765458.rar.html
http://w15.easy-share.com/1700565061.html

SQLDirect.v6.0.2.Pro

EurekaLog.v6.0.14
http://rapidshare.com/files/11626643....0.14.rar.html

Quick Report 5.2
http://rapidshare.com/files/114321742/qr5.rar

ReportBuilder.Enterprise.v10.08.Retail.For.Delphi.7-Lz0 (Pass: piNar3l0f413)
http://rapidshare.com/files/117717110/ReportBuilder.Enterprise.v10.08.Retail.For.Delphi.7-Lz0.zip

ReportBuilder Enterprise v10.08 Retail for Delphi 2007 (pwd: locoepinga)
http://rapidshare.com/files/113123539/RBEnt_10.08_D2k7.part1.rar
http://rapidshare.com/files/113124909/RBEnt_10.08_D2k7.part2.rar

IB Objects v4.85 for Delphi and BCB
http://rapidshare.com/files/117762626/IB_Objects_v4.85_For_Delphi_BCB.exe

Zip Master v1.79
http://rapidshare.com/files/117767692/ZipMaster_v1.79.zip

Magic CD DVD Burner v.1.23
http://rapidshare.com/files/117767246/Magic_CD_DVD_Burner_VCL_v1.23_for_Delphi_BCB.rar

AutoUpgrader Pro v4.64
http://rapidshare.com/files/117766812/AutoUpgrader_Pro_v4.64_For_Delphi_And_BCB.rar

Advanced Localizer Component v1.52
http://rapidshare.com/files/117766272/Advanced_Localizer_Component_Suite_v1.52.rar

AnyDAC v1.61
http://rapidshare.com/files/117766658/AnyDAC161.zip

Advanced Import Component v2.41
http://rapidshare.com/files/117766220/Advanced_Import_Component_Suite_v2.41_for.Delphi.rar

Advanced Export Component v3.41
http://rapidshare.com/files/117766178/Advanced_Export_Component_Suite_v3.41_for.Delphi.rar

JAM.Software.ShellBrowser.Components.for.Delphi.C++.Builder.v6.0.3.0.Retail.incl.Patch-Proletsearch
http://rapidshare.com/files/117792398/ShellBrowser.Components.for.Delphi.C__.Builder.v6.0.3.0-Proletsearch.rar.html

AfalinaSoft XL Report 4.2.123
AfalinaSoft XL Report Pro Option Pack 1.2.123
http://rapidshare.com/files/118237446/bundle.rar.html

SciBit MyComponents 2006.4.5
http://rapidshare.com/files/118248009/sbmc2006.4.5.rar

Add-in Express VCL 3.07.b0395 Premium
http://rapidshare.com/files/11824909...3.07.b0395.rar

CoreLab.ODAC.v6.50.0.34.for.Delphi.BCB.Full.Source

XLS Read Write II v3.01.01
http://rapidshare.com/files/11883493...for_delphi.rar

ExtraDevices.v3.0.0
http://rapidshare.com/files/11919553...3.0.0.rar.html

Abakus VCL 2.7.0.6
http://rapidshare.com/files/11995693...CL_2.7.0.6.rar

EControl.Syntax.Editor.SDK.v2.50.for.Delphi.BCB.Full.Source

TsiLang Components Suite v.6.1.0.1 (Pass : www.prolaz-team.info)
http://rapidshare.com/files/120329176/6.1.0.1.rar.html

Asta v.3.112 (without source)
http://rapidshare.com/files/12057859...3.112.rar.html

FlexCopmress v2.59 with full source
http://rapidshare.com/files/120615528/flexcompress_2.59_FS.rar.html

posted @ 2008-06-07 12:21 Icebird 阅读(18089) 评论(8) 编辑

2008年6月5日 #

Password for ReportBuilder Enterprise v10.08 Retail For Delphi 7-Lz0

0526的ReportBuilder Enterprise v10.08 Retail For Delphi 7-Lz0里的nfo里没有安装密码,只能自己动手用我的Wun来看密码:piNar3l0f413

posted @ 2008-06-05 11:47 Icebird 阅读(832) 评论(3) 编辑

2008年5月3日 #

[Delphi] DUnitID 0.17.4725

摘要: 想知道别人用Delphi开发的程序用了哪些第三方控件吗,用这个工具就对了。工具支持文件拖放,很方便的。对于破解者来说,可以很容易看到该软件作者是否使用了常见的加密相关算法:比如md5,rsa,des,blowfish,sha下载:DUnitIDFlashFXP:FTPRush:History:2011-05-16 DUnitID 0.17.4725 released to public.2010-07-25 DUnitID 0.17.4690 released to public.2009-08-19 DUnitID 0.17.4619 released to public.2008-11-2阅读全文

posted @ 2008-05-03 10:56 Icebird 阅读(1256) 评论(3) 编辑

2008年4月28日 #

RSSReader JavaScript Edition

摘要: 利用JS实现的RSS订阅演示,支持IE以及FireFox,但是由于浏览器的安全性限制,只能在线订阅cnblogs上的RSS
阅读全文

posted @ 2008-04-28 15:00 Icebird 阅读(417) 评论(1) 编辑

2008年4月16日 #

[Delphi] GetClass与RegisterClass的应用一例

摘要: 利用GetClass与RegisterClass可以实现根据字符串来实例化具体的子类,这对于某些需要动态配置程序的场合是很有用的。其他的应用如子窗体切换,算法替换等都能得到应用。unitExample1;interfaceusesWindows,Messages,SysUtils,Variants,Classes,Graphics,Controls,Forms,Dialogs,StdCtrls;t...阅读全文

posted @ 2008-04-16 17:19 Icebird 阅读(1973) 评论(0) 编辑

2008年3月25日 #

DelForEx v2.5 for Delphi 2007

摘要: Program: DelforExp, Delphi FormatterVersion: 2.5 for Delphi2007Description: DelforExp 是一个集成在Delphi IDE中对源代码进行格式化的工具。我手上的官方发布的版本无法支持Delphi 2007,强行使用Delphi 2006的也不能使用。因此只有自己动手根据源代码重新编译并做了必要的修改(DelForEx1...阅读全文

posted @ 2008-03-25 12:20 Icebird 阅读(2045) 评论(2) 编辑

2008年3月23日 #

我的Delphi开发经验谈

摘要: --------
开发环境
--------

Delphi 7是一个很经典的版本,在Win2000/XP下推荐安装Delphi 7来开发软件,在Vista下推荐使用Delphi 2007开发软件。安装好Delphi 7后,应立即安装Delphi 7 Update Pack 1,Delphi 2007则建议尽量安装最新的版本。工欲善其事,必先利其器,为了提升开发效率,为了能更加得心应手的处理接下来的开发工作,我们有必要安装一些有用的开发辅助工具(Delphi将此类插件以Expert命名)。首先推荐的是DelForExp这个源代码格式化工具,集成在IDE里,使用相当方便。即使我所写代码的风格非常好,但是还是免不了阅读某些人写的乱七八糟的代码,这时DelForExp就能派上用场了,1秒钟就能让代码能看上去顺眼多了。GExperts曾经是一个非常出名的工具,可现在都不怎么更新了,里面有几个功能还是值得一用,比如Grep Search, Replace Components, Code Proofreader等。强烈推荐安装CnPack IDE 专家包,阅读全文

posted @ 2008-03-23 22:17 Icebird 阅读(3656) 评论(13) 编辑

仅列出标题  下一页