Ignore:
Timestamp:
May 19, 2008, 5:41:26 PM (16 years ago)
Author:
dai_9181
Message:

Projectクラスをリファクタリング中。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/abdev/WindowControl.cpp

    r618 r619  
    275275
    276276//テンプレートソースファイルに値をセットする
    277 char *PermutationWndPgmTemplate(char *pBuf,char *pPjName, char *pWndName, char *pHandleName, char *pProcName){
     277char *PermutationWndPgmTemplate(char *pBuf,const char *pPjName, char *pWndName, char *pHandleName, char *pProcName){
    278278    extern HANDLE hHeap;
    279279    int i,i2;
     
    11491149    //////////////////////////
    11501150    //オブジェクトの解放処理
    1151     sprintf(buffer+i2,"Sub %s_DestroyObjects()\r\n",projectInfo.name);
     1151    sprintf(buffer+i2,"Sub %s_DestroyObjects()\r\n",projectInfo.GetName().c_str());
    11521152    i2+=lstrlen(buffer+i2);
    11531153
     
    22822282    //#name#をプロジェクト名に置換
    22832283    pTemp=PermutationWndPgmTemplate(pTemp,
    2284         projectInfo.name,
     2284        projectInfo.GetName().c_str(),
    22852285        NewWindow.name,
    22862286        NewWindow.HandleName,
Note: See TracChangeset for help on using the changeset viewer.