Originally Posted By: Kartoffel
well If he uses int * SpeedRun_Time as first parameter in SetTimer isn't p then a pointer to a pointer to an allocated memory block?

No. The function expects a pointer to an int and that's exactly what it gets.


Always learn from history, to be sure you make the same mistakes again...