QueryPerformanceCounter() API !?

Just starting out? Need help? Post your questions and find answers here.
Ralf
Enthusiast
Enthusiast
Posts: 203
Joined: Fri May 30, 2003 1:29 pm
Location: Germany

QueryPerformanceCounter() API !?

Post by Ralf »

Have read an article that topic api call gives better performence and returns more exactly millisecond resolution results!? Has someone an working example for timing using this command? Dont know how to call the api and handle its 64bit value :?
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

There is the HighResTimer userlib you can use too.. Search the forum - I think there are a few download links posted.
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Ralf
Enthusiast
Enthusiast
Posts: 203
Joined: Fri May 30, 2003 1:29 pm
Location: Germany

Post by Ralf »

Karbon wrote:There is the HighResTimer userlib you can use too.. Search the forum - I think there are a few download links posted.
Thanks for tip. Anyway want to know how to use this with direct api calls and not any lib in purebasic. want to learn more about api and how to use it on this way 8)
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

I'd help if I knew I wouldn't push you in the wrong direction - I'm still new to handling API functions too.. Hopefully someone can show you the correct way to do it!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Ralf
Enthusiast
Enthusiast
Posts: 203
Joined: Fri May 30, 2003 1:29 pm
Location: Germany

Post by Ralf »

Karbon wrote:I'd help if I knew I wouldn't push you in the wrong direction - I'm still new to handling API functions too.. Hopefully someone can show you the correct way to do it!
anyway many thanks for your helping hand :)
Post Reply