我在dialog(NAME/Class:forcall)中添加了一个flexgrid(NAME:m_tableshow),自定义了一个函数
UINT CHECKTEST(LONG value,BOOL test);
可我在
UINT CHECKTEST(LONG value,BOOL test)
{
return 0;
}
中调用m_tableshow总是说:left of '.SetText' must have class/struct/union type之类的,
正确地用法是什么??
另:不用UINT用VOID可以么??