www.pudn.com > Wave_Src_func.zip > Form1.cpp


#include "stdafx.h" 
#include "Form1.h" 
#include  
 
using namespace WaveFun; 
 
int APIENTRY _tWinMain(HINSTANCE hInstance, 
                     HINSTANCE hPrevInstance, 
                     LPTSTR    lpCmdLine, 
                     int       nCmdShow) 
{ 
	System::Threading::Thread::CurrentThread->ApartmentState = System::Threading::ApartmentState::STA; 
	Application::Run(new Form1()); 
	return 0; 
}