Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: CRY FOR HELP: please explain an microsift C error

Author: Franck ZIBI

Date: 02:17:25 06/12/00

Go up one level in this thread



Hello Jan,

This problem occurs when the compilers has found the prototype
of a function ( here: void funct2(void); ) but do not know
where the source code of this function is located.

There are 2 ways to fix it:

1/quick and dirty:
 add:
 #include "fil2.cpp"
 in the first line of fil1.cpp

OR

2/ Add the file "fil2.cpp" to your project
  (Project Menu => Add to Project => Files)

Regards.




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.