Code: Select allG:\Arduino Projects\libraries\WizFiShield\HTMLPages.cpp:6:1: error: 'prog_char' does not name a type
prog_char Page1_Line0[] PROGMEM = "<!DOCTYPE html PUBLIC \"-//WAPFORUM//DTD XHTML Mobile 1.2//EN\" "; // "String 0" etc are strings to store - change to suit.
^
G:\Arduino Projects\libraries\WizFiShield\HTMLPages.cpp:7:1: error: 'prog_char' does not name a type
prog_char Page1_Line1[] PROGMEM = "\"http://www.wapforum.org/DTD/xhtml-mobile 12.dtd\">\r\n"; // "String 0" etc are strings to store - change to suit.
^
G:\Arduino Projects\libraries\WizFiShield\HTMLPages.cpp:8:1: error: 'prog_char' does not name a type
prog_char Html_start[] PROGMEM = "<html>\r\n"; // "String 0" etc are strings to store - change to suit.
^
G:\Arduino Projects\libraries\WizFiShield\HTMLPages.cpp:9:1: error: 'prog_char' does not name a type
prog_char head_start[] PROGMEM = "<head>\r\n"; // "String 0" etc are strings to store - change to suit.