[fpc-pascal] one question FPC
Marc Weustink
marc at dommelstein.net
Sun Nov 15 19:49:13 CET 2009
Lidia Stanganelli wrote:
> Hello,
> I have a program in Pascal that compiles correctly on windows 32-bit but
> when I compile on windows 64-bit give me the following errors:
> Compiling C:\Users\workspacepascal\webutil.pp
> aamod_elearning.pas(27,38) Error: Identifier not found "CONF_FILE"
> Windows 64-bit I user FPC 2.2.4.
> Does anyone help me?
Where is CONF_FILE declared when using win32 ?
in the fpc sources I only find it in mysql.inc, mysql4_comdyn.pp and
mysql4_com.pp used as procedure parameter.
In those cases I see no dependency on win32 or win64
Marc
More information about the fpc-pascal
mailing list