Michel,
Below are some old messages on this topic.
James
----------------------------------------
From: "Roger Cheng" <
roger56@flashmail.com>
Subject: How can I fix it ?
Date: Tuesday, June 19, 2001 11:09 PM
When I compiler my AP .....
It happen that : C3048 Processor table overflow
How can I fix it ?
----------------------
From: "Bernd Schnieder" <
bschnieder@t-online.de>
Subject: Re: How can I fix it ?
Date: Tuesday, June 19, 2001 11:52 PM
I assume you use Clipper 5.3.
You can do this:
1. Disable all the included *.ch files in FiveWin.lnk which you dont need.
2. The best for me was the trick which Antonio posted here: even if you use Clipper 5.3 use the clipper.exe from 5.2
Gruesse,
Bernd
--------------------------
From: "Manuel Mercado" <
mmercadog@prodigy.net.mx>
Subject: RE: How can I fix it ?
Date: Wednesday, June 20, 2001 1:19 AM
Roger:
Include these lines at the very beginning of your program:
#define _VIDEO_CH // if you don't use videos in your app
#define _DDE_CH // if you don't use dde's and so on
#define _ODBC_CH
#define _DLL_CH
#define _TREE_CH
Regards,
Manuel Mercado.
Salamanca, Gto., México.