On Tue, Sep 01, 2009 at 07:13:11PM +0000, ash wrote: > Thanks for swift reply! > I tried to call functions from precompiled dlls available at your site, > but failed to locate AG_InitCore - which library exports it?
This is exported by ag_core.dll. You can find out which library exports what by searching the includes. Everything under agar/core/ is exported by ag_core, and everything under agar/gui/ is exported by ag_gui. _______________________________________________ Agar mailing list [email protected] http://libagar.org/lists.html
