请问browse information of one or more files is not available 这个是什么错误(已解决)

2019-07-20 22:56发布


DIALOG_SliderColor.c(139): error:  #20: identifier "GUI_WIDGET_CREATE_INFO" is undefined
DIALOG_SliderColor.c(140): error:  #20: identifier "FRAMEWIN_CreateIndirect" is undefined
DIALOG_SliderColor.c(140): error:  #20: identifier "FRAMEWIN_CF_MOVEABLE" is undefined
DIALOG_SliderColor.c(141): error:  #20: identifier "TEXT_CreateIndirect" is undefined
DIALOG_SliderColor.c(141): error:  #20: identifier "TEXT_CF_LEFT" is undefined
DIALOG_SliderColor.c(144): error:  #20: identifier "TEXT_CF_HCENTER" is undefined
DIALOG_SliderColor.c(145): error:  #20: identifier "SLIDER_CreateIndirect" is undefined
DIALOG_SliderColor.c(148): error:  #20: identifier "EDIT_CreateIndirect" is undefined
DIALOG_SliderColor.c(151): error:  #20: identifier "BUTTON_CreateIndirect" is undefined
DIALOG_SliderColor.c(195): error:  #20: identifier "WM_HWIN" is undefined
DIALOG_SliderColor.c(197): error:  #20: identifier "WM_HWIN" is undefined
DIALOG_SliderColor.c(201): warning:  #223-D: function "WM_GetDialogItem" declared implicitly
DIALOG_SliderColor.c(203): warning:  #223-D: function "SLIDER_GetValue" declared implicitly
DIALOG_SliderColor.c(204): warning:  #223-D: function "EDIT_SetValue" declared implicitly
DIALOG_SliderColor.c(208): warning:  #223-D: function "WM_GetDialogItem" declared implicitly
DIALOG_SliderColor.c(210): warning:  #223-D: function "EDIT_GetValue" declared implicitly
DIALOG_SliderColor.c(211): warning:  #223-D: function "SLIDER_SetValue" declared implicitly
DIALOG_SliderColor.c(215): warning:  #223-D: function "WM_InvalidateWindow" declared implicitly
DIALOG_SliderColor.c(215): warning:  #223-D: function "WM_GetClientWindow" declared implicitly
DIALOG_SliderColor.c(222): error:  #20: identifier "WM_MESSAGE" is undefined
DIALOG_SliderColor.c(226): error:  #132: expression must have pointer-to-struct-or-union type
DIALOG_SliderColor.c(227): error:  #20: identifier "WM_PAINT" is undefined
DIALOG_SliderColor.c(235): warning:  #223-D: function "WM_DefaultProc" declared implicitly
DIALOG_SliderColor.c(243): error:  #20: identifier "WM_MESSAGE" is undefined
DIALOG_SliderColor.c(246): error:  #20: identifier "WM_HWIN" is undefined
DIALOG_SliderColor.c(247): error:  #132: expression must have pointer-to-struct-or-union type
DIALOG_SliderColor.c(248): error:  #132: expression must have pointer-to-struct-or-union type
DIALOG_SliderColor.c(249): error:  #20: identifier "WM_PAINT" is undefined
DIALOG_SliderColor.c(252): error:  #20: identifier "WM_INIT_DIALOG" is undefined
DIALOG_SliderColor.c(254): warning:  #223-D: function "WM_GetDialogItem" declared implicitly
DIALOG_SliderColor.c(255): warning:  #223-D: function "SLIDER_SetRange" declared implicitly
DIALOG_SliderColor.c(256): warning:  #223-D: function "SLIDER_SetValue" declared implicitly
DIALOG_SliderColor.c(259): warning:  #223-D: function "EDIT_SetDecMode" declared implicitly
DIALOG_SliderColor.c(262): error:  #20: identifier "WM_KEY" is undefined
DIALOG_SliderColor.c(263): error:  #20: identifier "WM_KEY_INFO" is undefined
DIALOG_SliderColor.c(263): error:  #29: expected an expression
DIALOG_SliderColor.c(263): error:  #132: expression must have pointer-to-struct-or-union type
DIALOG_SliderColor.c(268): warning:  #223-D: function "GUI_EndDialog" declared implicitly
DIALOG_SliderColor.c(272): error:  #20: identifier "WM_NOTIFY_PARENT" is undefined
DIALOG_SliderColor.c(273): warning:  #223-D: function "WM_GetId" declared implicitly
DIALOG_SliderColor.c(273): error:  #132: expression must have pointer-to-struct-or-union type
DIALOG_SliderColor.c(274): error:  #132: expression must have pointer-to-struct-or-union type
DIALOG_SliderColor.c(276): error:  #20: identifier "WM_NOTIFICATION_RELEASED" is undefined
DIALOG_SliderColor.c(278): warning:  #223-D: function "GUI_EndDialog" declared implicitly
DIALOG_SliderColor.c(281): warning:  #223-D: function "GUI_EndDialog" declared implicitly
DIALOG_SliderColor.c(284): error:  #20: identifier "WM_NOTIFICATION_VALUE_CHANGED" is undefined
DIALOG_SliderColor.c(290): warning:  #223-D: function "WM_DefaultProc" declared implicitly
DIALOG_SliderColor.c(307): warning:  #223-D: function "WM_SetCallback" declared implicitly
DIALOG_SliderColor.c(307): error:  #20: identifier "WM_HBKWIN" is undefined
------------------
这个DIALOG_SliderColor.c都有定义的
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
27条回答
正点原子
1楼-- · 2019-07-20 23:29
 精彩回答 2  元偷偷看……
远方星辰
2楼-- · 2019-07-20 23:46
回复【2楼】正点原子:
---------------------------------
我也遇到了这个问题,请问怎样才能编译成功呢,重新添加文件也没用
正点原子
3楼-- · 2019-07-21 00:55
回复【3楼】远方星辰:
---------------------------------
你编译看报什么错,然后就根据报错去修改
GSHSHLSH
4楼-- · 2019-07-21 01:59
我也遇到这问题,编译没有错误,不知道错在哪了,想请教下

cornrn
5楼-- · 2019-07-21 02:38
 精彩回答 2  元偷偷看……
Man Dsan
6楼-- · 2019-07-21 06:07
回复【6楼】cornrn:
---------------------------------
对话框提示的.c文件里面包含的某个.h文件所对应的.c文件没有添加到工程里面,或者路径不对

一周热门 更多>