Re: dll strangeness
- Posted by jimcbrown (admin) Aug 14, 2010
- 1337 views
sergelli said...
elsif c <= KEYWORDTOP and c> 0then - plug in keyword
that no longer works and so I switch to:
elsif c <= KEYWORDTOP and c> 0 then - plug in keyword
Kind of suprised that the old version ever worked...
sergelli said...
The transition Eu311>>Eu4 would be simpler if the Eu4.0 uses its own environment variables and not those of Eu311
For example, if the variable EUDIR and EUINC remained restricted to the use of Eu311, this version would continue running smoothly.
You can override both by using a config file called eu.cfg - for 4.0, using eu.cfg instead of environment variables is the preferred way to do configuration.