// $Revision: 1.3 $ // Copyright (c) 1994-1995 Taligent, Inc. All Rights Reserved. #ifndef TaligentSamples_GRAPHICVIEW #include "GraphicView.h" #endif #ifndef TaligentSamples_SAMPLEWINDOWPROGRAM #include "SampleWindowProgram.h" #endif #ifndef Taligent_STANDARDTEXT #include #endif void main(int argc, char* argv[]) { TGraphicView* view = new TGraphicView(TGPoint(200, 200)); TSampleWindowProgram program(view, TStandardText(argv[0])); program.Run(); }