Computer Chess Club Archives


Search

Terms

Messages

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

Author: Uri Blass

Date: 02:58:34 03/25/03


I have problem in compiling movei in visual studio.net

Can someone give me clear instructions how to compile tscp1.81 in this
enviroment?

It is easy to compile tscp1.81 with visual C++6
Here are instructions to compile tscp1.81 in visual C++6

1)click start->programs->Microsoft visual studio 6.0->microsoft visual C++6
2)click file->new->workspace->
3)Write tscpwork as the workspace(I always use different workspace for different
project and I do not know the advantage of having many projects on the same
workspace)
4)Click ok
5)Clik file->new->projects-win32 console application
6)write tscp181 as the project name
7)click ok
8)choose empty project(my default option) and click finish
9)click ok
10)click project->add to project->files
11)add main.c by
12)project->add to project->files and going to the file that you saved tscp
(I needed to go up to C and later down to unzipped->tscp181 and again tscp181).

13)add def.h,data.h,protos.h,data.c,board.c,book.c,eval.c,search.c by the same
way
14)click build->build tscp181.exe

You already have a project with no errors(it is not optimized for speed but
you can change it by clicking build->set active project
configurations->release(instead of debug)and clicking build->rebuild all


Note that it is better to have also pictures that describes how to do it but
unforunately it seems that Microsoft does not give pictures or at least hide
them well enough so I do not know how to get this information.

Uri



This page took 0.01 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.