Re: [AD] 4.9 on MSVC 2008 |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
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...
I think we should be getting rid of magic main, not add more
dependencies on it.
Just my thought on the matter though.
Evert