[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Use of bin2c
- From: "John D. Ramsdell" <ramsdell0@...>
- Date: Wed, 6 Mar 2013 14:21:50 -0500
Here is the one I use.
http://www.ccs.neu.edu/home/ramsdell/tools/bin2c.c
John
On Mon, Mar 4, 2013 at 12:48 AM, John Labenski <jlabenski@gmail.com> wrote:
> 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
>