2005/5/10
-- ACDK Handbook Packages ACDK Virtual Files acdk_vfile_file2rc
(c) 2005 byRoger Rene Kommer
Kindly hosted at:
acdk_vfile_file2rc converts a binary file to a byte array in a C file.
Content of this chapter: Usage
acdk_vfile_file2rc <input filename> <output filename>
unsigned char ressource_array[] = { 80, 75, 3, 4, 20, 0, 2, 0, 8, 0, 93, 146, 121, 42, 15, 201, 192, 170, 169, 0, 0 , 0, 116, 1, 0, 0, 27, 0, 21, 0, 97, 99, 100, 107, 45, 49, 46, 48, 49, 47, 97, 99 // and so on } ; int ressource_size = 36608;