Powerbasic Museum 2020-B

IT-Consultant: Charles Pegge => Discussion => Topic started by: MikeTrader on January 21, 2008, 10:08:08 PM

Title: Calling GetTickCount with PB
Post by: MikeTrader on January 21, 2008, 10:08:08 PM
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?
Title: Re: Calling GetTickCount with PB
Post by: José Roca on January 22, 2008, 12:16:14 AM
 
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.