Code::Blocks Forums

User forums => Embedded development => Topic started by: liuqahs15 on November 02, 2012, 04:17:13 am

Title: Linking properly to luabind
Post by: liuqahs15 on November 02, 2012, 04:17:13 am
Hey guys. I'm trying to link to luabind with code::blocks, but I'm not sure where to start. I've searched for at least some cursory help, but I've had little luck. My main IDE is VC++, but it's been such agony trying to link to libraries that I'd like to try Code::Blocks.

I'm on Windows 7, using the mingw compiler.

Does anyone have some article they could point me to, explaining even the basics of linking libraries? Thanks
Title: Re: Linking properly to luabind
Post by: MortenMacFly on November 02, 2012, 06:34:40 am
- find out at the command line (by reading the SDK's developer guide of LUA)
- transfer settings to a C::B project
- done

Note that no IDE can know what to link against and where the resources are you need to use. This is the duty of the developer. Maybe you find a *.cbp file on the internet that uses LUA...its worth a try, but better s to read yourself into the topic so you understand the dependencies 100%.