Author: Nolan Denson
Date: 00:15:58 09/18/01
Ok programming wizards ... I am curious as to why in my prodject via C++ i get
an error when using the Do_Extensions ... I notice this command is in the Blob.c
: As below
#ifdef DO_EXTENSIONS
#include "searche.c"
#else
#ifdef DO_BM_EXTENSIONS
#include "searchb.c"
#include "sing.c"
#else
#include "search.c"
#endif /* DO_BM_EXTENSIONS */
#endif /* DO_EXTENSIONS */
This is the error which I get when trying to compile with the : /D
"DO_EXTENSIONS"
E:\\Crafty\\BLOB.C(11): catastrophic error: could not open source file
"searche.c"
#include "searche.c"
^
compilation aborted for E:\DBcrafty\BLOB.C (code 4)
Error executing xicl6.exe.
NOTE: I can delete this option and compile just find.
So is this DO_EXTENSION that important??
Puzzled
Nolan Denson
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.