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

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to