I'm trying to use Agar on Windows XP, building from source on Visual Studio
2003.  The libraries and dlls finish building, but I get a number of warnings
for multiply defined symbols in the libraries, along the lines of:

ag_gui.lib(ag_gui.dll) : warning LNK4006: __imp__AG_CopyProp already defined in
ag_core.lib(ag_core.dll); second definition ignored

When I try to run the sample 'Hello World' program, I get unresolved externals
for _AG_WindowNew, _AG_WindowShow, and _AG_LabelNewStatic.  I have looked in the
library files, and all the 'multiple definition' warning functions indeed appear
in both .lib files.  Some others are missing (the above _AG_LabelNewStatic, etc)
while others, like _AG_InitGUI, make it into the libary with no problem.  Do you
have any idea how to resolve this.

I did try the prebuilt libs, but got an unresolved external __ftol2_sse, which
from what I could find means I need to build my own lib copies.

_______________________________________________
Agar mailing list
[email protected]
http://libagar.org/lists.html

Reply via email to