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 >