codegurugeek
August 2nd, 2005, 05:00 AM
if ((!igb)││(!pinout)││(!destfilter))
{
return E_POINTER;
}
error printed:
AVOp.cpp(337) : error C3209: '' : Unicode identifiers are not yet supported
AVOp.cpp(337) : error C2146: syntax error : missing ')' before identifier ''
AVOp.cpp(337) : error C3209: '' : Unicode identifiers are not yet supported
AVOp.cpp(337) : error C2146: syntax error : missing ';' before identifier ''
AVOp.cpp(337) : error C3861: '': identifier not found, even with argument-dependent lookup
AVOp.cpp(337) : error C2059: syntax error : ')'
AVOp.cpp(338) : error C2143: syntax error : missing ';' before '{'
AVOp.cpp(337) : error C3861: '': identifier not found, even with argument-dependent lookup
i am so confuse and puzzled... after searching through the whole day for nothing.. can anyone just assist me on this please?
{
return E_POINTER;
}
error printed:
AVOp.cpp(337) : error C3209: '' : Unicode identifiers are not yet supported
AVOp.cpp(337) : error C2146: syntax error : missing ')' before identifier ''
AVOp.cpp(337) : error C3209: '' : Unicode identifiers are not yet supported
AVOp.cpp(337) : error C2146: syntax error : missing ';' before identifier ''
AVOp.cpp(337) : error C3861: '': identifier not found, even with argument-dependent lookup
AVOp.cpp(337) : error C2059: syntax error : ')'
AVOp.cpp(338) : error C2143: syntax error : missing ';' before '{'
AVOp.cpp(337) : error C3861: '': identifier not found, even with argument-dependent lookup
i am so confuse and puzzled... after searching through the whole day for nothing.. can anyone just assist me on this please?