Page 1 of 1

Prepocessor table overflow

PostPosted: Sun May 21, 2006 2:10 pm
by Gilbert
Hi all,


Is someone can tell me why I`m always getting `Preprocessor table overflow`at complie time ?

Is there a work around this problem

This is very anoying... :x

Re: Prepocessor table overflow

PostPosted: Sun May 21, 2006 3:40 pm
by Enrico Maria Giordano
Try to comment out the unneeded #include directives from fivewin.ch.

EMG

PostPosted: Sun May 21, 2006 5:40 pm
by Antonio Linares
Gilbert,

You may compile using Clipper 5.2 that has more preprocessor capability that Clipper 5.3. Later on you may link with Clipper 5.3 libraries, they are compatible.

Also, if you are using rmake.exe, you may switch to use Borland maker.exe as it frees all used memory, so Clipper has more memory to preprocess.

PostPosted: Thu May 25, 2006 10:02 pm
by Badara Thiam
Antonio Linares wrote:Gilbert,

You may compile using Clipper 5.2 that has more preprocessor capability that Clipper 5.3. Later on you may link with Clipper 5.3 libraries, they are compatible.

Also, if you are using rmake.exe, you may switch to use Borland maker.exe as it frees all used memory, so Clipper has more memory to preprocess.


Antonio,

If i compile with Clipper 5.2 and after i link with Clipper 5.3b libraries,
i get GPF directly when the program start.

Regards,