CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
  1. #16
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    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
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    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
    1,355

    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
    1,355

    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
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    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
    1,355

    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
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: timers with 1ms of precision

    Victor Nijegorodov

Page 2 of 2 FirstFirst 12

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured