Ignore:
Timestamp:
May 27, 2008, 9:17:34 PM (16 years ago)
Author:
dai_9181
Message:

・WindowInfoクラスをリファクタリング
・MdiInfoを単純配列からvectorに変更した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/BasicCompiler.cpp

    r608 r625  
    211211    lstrcat(temporary,path+i);
    212212    lstrcpy(path,temporary);
    213 }
    214 std::string GetApplicationBaseFullPath( const std::string &relationalPath )
    215 {
    216     char fullPath[1024];
    217     lstrcpy( fullPath, relationalPath.c_str() );
    218     GetFullPath( fullPath, Jenga::Common::Environment::GetAppDir() );
    219     return fullPath;
    220213}
    221214
Note: See TracChangeset for help on using the changeset viewer.