// MPEG2_TS_Gui.cpp : main project file. #include "stdafx.h" #include "Form1.h" //#include "FormAddFile.h" using namespace MPEG2_TS_Gui; [STAThreadAttribute] int main(array ^args) { // Enabling Windows XP visual effects before any controls are created Application::EnableVisualStyles(); Application::SetCompatibleTextRenderingDefault(false); // Create the main window and run it Application::Run(gcnew Form1()); //dotnetInterface^ dotnetInt; //dotnetInt = gcnew dotnetInterface(); return 0; }