Hi all,
Is someone can tell me why Im always gettingPreprocessor table overflow`at complie time ?
Is there a work around this problem
This is very anoying... ![]()
Gilbert Vaillancourt
turbolog@videotron.ca
turbolog@videotron.ca
Hi all,
Is someone can tell me why Im always gettingPreprocessor table overflow`at complie time ?
Is there a work around this problem
This is very anoying... ![]()
Try to comment out the unneeded #include directives from fivewin.ch.
EMG
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 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.