>On Jul 12, 2008, at 2:01 AM, Ron Novy wrote:
>> For windows I think it can be done with LoadDll, GetFunction and
>> FreeDll, but this would mean you would have to create something
>> like al_dll_vtable and fill it using a new function like
>> al_init_dll which could be called with the magic main macro...
On Jul 12, 2008, at 2:01 AM, Evert wrote:
>I think we should be getting rid of magic main, not add more
>dependencies on it.
>Just my thought on the matter though.
Yeah... magic main could be probably be phased out, but it 'is' a
place of magic and joy and sweetness and joy... or something...
Oh and I got the function names wrong... It should be LoadLibrary,
GetProcAddress and FreeLibrary... But you all knew that ;)
Ron