I want a source code in c++ or c to freeze the windows time and control shoud be with the program so tha we can resume the time and when it resumes it should begin from the previous state only but should not be updated automatically.please help me with this i need this for some research work
Need a C++ or C routine to freeze windows time.
Started by ankur.mittal, Mar 29 2010 10:27 AM
3 replies to this topic
#1
Posted 29 March 2010 - 10:27 AM
|
|
|
#2
Posted 30 March 2010 - 07:24 AM
I seriously doubt you can do this. The clock is in the BIOS hardware, and is NOT meant to be stopped. You could probably write a program to constantly set the time to a specific value, but you are not likely to be able to make it just stop, completely.
On a side note, what kind of research would require stopping the system clock?
On a side note, what kind of research would require stopping the system clock?
#3
Posted 30 March 2010 - 08:22 AM
i am talking about stopping windows clock not the bios watch.
Bios watch works in binary it is almost impossible to change it but window clock can be manually adjusted so it is possible to that through a program. right now i hav no knowledge working with dlls thats why i am not able to do that.
And about research work working on an image processing work and studying runge kutte and arnold cat map algo so in that i require for a small part to stop windows clock and not the bios clock.
Bios watch works in binary it is almost impossible to change it but window clock can be manually adjusted so it is possible to that through a program. right now i hav no knowledge working with dlls thats why i am not able to do that.
And about research work working on an image processing work and studying runge kutte and arnold cat map algo so in that i require for a small part to stop windows clock and not the bios clock.
#4
Posted 30 March 2010 - 09:54 AM
The windows clock is tied to the bios clock.


Sign In
Create Account

Back to top









