a question about glui32.dll

Does anybody have file glui32.dll?

why I didn’t find this file in
http://www.cs.unc.edu/~rademach/glui/

I try to test some code about glui, but I get this error:

------ Build started: Project: glui_example2, Configuration: Debug Win32 ------

Linking…
LIBCD.lib(dbgheap.obj) : error LNK2005: _malloc already defined in GLUI32.LIB(alloc.obj)
LIBCD.lib(dbgheap.obj) : error LNK2005: _calloc already defined in GLUI32.LIB(alloc.obj)
LIBCD.lib(dbgheap.obj) : error LNK2005: _realloc already defined in GLUI32.LIB(alloc.obj)
LIBCD.lib(dbgheap.obj) : error LNK2005: _free already defined in GLUI32.LIB(alloc.obj)
LIBCD.lib(crt0dat.obj) : error LNK2005: _exit already defined in GLUI32.LIB(abort_exit.obj)
LIBCD.lib(crt0.obj) : error LNK2005: _mainCRTStartup already defined in GLUI32.LIB(maincrt.obj)
LIBCD.lib(crt0init.obj) : error LNK2005: ___xc_z already defined in GLUI32.LIB(ccinit.obj)
LIBCD.lib(crt0init.obj) : error LNK2005: ___xc_a already defined in GLUI32.LIB(ccinit.obj)
LIBCD.lib(fflush.obj) : error LNK2005: _fflush already defined in GLUI32.LIB(file_io.obj)
Debug/glui_example2.exe : fatal error LNK1169: one or more multiply defined symbols found

Build log was saved at “file://d:\s05\cpre557\glui_example2\Debug\BuildLog.htm”
glui_example2 - 10 error(s), 0 warning(s)

---------------------- Done ----------------------

Build: 0 succeeded, 1 failed, 0 skipped

I am wondering if I didn’t include file glui32.dll in C:\WINDOWS\system. But I just find
glut32.dll, and didn’t find glui32.dll. Does anybody have some idea for this?

thanks,

Aimin Yan