Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Qt Quick in Windows XP
Forum Updated to NodeBB v4.3 + New Features

Qt Quick in Windows XP

Scheduled Pinned Locked Moved QML and Qt Quick
2 Posts 2 Posters 1.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    Harrix
    wrote on 6 Feb 2013, 13:35 last edited by
    #1

    I installed Qt 5.0.1 for Windows 32-bit (MinGW 4.7, 823 MB)

    Then I created simple Quick 2 application and compiled it. Program runs on clean Windows 7, Windows 8. But program does not run on Windows XP. And I have this error:

    Точка входа в процедуру _vsnprintf_s не найдена в библиотеке DLL msvcrt.dll

    Translate: The procedure entry point _vsnprintf_s not found in library DLL msvcrt.dll

    !http://harrix.org/error4.png(Error)!

    What to do? Where and what libraries to take the program to run?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      sierdzio
      Moderators
      wrote on 7 Feb 2013, 08:01 last edited by
      #2

      That is MS Visual C++ library, yet you are using MinGW Qt. Either your setup is wrong, or somehow MinGW requires that lib. You could copy the dll from your Win7 machine, but I don't know if that would work.

      (Z(:^

      1 Reply Last reply
      0

      1/2

      6 Feb 2013, 13:35

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved