strange error in vc
pDC->SetDCPenColor(RGB(0,0,0));
when compile, this error happens:
error C2039: 'SetDCPenColor' : is not a member of 'CDC'
according to msdn, CDC has this member. when i input these, there is even a auto completion.
how could this happen?

