Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: question about compiling chess programs in visual studio.net

Author: Uri Blass

Date: 03:51:53 03/25/03

Go up one level in this thread


On March 25, 2003 at 06:37:30, David Rasmussen wrote:

>On March 25, 2003 at 05:58:34, Uri Blass wrote:
>
>>I have problem in compiling movei in visual studio.net
>>
>>Can someone give me clear instructions how to compile tscp1.81 in this
>>enviroment?
>>
>
>I am not at home right now, so I can not give a step-by-step description of the
>process. But it's basically the same as for 6.0. I can't see what would cause
>problems if you're already familiar with 6.0.
>
>/David

I did not try tscp but when I tried to do it with movei I got error of lack of
end of file.

I even could not make a project to write hello world.

start->programs->Microsoft visual studio.net 2003->Micropsoft visual studio.net
2003 is the first step.

I guess that file->new project and choosing visual C++ projects is the second
step.

Now if I choose console application then I get some files that I did not ask
and errors and if I choose empty project(.net)

I also get problems

I wrote the following simple program

#include <stdio.h>
void main(void)
{
	printf("hello world");
}

I got

c:\Documents and Settings\Administrator\My Documents\Visual Studio
Projects\simple\simple.cpp(6): fatal error C1010: unexpected end of file while
looking for precompiled header directive

Uri





This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.