Re: [AD] Dynamic DirectSound loading |
[ 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] Dynamic DirectSound loading
- From: Trent Gamblin <trent@xxxxxxxxxx>
- Date: Wed, 18 Aug 2010 13:51:10 -0600
On 2010-08-18, at 8:47 AM, Michał Cichoń wrote:
> One thing less to remember about. dsound.dll is loaded dynamically and Allegro logging is used instead of TRACE()
>
> Changes in dsound.cpp:
> - define ALLEGRO_DEBUG_CHANNEL()
> - replace TRACE with ALLEGRO_DEBUG/INFO/WARN/ERROR
> - load dsound.dll dynamically
> - spaces before end of line was removed
This one looks fine. I can give it a test run and apply.