00001 #include "stdafx.h"
00002
00003 #include <Console.h>
00004 #include "BONComponent.h"
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 void CComponent::InvokeEx(CBuilder &builder,CBuilderObject *focus, CBuilderObjectList &selected, long param)
00018 {
00019 using namespace GMEConsole;
00020 Console::Out::WriteLine("Interpreter started...");
00021 AfxMessageBox(_T("GME Component --- Sample rf:") + builder.GetRootFolder()->GetName(), MB_OK | MB_ICONSTOP);
00022 Console::Out::WriteLine("Interpreter completed...");
00023 }