
Access 97: MDE ignores Conditional Compilation Arguments
Hello All!
I used to define a few conditional compilation constants in Tools menu,
Advanced tab, Conditional Compilation Arguments box. For example:
LICENSE = 2 : PUBLISH = -1
After making an MDE-file from this MDB-project, these settings have gone!
All modules throughout the project was compiled as if
LICENSE = 0 : PUBLISH = 0
This is rather awkward and unlogical behavior in comparing to standardized
languages like C or Lisp. Is there some workaround or is that an unavoidable
"MSA feature"?
--
Sincerely,
Dmitri Ivanov
www.aha.ru/~divanov