nevarmore
08-07-2004, 11:57 PM
I'm trying to get the Terminal demonstration project from: http://www.programmersheaven.com/zone30/cat848/31098.htm
up and running using Borlands C# Builder. I have loaded the Terminal project and added the SerialPorts.dll as a reference and added the SerialPorts project to the overall project. I am getting this error, "error CS1555: Could not find 'TerminalMain' specified for Main method" from the compiler.
I have a feeling that there is some little setting that needs to be set to get things up and rolling.
I need this to work to ensure that the SerialPorts stuff will properly acquire data from the devices I need to use BEFORE I go using it in my own personal project.
TIA.
up and running using Borlands C# Builder. I have loaded the Terminal project and added the SerialPorts.dll as a reference and added the SerialPorts project to the overall project. I am getting this error, "error CS1555: Could not find 'TerminalMain' specified for Main method" from the compiler.
I have a feeling that there is some little setting that needs to be set to get things up and rolling.
I need this to work to ensure that the SerialPorts stuff will properly acquire data from the devices I need to use BEFORE I go using it in my own personal project.
TIA.