Re: [AD] [4.3] get_executable_name |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: Coordination of admins/developers of the game programming library Allegro <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] [4.3] get_executable_name
- From: Evert Glebbeek <eglebbk@xxxxxxxxxx>
- Date: Wed, 30 Aug 2006 09:17:36 +0200
On Wednesday 30 August 2006 05:34, Kirk Black wrote:
> I wasn't able to use Allegro's magic main on Windows because my
networking
> library ACE conflicted so I had to use WinMain(), which doesn't have the
> same argv conventions as a program using main().
Allegro in Windows doesn't use argv[0] to get the name of the executable.
Evert