Re: [AD] Error in set_config_file() function with non existing file. |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2004-08-02, Chris <kcat@xxxxxxxxxx> wrote:
> Are there any more besides that allegro_init needs? Perhaps there's
> another, cleaner, way to handle this since it's not really a config
> "option" in the strictest sense of the word.. but just a way to
> tell Allegro what the environment is.
There are other ways like using an environment variable, but those
are meant to be end user mechanisms, while set_config_file is
meant to be used by the programmer. If a function with "config"
in it's name is not a "config option", I don't know what it is then.