News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Linking properly to luabind

Started by liuqahs15, November 02, 2012, 04:17:13 AM

Previous topic - Next topic

liuqahs15

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

MortenMacFly

- 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%.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]