Page 1 of 1
link libs
Posted: Tue Jun 01, 2010 12:25 pm
by mondman
Can you please send me the link libs (*.a) for compilie micromacro?
I can't find or compilie all the libs.
I work with code::block + GNU GCC Complier
Re: link libs
Posted: Tue Jun 01, 2010 5:23 pm
by Administrator
Re: link libs
Posted: Wed Jun 02, 2010 7:57 am
by mondman
Required dependencies and link order:
lua51 -> Lua 5.1.4 + LuaCoco
luaexpat -> LuaExpat (
http://www.keplerproject.org/luaexpat/)
i cant complie
expat -> ?
gdi32 -> mingw/lib/libgdi32.a ?
psapi -> mingw/lib/libpsapi.a ?
net -> libnet.a from (
http://libnet.sourceforge.net/) ?
ws2_32 -> mingw/lib/libws2_32.a ?
Re: link libs
Posted: Wed Jun 02, 2010 1:10 pm
by Administrator
Lib Expat:
http://expat.sourceforge.net/
See attachment. Everything not included (except Lua, LuaCoco) are standard libraries, and will come with MinGW.
Re: link libs
Posted: Wed Jun 02, 2010 5:13 pm
by mondman
thx