timeSetEvent(1000, 0, TimerProcedure, (DWORD)(this), TIME_ONESHOT);
..
..
..
void CALLBACK CTESTDoc::TimerProcedure(UINT uID, UINT uMsg, DWORD
dwUser, DWORD dw1, DWORD dw2)
{
}
When I run the application crashes and the timer does not work. Why?
In the EVC + + to work properly.
thanks in advance.