Re: [AD] [4.3] get_executable_name |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2006-08-29, Thomas Fjellstrom <tfjellstrom@xxxxxxxxxx> wrote:
> I think allegro should provide some replacements, so it can remove allegro
> args, and pass on the rest to the app.. al_argv/argc or something. Qt3 does
> something similar (app.argv()/argc()).
I'd rather not. I hate it when libraries impose their own command line
arguments. Use environment variables or config files instead.
Peter