Calling GetTickCount with PB

Started by MikeTrader, January 21, 2008, 10:08:08 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

MikeTrader

From this thread:
http://www.masm32.com/board/index.php?topic=8474.30

QuotePB code calls GetTickCount directly, and then calls some other function after GetTickCount returns

Do you know what the other function might be?
  •  

José Roca

 
Don't know if PB calls some other function or not, but a common need is to have to reset the FPU control word because many API/COM calls can change it.
  •