DLL编译问题
void CWinDialog::OnBtnChilun()
{
// TODO: Add your control notification handler code here
PRO_DESIGN_edit_exp("z",30);此处出现问题
}
error C2664: 'PRO_DESIGN_edit_exp' : cannot convert parameter 1 from 'char [2]' to 'char'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
请问这是什么问题,等待大家的帮助