may be i'm asking a stupid question, but, is it possible to include a
header file at runtime??
I have some header files with this inside:
{{12, 16},{
0x00,0x00, /* ............... . */
0x00,0x00, /* ............... . */
0x33,0x30, /* ..%%..%%..%%... . */
0x33,0x30, /* ..%%..%%..%%... . */
0x33,0x30, /* ..%%..%%..%%... . */
0x33,0x30, /* ..%%..%%..%%... . */
0x33,0x30, /* ..%%..%%..%%... . */
0x33,0x30, /* ..%%..%%..%%... . */
0x00,0x00, /* ............... . */
0x33,0x30, /* ..%%..%%..%%... . */
0x33,0x30, /* ..%%..%%..%%... . */
0x00,0x00, /* ............... . */
0x00,0x00, /* ............... . */
0x00,0x00, /* ............... . */
0x00,0x00, /* ............... . */
0x00,0x00 /* ............... . */
}}
What I'm trying to do is load this files at user interact.
I don't know If there is a way to automatically like JSON with
javascript...
header file at runtime??
I have some header files with this inside:
{{12, 16},{
0x00,0x00, /* ............... . */
0x00,0x00, /* ............... . */
0x33,0x30, /* ..%%..%%..%%... . */
0x33,0x30, /* ..%%..%%..%%... . */
0x33,0x30, /* ..%%..%%..%%... . */
0x33,0x30, /* ..%%..%%..%%... . */
0x33,0x30, /* ..%%..%%..%%... . */
0x33,0x30, /* ..%%..%%..%%... . */
0x00,0x00, /* ............... . */
0x33,0x30, /* ..%%..%%..%%... . */
0x33,0x30, /* ..%%..%%..%%... . */
0x00,0x00, /* ............... . */
0x00,0x00, /* ............... . */
0x00,0x00, /* ............... . */
0x00,0x00, /* ............... . */
0x00,0x00 /* ............... . */
}}
What I'm trying to do is load this files at user interact.
I don't know If there is a way to automatically like JSON with
javascript...
Comment