Jump to content

Search the Community

Showing results for tags 'gettickcount64'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Delphi Questions and Answers
    • Algorithms, Data Structures and Class Design
    • VCL
    • FMX
    • RTL and Delphi Object Pascal
    • Databases
    • Network, Cloud and Web
    • Windows API
    • Cross-platform
    • Delphi IDE and APIs
    • General Help
    • Delphi Third-Party
  • C++Builder Questions and Answers
    • General Help
  • General Discussions
    • Embarcadero Lounge
    • Tips / Blogs / Tutorials / Videos
    • Job Opportunities / Coder for Hire
    • I made this
  • Software Development
    • Project Planning and -Management
    • Software Testing and Quality Assurance
  • Community
    • Community Management

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Delphi-Version

Found 1 result

  1. Specs: Win7, XE7, VCL I was wanting to add a stopwatch to test the speed of a routine I wrote. It is pretty slow and I guess, badly written, but its my first time ever writing (from scratch) an number-of-occurrence function. Anyway. In one of my notes (I keep a history of code snippets) I had a stopwatch() routine some long time ago. But the routine appears to be missing some code I probably forgot to add. And in one part of my notes, I wrote down for the Uses clause: System.Diagnostics;? And when I attempt to compile the routine, it fails. There is no GetTickCount64 in XE7 I guess. So, I went to the online companion (https://www.embarcadero.com/RADAICompanion) to see what it could do for me and asked, "Where is GetTickCount64 in Delphi XE7?" And the returned response was: where is GetTickCount64? Unfortunately, I have no knowledge on this subject. Where is GetTickCount64 in Delphi XE7? Provide Feedback Unfortunately, I have no knowledge on this subject. Does anyone here know where it might be and how to get it working in XE7?
×