Prepocessor table overflow

Post Reply
Gilbert
Posts: 74
Joined: Thu Oct 20, 2005 4:30 pm
Location: Canada

Prepocessor table overflow

Post 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
Gilbert Vaillancourt
turbolog@videotron.ca
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Badara Thiam
Posts: 160
Joined: Tue Oct 18, 2005 10:21 am
Location: France
Contact:

Post 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,
Badara Thiam
http://www.icim.fr
Post Reply