lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Mark,

It's not at all obvious how to use the bin2c routine. My wish would be for an executable that I can incorporate into a VS.NET project that has an output file the dump(...) that BinTwoCee is producing.

I think I'll go with the loadstring(...) on first use of the interpreter.

Ed

----- Original Message ----- From: "Mark Edgar" <medgar123@gmail.com>
Newsgroups: gmane.comp.lang.lua.general
To: "Lua list" <lua@bazar2.conectiva.com.br>
Sent: Friday, April 27, 2007 1:34 PM
Subject: Re: Precompile my Lua Library Code


On 4/27/07, Edward Mitchell <emitchell@ieee.org> wrote:
Is there a recommended way of incorporating my Lua library code in my
project?

http://lua-users.org/wiki/BinTwoCee

This used to be included in the Lua distribution (as a C program) but
the above is better anyway (IMNSHO).

    -Mark