Ignore:
Timestamp:
Jul 12, 2007, 2:58:26 AM (17 years ago)
Author:
dai_9181
Message:

コード全体のリファクタリングを実施

File:
1 edited

Legend:

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

    r188 r206  
     1#include "stdafx.h"
     2
    13#include <jenga/include/smoothie/Smoothie.h>
    24
     
    548550}
    549551
     552void _Test()
     553{
     554    Jenga::Common::LoggerSetting loggerSetting;
     555    bool result = loggerSetting.Read( Jenga::Common::Environment::GetAppDir() + "\\logger.setting.xml" );
     556
     557    MessageBeep(0);
     558}
     559
    550560int PASCAL WinMain(HINSTANCE hThisInst,HINSTANCE hPrevInst,LPSTR lpCmdLine,int nShowCmd){
    551561    int i,i2;
    552562    char temporary[1024],temp2[MAX_PATH];
     563
     564    //_Test();
    553565
    554566    //MessageBox(0,"starting compiler/debugger","ActiveBasic",MB_OK);
Note: See TracChangeset for help on using the changeset viewer.