home *** CD-ROM | disk | FTP | other *** search
- //******************************************************************'
- //* *'
- //* TurboCAD for Windows *'
- //* Copyright (c) 1993 - 2004 *'
- //* International Microcomputer Software, Inc. *'
- //* (IMSI) *'
- //* All rights reserved. *'
- //* *'
- //******************************************************************'
- #include "stdafx.h"
- #include "Form1.h"
- #include <windows.h>
-
- using namespace TcGeometryVC_Net;
-
- int APIENTRY _tWinMain(HINSTANCE hInstance,
- HINSTANCE hPrevInstance,
- LPTSTR lpCmdLine,
- int nCmdShow)
- {
- System::Threading::Thread::CurrentThread->ApartmentState = System::Threading::ApartmentState::STA;
- //Application::Run(new Form1());
- System::Windows::Forms ::Application ::Run (new Form1());
- //Run(new Form1());
- return 0;
- }
-