Search found 8 matches
- Wed Aug 26, 2015 1:21 pm
- Forum: Programming Discussion
- Topic: How to build LuaBind?
- Replies: 6
- Views: 10915
Re: How to build LuaBind?
Actually, I have a question about how to link the library. I went on and generated projects for Visual Studio using Premake5 which went fine. When I tried to build the oolua.lib, I got an error saying it couldn't find lua/lua.h in the include directory, so I added a folder with the include files fro...
- Tue Aug 18, 2015 9:54 am
- Forum: General/Off-Topic
- Topic: Official "Hello, World! (I'm new!)" thread
- Replies: 821
- Views: 629532
Re: Official "Hello, World! (I'm new!)" thread
Thank you!Arce wrote:Hello Marthe, welcome to the forums!
I've been trying to get Gyrovorbis to take a look at your Lua bind problem. Sorry you haven't gotten a satisfactory response yet, hopefully soon.
Best regards!
- Tue Aug 18, 2015 9:52 am
- Forum: Programming Discussion
- Topic: How to build LuaBind?
- Replies: 6
- Views: 10915
Re: How to build LuaBind?
I decided to try LuaBind because it seemed to have a lot of functionality. I'm not really a fan of Boost either, because of the size of that library. If will check out OOLua. If it's lightweight and actually possible to build without problems after problems I think I may end up using it. Thank you f...
- Sat Aug 15, 2015 3:09 am
- Forum: General/Off-Topic
- Topic: Official "Hello, World! (I'm new!)" thread
- Replies: 821
- Views: 629532
Re: Official "Hello, World! (I'm new!)" thread
Thank you!dandymcgee wrote:Lol, aren't we all? Welcome to the forums.
- Sat Aug 15, 2015 3:08 am
- Forum: Programming Discussion
- Topic: How to build LuaBind?
- Replies: 6
- Views: 10915
Re: How to build LuaBind?
I know. The thing is, my path doesn't contain a double slash, and I can't find out why the error gives me a double slash there... :/
This is my exact LUA_PATH: "C:\LuaBind\lua"
This is my exact BOOST_ROOT: "C:\Boost"
This is my exact LUA_PATH: "C:\LuaBind\lua"
This is my exact BOOST_ROOT: "C:\Boost"
- Fri Aug 14, 2015 3:05 am
- Forum: General/Off-Topic
- Topic: Official "Hello, World! (I'm new!)" thread
- Replies: 821
- Views: 629532
Re: Official "Hello, World! (I'm new!)" thread
Hi!
I'm Marthe and I'm a little weird every now and then ^^
I'm Marthe and I'm a little weird every now and then ^^
- Fri Aug 14, 2015 3:03 am
- Forum: General/Off-Topic
- Topic: Official Forum Profile
- Replies: 163
- Views: 135584
Re: Official Forum Profile
Name: Marthe
Age: 23
Sex: Female
Favorite Console: SNES and Playstation 2
Favorite Type of Game: RPG
Favorite 3 Games: Final Fantasy 6, Chrono Trigger, Kingdom Hearts 2
Favorite Color: Red
Favorite Genre of Music: Indie
Favorite Artist/Band: Ben Howard
Theme Song: Guile's Stage
Age: 23
Sex: Female
Favorite Console: SNES and Playstation 2
Favorite Type of Game: RPG
Favorite 3 Games: Final Fantasy 6, Chrono Trigger, Kingdom Hearts 2
Favorite Color: Red
Favorite Genre of Music: Indie
Favorite Artist/Band: Ben Howard
Theme Song: Guile's Stage
- Fri Aug 14, 2015 2:59 am
- Forum: Programming Discussion
- Topic: How to build LuaBind?
- Replies: 6
- Views: 10915
How to build LuaBind?
Hi! I'm trying to build LuaBind so I can use it for a project. I have installed and built Boost. The Folder with all of Boosts components lies in "C:\Boost" and my BOOST_ROOT environment variable points to this location. I have placed the LuaBind folder in C: too, and Lua 5.3 inside "...