I'm trying to make simple application from Visual C++ book
problem is that examples are for version 6 and I'm using Version 2005
so there are a lot of changes but most of the basic one I figure out
Ok, then I'm trying to make app (or funcion) that is taking text from edit box
and after clicking button it will display this message in new window should be simple but I'm gettin error error C2065: 'Lm_strWiadomosc' : undeclared identifier , here is my code :