Changeset 619 in dev for trunk/ab5.0/abdev/abdev/WindowControl.cpp
- Timestamp:
- May 19, 2008, 5:41:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/abdev/WindowControl.cpp
r618 r619 275 275 276 276 //テンプレートソースファイルに値をセットする 277 char *PermutationWndPgmTemplate(char *pBuf,c har *pPjName, char *pWndName, char *pHandleName, char *pProcName){277 char *PermutationWndPgmTemplate(char *pBuf,const char *pPjName, char *pWndName, char *pHandleName, char *pProcName){ 278 278 extern HANDLE hHeap; 279 279 int i,i2; … … 1149 1149 ////////////////////////// 1150 1150 //オブジェクトの解放処理 1151 sprintf(buffer+i2,"Sub %s_DestroyObjects()\r\n",projectInfo. name);1151 sprintf(buffer+i2,"Sub %s_DestroyObjects()\r\n",projectInfo.GetName().c_str()); 1152 1152 i2+=lstrlen(buffer+i2); 1153 1153 … … 2282 2282 //#name#をプロジェクト名に置換 2283 2283 pTemp=PermutationWndPgmTemplate(pTemp, 2284 projectInfo. name,2284 projectInfo.GetName().c_str(), 2285 2285 NewWindow.name, 2286 2286 NewWindow.HandleName,
Note:
See TracChangeset
for help on using the changeset viewer.