新手入门
- 积分
- 22
- 金钱
- 22
- 注册时间
- 2012-12-3
- 在线时间
- 0 小时
|
发表于 2012-12-3 16:26:38
|
显示全部楼层
.\GUI\Core\GUIType.h(47): error: #20: identifier "LCD_COLOR" is undefined
.\GUI\Core\GUIType.h: typedef LCD_COLOR GUI_COLOR;
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h(48): error: #20: identifier "LCD_LOGPALETTE" is undefined
.\GUI\Core\GUIType.h: typedef LCD_LOGPALETTE GUI_LOGPALETTE;
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h(49): error: #20: identifier "LCD_DRAWMODE" is undefined
.\GUI\Core\GUIType.h: typedef LCD_DRAWMODE GUI_DRAWMODE;
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h(50): error: #20: identifier "LCD_RECT" is undefined
.\GUI\Core\GUIType.h: typedef LCD_RECT GUI_RECT;
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h(53): error: #20: identifier "U8" is undefined
.\GUI\Core\GUIType.h: void (* pfDraw)(int x0,int y0,int xsize, int ysize, const U8 GUI_UNI_PTR * pPixel, const LCD_LOGPALETTE GUI_UNI_PTR * pLogPal, int xMag, int yMag);
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h(53): error: #20: identifier "LCD_LOGPALETTE" is undefined
.\GUI\Core\GUIType.h: void (* pfDraw)(int x0,int y0,int xsize, int ysize, const U8 GUI_UNI_PTR * pPixel, const LCD_LOGPALETTE GUI_UNI_PTR * pLogPal, int xMag, int yMag);
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h(58): error: #20: identifier "U16P" is undefined
.\GUI\Core\GUIType.h: U16P XSize;
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h(59): error: #20: identifier "U16P" is undefined
.\GUI\Core\GUIType.h: U16P YSize;
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h(60): error: #20: identifier "U16P" is undefined
.\GUI\Core\GUIType.h: U16P BytesPerLine;
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h(61): error: #20: identifier "U16P" is undefined
.\GUI\Core\GUIType.h: U16P BitsPerPixel;
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h(62): error: #20: identifier "U8" is undefined
.\GUI\Core\GUIType.h: const U8 GUI_UNI_PTR * pData;
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h(73): error: #20: identifier "U16" is undefined
.\GUI\Core\GUIType.h: U16 ID; /* Version 1.00 => 100*/
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h(74): error: #20: identifier "U16" is undefined
.\GUI\Core\GUIType.h: U16 Version;
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h(75): error: #20: identifier "U16" is undefined
.\GUI\Core\GUIType.h: U16 XSize;
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h(76): error: #20: identifier "U16" is undefined
.\GUI\Core\GUIType.h: U16 YSize;
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h(77): error: #20: identifier "U16" is undefined
.\GUI\Core\GUIType.h: U16 BytesPerLine;
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h(78): error: #20: identifier "U16" is undefined
.\GUI\Core\GUIType.h: U16 BitsPerPixel;
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h(79): error: #20: identifier "U16" is undefined
.\GUI\Core\GUIType.h: U16 NumColors;
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h(80): error: #20: identifier "U16" is undefined
.\GUI\Core\GUIType.h: U16 HasTrans;
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h(100): error: #20: identifier "I16P" is undefined
.\GUI\Core\GUIType.h: I16P c0;
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h(101): error: #20: identifier "I16P" is undefined
.\GUI\Core\GUIType.h: I16P c1;
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h(105): error: #20: identifier "U16P" is undefined
.\GUI\Core\GUIType.h: U16P FirstChar;
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h(106): error: #20: identifier "U16P" is undefined
.\GUI\Core\GUIType.h: U16P LastChar;
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h(111): error: #20: identifier "U8" is undefined
.\GUI\Core\GUIType.h: U8 XSize;
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h(112): error: #20: identifier "U8" is undefined
.\GUI\Core\GUIType.h: U8 XDist;
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h(113): error: #20: identifier "U8" is undefined
.\GUI\Core\GUIType.h: U8 BytesPerLine;
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h(118): error: #20: identifier "U16P" is undefined
.\GUI\Core\GUIType.h: U16P First; /* first character */
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h(119): error: #20: identifier "U16P" is undefined
.\GUI\Core\GUIType.h: U16P Last; /* last character */
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h(126): error: #20: identifier "U8" is undefined
.\GUI\Core\GUIType.h: const U8 GUI_UNI_PTR * pTransData;
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h(128): error: #20: identifier "U16P" is undefined
.\GUI\Core\GUIType.h: U16P FirstChar;
.\GUI\Core\GUIType.h: ^
.\GUI\Core\GUIType.h: USER\main.c: 0 warnings, 30 errors |
|