改编程序出现下面的错误
[C++ Error] Unit1.cpp(151): E2186 Unexpected end of file in comment started on line 79
请问该怎么解决啊
[解决办法]
贴代码
[解决办法]
//填写查询语句
ADOQuery1->SQL->Add("select 层段配注量m3/d from Data where ");//加入检测入方向的查询
//ADOQuery1->SQL->Add("传动方向 ='"+ComboBox->Text+"' and ");
// ADOQuery1->SQL->Add("1=1 order by 序号");
ADOQuery1->Active = true;
where 后面的2行被你注释了,当然报错。