PDA

View Full Version : getting a specific project working in Borland C# Builder


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.

nevarmore
08-09-2004, 07:57 PM
Agh found it. If anyone ever has this issue check the project options dialog and make sure its looking for the main class in ProjectName.ClassName instead of just ClassName.

Whiteknight
08-10-2004, 01:43 AM
i keep wishing i could help you more, but i'm a total n00b at C#. sorry.

it is kind of fun to see you working out all these problems you'r having though.

nevarmore
08-10-2004, 01:56 PM
Originally posted by Whiteknight
i keep wishing i could help you more, but i'm a total n00b at C#. sorry.

it is kind of fun to see you working out all these problems you'r having though.

Yea I make an effort to post a solution if I find it on my own. It might help someone else out.