Hi,

I have a code in my program like this,

void CVideoDevice::SendSignal(Signals s)
{
postEvent(this, new CVideoDeviceEvent(s));
}

but when i make this program, it display one error like this,

error: ‘postEvent’ was not declared in this scope

how can I solve this probs.
Please help me