Hmm, ag_gui.dll and the others do export their functions, however, according to the tool mentioned. I'm actually forced to dynamically load the libraries because I'm using Agar from Lisp with a CFFI binding. AFAIK the .lib files are not of much use for dynamic linking.
2010/2/23 42Bastian <[email protected]>: > DLLs do not export symbols, it is the .LIB that does it. AFAIK there are > only numbers as references. > [...] > Maybe, for the linking you should use the ag_core.lib not the DLL _______________________________________________ Agar mailing list [email protected] http://libagar.org/lists.html
