因为#include "Excel_2K_SRVR.h",然后使用进度条控件ProgressBar报错?
因为#include "Excel_2K_SRVR.h",然后使用进度条控件ProgressBar报错?
报错信息:
E2015 Ambiguity between 'Windows' and 'Excel_2k::Windows'
E2015 Ambiguity between 'Menus' and 'Excel_2k::Menus'
难道需要操作excel的地方,就不能使ProgressBar控件了吗?
[解决办法]
注意文件的顺序
#include <vcl.h>
#pragma hdrstop
#include "Unit1.h"
#include "Excel_2K_SRVR.h" //放到后面就可以了Unit1.h,放到前面就报错了