F:\EVC\LCD\LCD_TEST.cpp(50) : error C2065: 'mouseclick' : undeclared identifier
F:\EVC\LCD\LCD_TEST.cpp(85) : error C2065: 'lcdbrush' : undeclared identifier
F:\EVC\LCD\LCD_TEST.cpp(85) : error C2440: '=' : cannot convert from 'struct HBRUSH__ *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
F:\EVC\LCD\LCD_TEST.cpp(88) : error C2440: '=' : cannot convert from 'struct HBRUSH__ *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
F:\EVC\LCD\LCD_TEST.cpp(91) : error C2440: '=' : cannot convert from 'struct HBRUSH__ *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
F:\EVC\LCD\LCD_TEST.cpp(94) : error C2440: '=' : cannot convert from 'struct HBRUSH__ *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
F:\EVC\LCD\LCD_TEST.cpp(97) : error C2440: '=' : cannot convert from 'struct HBRUSH__ *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
F:\EVC\LCD\LCD_TEST.cpp(100) : error C2440: '=' : cannot convert from 'struct HBRUSH__ *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
F:\EVC\LCD\LCD_TEST.cpp(103) : error C2440: '=' : cannot convert from 'struct HBRUSH__ *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
LCDDlg.cpp
F:\EVC\LCD\LCDDlg.cpp(66) : error C2065: 'CLCD_TEST' : undeclared identifier
F:\EVC\LCD\LCDDlg.cpp(66) : error C2146: syntax error : missing ';' before identifier 'test'
F:\EVC\LCD\LCDDlg.cpp(66) : error C2065: 'test' : undeclared identifier
F:\EVC\LCD\LCDDlg.cpp(67) : error C2228: left of '.DoModal' must have class/struct/union type
F:\EVC\LCD\LCDDlg.cpp(69) : error C2065: 'm_lcdin' : undeclared identifier
F:\EVC\LCD\LCDDlg.cpp(69) : error C2228: left of '.SetWindowTextW' must have class/struct/union type
Generating Code...
Error executing clarm.exe.