CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 16 to 22 of 22
  1. #16
    Join Date
    Jan 2003
    Location
    Wallisellen (Zürich), Switzerland
    Posts
    16,179

    Re: timers with 1ms of precision

    Edit this .bat file commenting out @echo off
    Then open cmd window, change current directorz to the one where all your PSK files are and start this bat file.
    What messages do you get?
    Victor Nijegorodov

  2. #17
    Join Date
    Jan 2003
    Location
    Wallisellen (Zürich), Switzerland
    Posts
    16,179

    Re: timers with 1ms of precision

    BTW, you have to be an Admin to install anything!
    Victor Nijegorodov

  3. #18
    Join Date
    Apr 2009
    Posts
    105

    Re: timers with 1ms of precision

    Quote Originally Posted by VictorN View Post
    BTW, you have to be an Admin to install anything!
    thanks i did by cmd window and extract it and is installing
    thanks
    i will try use that function, then, and then i came back

  4. #19
    Join Date
    Apr 2009
    Posts
    105

    Re: timers with 1ms of precision

    ok.. installed and the VC++6 IDE have it on options. but it stills not in list the CreateTimerQueueTimer()

  5. #20
    Join Date
    Jan 2003
    Location
    Wallisellen (Zürich), Switzerland
    Posts
    16,179

    Re: timers with 1ms of precision

    Did you define the appropriate SDK Headers?
    For Windows 200 it must be
    _WIN32_WINNT >= 0x0500 and WINVER >= 0x0500
    Victor Nijegorodov

  6. #21
    Join Date
    Apr 2009
    Posts
    105

    Re: timers with 1ms of precision

    Quote Originally Posted by VictorN View Post
    Did you define the appropriate SDK Headers?
    For Windows 200 it must be
    _WIN32_WINNT >= 0x0500 and WINVER >= 0x0500
    sorry what you mean?

  7. #22
    Join Date
    Jan 2003
    Location
    Wallisellen (Zürich), Switzerland
    Posts
    16,179

    Re: timers with 1ms of precision

    Victor Nijegorodov

+ Reply to Thread
Page 2 of 2 FirstFirst 1 2

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts



HTML5 Development Center

Click Here to Expand Forum to Full Width