- 1、本文档共3页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
Delphi修改VCLSourceCode需知
發信人:Tomm.bbs@csie.nctu(葛瑞菲),信區:programming
標 題:Delphi修改VCLSourceCode需知
發信站:交大資工鳳凰城資訊站(TueAug2915:51:191995)
轉信站:cis_nctu!news.cis.nctu!news.csie.nctu!phoenixDelphi修改VCLSourceCode需知
備份欲修改部份之SourceCode以防萬一.
點選MenuFile|NewProject建立一個新的Project
點選MenuFile|AddFile..載入欲修改的VCLSourcesCode
設定MenuOptions|Project下列開關
(否則您的VCL.DCUSize比原本的大一倍都有可能 )
ProjectOptions-CompilerDubuggingGroup
DebuginformationTurnOff
LocalsymbolsTurnOff
SymbolinfoTurnOff
ProjectOptions-LinkerEXEandDLLoptionsGroup
OptimizeforsizeandloadtimeTurnON
includeTDWdebuginfoTurnOFF
檢查Unit中是否已經Uses欲修改之VCLUnit.
以ProjectManager再次檢查欲修改的SourceCodeUnit是否已加入Project中.加入Project後的Unit會被優先使用,而不再使用原本\DELPHI\LIB同名的DCU.
修改完畢後點選Compile|BuildAll
待完畢無誤後,CloseProject.將新產生之DCU從\DELPHI\SOURCE\VCL
搬至
\DELPHI\LIB
點選Option|RebuildLibrary重新產生\DELPHI\BIN\COMPLIB.DCL.
撰寫測試程式試之.
from:/fq/q3056.shtml
CannotsinglestepintoVCLsourcecodeanymore
Question:
AllofasuddenIcannotsinglestepintotheVCLsourcecodeanymore.Thepathto$(DELPHI)\Source\VclisintheEnviromentOptionsDirecotryandIalsotriedtoaddittotheProjectOptionsDebugSourcePathbutitdidnothelp.
Itappearsthat$(DELPHI)\iscorrectsinceIaddedaabsolutepathtothelistandD5reconizedthiswasthe$(DELPHI)\pathand
changeditbackto$(DELPHI)\Source\Vclautomaticlly.Whathappened?
Answer:
Herearetwopossiblereasonsforyoursituation:
YoumayaccidentallyhaveuncheckedUseDebugDCUsinProject|OptionsCompiler.
PerhapsyouhaveswitchedBuildwithrun-timepackageson.
from:/fq/q3061.shtml
PreventingtheDebuggerfromsteppingintoVCLsource
DoesyourdebuggerstepintotheVCLsourcecodeandyouwanttodisablethis?
Orareyouintheoppositesituation,youneedtostepintothroughtheVCLsourcecode?
Herearesomepointers(forDelphi5)whatyoushouldlookat.
Thefollowingstepswi
文档评论(0)