Re: Trying to understand preprocessor
- Posted by jimcbrown (admin) Feb 09, 2013
- 1437 views
moskito_x said...
That's because the command eui -p eui:datesub.ex thedate.dex
the eui: did not match the extension .dex
and now eui searches in eu.cfg for a match pre-processor line like -p dex:datesub.ex:-f %m/%d/%Y
and then created thedate.pp.dex-f the wrong file.
Solution
change in D:\euphoria-405\demo\preproc\eu.cfg the line
-p dex:datesub.ex:-f %m/%d/%Yto
-p dex:datesub.ex: %m/%d/%Y
moskito x
Hmm. Changing that line in the manner you described should not have been necessary.
I wonder what would happen if you did this
-p dex:datesub.ex: -f %m/%d/%Y