[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Use of bin2c
- From: John Labenski <jlabenski@...>
- Date: Mon, 4 Mar 2013 00:48:58 -0500
On Sun, Mar 3, 2013 at 6:37 PM, Ignacio Burgueño <iburgueno@gmail.com> wrote:
> I'm using this to replace bin2c: http://lua-users.org/wiki/BinToCee
>
A slightly fancier version is here that will optionally preserve text
line formatting (for use with version control systems) or dump binary
files in an 80 col wide format. This one does not provide the Lua
loading code, just the const char* string.
http://wxlua.svn.sourceforge.net/viewvc/wxlua/trunk/wxLua/util/bin2c/bin2c.lua?revision=163&view=markup
Regards,
John