prog.cs(1,7): error CS0246: The type or namespace name `Emgu' could not be found. Are you missing an assembly reference?
prog.cs(2,7): error CS0246: The type or namespace name `Emgu' could not be found. Are you missing an assembly reference?
prog.cs(6,14): error CS0234: The type or namespace name `Data' does not exist in the namespace `System'. Are you missing `System.Data' assembly reference?
prog.cs(10,22): error CS0234: The type or namespace name `Forms' does not exist in the namespace `System.Windows'. Are you missing `System.Windows.Forms' assembly reference?
prog.cs(14,34): error CS0246: The type or namespace name `Form' could not be found. Are you missing an assembly reference?
prog.cs(16,17): error CS0246: The type or namespace name `Capture' could not be found. Are you missing `System.Text.RegularExpressions' using directive?
Compilation failed: 6 error(s), 0 warnings