lua for d

Anders Bergh anders1 at gmail.com
Fri Oct 12 08:59:36 PDT 2007


On 10/12/07, John <cmdrquan at gmail.com> wrote:
> I'm trying that and I'm getting a compile error saying
> luaL_register(...
> and lua_dostring(..
> symbols unrecognized or something. This is after the fix to your example provided oct. 3. do i need to modify the declaration for those in lua.d in some way?
>
> I trying to do this on windows, if it means anything.
>
> I'm learning a lot, so thanks. But I'm barely treading water so your help is greatly appreciated.
>
> Any idea when 0004 might be ready (using 0003)? Seems it might address these issues.
>
> John

Maybe you aren't using the import libraries, I mostly used it on Linux
and didn't really have any issues. I know I've used it on Windows
though, and all it needed was the lua51.lib added to the dmd command
line.

For 0004 you could just use SVN... it was ages ago I touched any of
this stuff :-(

Anders


More information about the Digitalmars-d-learn mailing list