Re: [AD] Preparing for 4.9.9 |
[ 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] Preparing for 4.9.9
- From: Evert Glebbeek <eglebbk@xxxxxxxxxx>
- Date: Tue, 10 Mar 2009 10:53:05 -0700
On 10 mrt 2009, at 10:44, Elias Pschernig wrote:
Ahh, very nice then. It's independent from the above though. We simply
can call the function "main" instead of "WinMain" then if someone with
Windows can get it to work reliably.
My understanding is no magic man is required on Windows with that patch.
In C++, the function has to be declared as extern "C" - or it would
be a
C++ function.
Ah! Yes, that was the problem.
Evert