Re: [AD] 5.0.0 final release plan |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Yeah, I got your point, and it needs to be fixed... if I remember about it I
can probably fix it tomorrow or this evening. Do you know of a way to detect
if the application is being run from an app bundle?
--
Trent Gamblin
On 2010-12-31, at 3:47 PM, Peter Hull wrote:
> On Fri, Dec 31, 2010 at 5:43 PM, Trent Gamblin <trent@xxxxxxxxxx> wrote:
>> What I was trying to say is, you don't need to assemble a path for a .app
>> bundle. You'd load a bitmap for example al_load_bitmap("data/foo.png");
> OK but my point is that a5teroids (i.e. the allegro 5 demo) does
> assemble a path (in getResource(), Game.cpp:18) and it produces an app
> that doesn't run properly. (at least for me) Also, that function has a
> va_start so there should be a va_end.