first commit
This commit is contained in:
18
Graph/Telemetry/HexapodControl/HexapodControl.cpp
Normal file
18
Graph/Telemetry/HexapodControl/HexapodControl.cpp
Normal file
@ -0,0 +1,18 @@
|
||||
// HexapodControl.cpp : main project file.
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "Form1.h"
|
||||
|
||||
using namespace HexapodControl;
|
||||
|
||||
[STAThreadAttribute]
|
||||
int main(array<System::String ^> ^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());
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user