[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaBridge 1.0 released!
- From: Hakki Dogusan <dogusanh@...>
- Date: Wed, 27 Jun 2012 11:37:16 +0300
Hi,
30-05-2012 02:51 tarihinde, Vinnie Falco yazdı:
I'm proud to announce the official release of LuaBridge version 1.0.
LuaBridge is a lightweight, dependency-free library for binding Lua to
C++ originally developed by Nathan Reed and taken over by Vinnie Falco
for active development in 2012. Features include:
[snipped]
In LuaBridge.h around line 235 there is:
void setString (std::string s) { return s; }
I suppose it would be:
void setString (std::string s) { stringProperty = s; }
--
Regards,
Hakki Dogusan