link libs

Discuss, ask for help, share ideas, give suggestions, read tutorials, and tell us about bugs you have found with MicroMacro in here.

Do not post RoM-Bot stuff here. There is a subforum for that.
Forum rules
This is a sub-forum for things specific to MicroMacro.

This is not the place to ask questions about the RoM bot, which uses MicroMacro. There is a difference.
Post Reply
Message
Author
mondman
Posts: 3
Joined: Tue Jun 01, 2010 11:35 am

link libs

#1 Post 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
User avatar
Administrator
Site Admin
Posts: 5353
Joined: Sat Jan 05, 2008 4:21 pm

Re: link libs

#2 Post by Administrator »

mondman
Posts: 3
Joined: Tue Jun 01, 2010 11:35 am

Re: link libs

#3 Post 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 ?
User avatar
Administrator
Site Admin
Posts: 5353
Joined: Sat Jan 05, 2008 4:21 pm

Re: link libs

#4 Post by Administrator »

Lib Expat: http://expat.sourceforge.net/

See attachment. Everything not included (except Lua, LuaCoco) are standard libraries, and will come with MinGW.
Attachments
libs.zip
(414.45 KiB) Downloaded 172 times
mondman
Posts: 3
Joined: Tue Jun 01, 2010 11:35 am

Re: link libs

#5 Post by mondman »

thx
Post Reply