Q
qh_ovo_hp
Guest
Hello everyone:
I found a strange problem when editing UMDF V2, that is, I will generate the following message after declaring the Typedef class:
error C2061: syntax error: identifier '_CSenDev'
error C2059: syntax error: ';'
error C2449: found '{' at file scope (missing function header?)
error C2059: syntax error: '}'
error C2143: syntax error: missing '{' before '*'
warning C4218: nonstandard extension used: must specify at least a storage class or a type
The solution to this problem should be to change the C compiler to C++ Compiler, but I don't know which one to modify on the property page.
Please help me how to amend this problem.
Hans_TechNet
Continue reading...
I found a strange problem when editing UMDF V2, that is, I will generate the following message after declaring the Typedef class:
error C2061: syntax error: identifier '_CSenDev'
error C2059: syntax error: ';'
error C2449: found '{' at file scope (missing function header?)
error C2059: syntax error: '}'
error C2143: syntax error: missing '{' before '*'
warning C4218: nonstandard extension used: must specify at least a storage class or a type
The solution to this problem should be to change the C compiler to C++ Compiler, but I don't know which one to modify on the property page.
Please help me how to amend this problem.
Hans_TechNet
Continue reading...