Ignore:
Timestamp:
May 19, 2008, 6:17:02 PM (16 years ago)
Author:
dai_9181
Message:

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

File:
1 edited

Legend:

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

    r618 r620  
    4141    CallBackNameLen=lstrlen(pWindowInfo->CallBackName);
    4242
    43     sprintf(temporary,"%s%s",projectInfo.dir,pWindowInfo->filepath);
    44     buffer=ReadBuffer(temporary);
     43    buffer = ReadBuffer( projectInfo.GetWorkDir().GetPath() + pWindowInfo->filepath );
    4544
    4645    *num=0;
     
    138137    WindowInfo *pWindowInfo = projectInfo.windowInfos[WndInfoNum];
    139138
    140     sprintf(temporary,"%s%s",projectInfo.dir,pWindowInfo->filepath);
    141     hChild=OpenFileWithExtension(temporary);
     139    hChild=OpenFileWithExtension( projectInfo.GetWorkDir().GetPath() + pWindowInfo->filepath );
    142140    if(!hChild) return;
    143141    WndNum=GetWndNum(hChild);
Note: See TracChangeset for help on using the changeset viewer.