Problem getting dl2416 display working

Hello,

I have a dl2416 display, and I am trying to it working but I can't. I found this code
from this post but when I try to compile it just brings up errors like prog char does not name a type. I googled that and it says to change it to char from prog but I am not sure how to do that in other parts of the code like where it says
PROGMEM const char *stringSet[] = {string0,
string1,
string2,
string3,
string4,
string5,
string6
};. Thanks!

please post

  1. the code using code tags
    2)the full error message as is displayed at the bottom of the compiler

I cant post the code because it is too long when I use the code tags so here is a link to the previous post where someone posted it: Link. Here is the one of the error messages:

'prog_char' does not name a type

Here is the code:

dl2416code.txt (9.01 KB)