Changeset 206 in dev for trunk/abdev/BasicCompiler_Common/BasicCompiler.cpp
- Timestamp:
- Jul 12, 2007, 2:58:26 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/BasicCompiler.cpp
r188 r206 1 #include "stdafx.h" 2 1 3 #include <jenga/include/smoothie/Smoothie.h> 2 4 … … 548 550 } 549 551 552 void _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 550 560 int PASCAL WinMain(HINSTANCE hThisInst,HINSTANCE hPrevInst,LPSTR lpCmdLine,int nShowCmd){ 551 561 int i,i2; 552 562 char temporary[1024],temp2[MAX_PATH]; 563 564 //_Test(); 553 565 554 566 //MessageBox(0,"starting compiler/debugger","ActiveBasic",MB_OK);
Note:
See TracChangeset
for help on using the changeset viewer.