bcb不能除錯了,發現在linking 頁中一定要鉤選中,full debuging information這一項才可以除錯!
同時,c++ builder還提供了extractfilepath(const ansistring filename)方法獲得程式的全路徑(從exename中解析出不含檔名的全路徑名)。
setcurrentdir()設定工作目錄
例:setcurrentdir(extractfilepath(gamenamepath));//設定工作路徑。gamenamepath為乙個完整的檔案路徑
//得到當前執行程式的目錄
//得到當前應用程式的上一級目錄
extractfilepath(excludetrailingpathdelimiter(getcurrentdir()))
string filedirpath=extractfilepath(excludetrailingpathdelimiter(getcurrentdir()))+"config";
//驗證檔案是否存在
if (!fileexists(filedirpath))
//驗證資料夾是否存在
if (!directoryexists(filedirpath))
{createdir(filedirpath);//資料夾不存在則建立
}
c builder 6 遠端除錯
delphi7環境 一 目標遠端機器 安裝服務光碟裡有,單獨安裝,啟動,啟動後目標機的托盤圖示中會出現乙個小 蟲子 debug的圖示 bordbg61.exe d program files x86 borland remote debugger 6.1 bin 二 開發環境除錯機器 run par...
MSXML2使用筆記
這段時間開發,需要對xml檔案進行解析,讀取。特對msxml2的工作流程做乙個總結 記憶。當然,一般用智慧型指標ccomptr和ccombstr來封裝com介面指標和bstr字串。廢話 msxml是一套微軟提供的com介面。包括如下介面 1 ixmldomdocument 一般用智慧型指標ccomp...
select2 使用筆記
1.把頁面中 可能不在同乙個頁面,一般都是在列表頁介面 的tabindex刪掉 tabindex 1 role dialog aria labelledby mymodallabel aria hidden true 2.重寫enforcefocus方法 fn.modal.constructor.p...