//============================================================================
//    主程序
//============================================================================
#include "VTP_TestGraphic.h"
 
int main()
{
	try
	{
		std::cout << std::endl << "" << std::endl;
		TestGraphic theApp;
		theApp.runDoubleView();
	}
	catch (const yake::Exception & e)
	{
		std::cout << std::endl << e.what() << std::endl;
	}
	catch (...)
	{
		std::cout << std::endl << "-----------------" << std::endl << "&#26410;&#30693;&#38169;&#35823;" << std::endl;
	}
#if defined( YAKE_DEBUG_BUILD )
	std::cout << std::endl << "&#31243;&#24207;&#36816;&#34892;&#23436;&#27605;,&#35831;&#26597;&#30475;...";
	std::cin.get();
#endif
 
	return 0;
}
 
codesnippets/vtp.txt · Last modified: 2008/02/21 21:54 (external edit)
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki