gclib 2.0.9
Communications API for Galil controllers and PLCs
 
Loading...
Searching...
No Matches
Program.cs
Go to the documentation of this file.
1
3using System;
5using System.Linq;
8
9namespace gclib_example
10{
11 static class Program
12 {
16 [STAThread]
17 static void Main()
18 {
19 Application.EnableVisualStyles();
20 Application.SetCompatibleTextRenderingDefault(false);
21 Application.Run(new MainForm());
22 }
23 }
24}
Demonstrates using gclib in a Windows Form, including using a second thread to free the GUI.
Definition Form1.cs:23
GReturn vector(GCon g, char *file)
Puts controller into Vector Mode and accepts a file defining vector points.
Definition vector.cpp:36