Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. windows 8
    Log in to post

    • SOLVED Runtime Error : QWindowsFontEngine, createDIBSection, createEngine
      Installation and Deployment • qt5.8 windows 8 qtcreator 4.2.1 mingw53 32bit • • Reonyx_Tech  

      12
      0
      Votes
      12
      Posts
      4058
      Views

      @Konstantin-Tokarev @SGaist I found the cause of those error, it is due to fonts.css in html files. When I removed the link from <head>, the application was successfully run without crashed. Just wonder, how come its not working now in qt5.8 but just nice back then in qt5.5 ? BTW, thanks both for your help and idea :)
    • SOLVED Entry Point Not Found - libQt5WebKitWidgets.dll
      Qt WebKit • qtwebkit qt5.8 windows 8 qtcreator 4.2.1 mingw53 32bit • • Reonyx_Tech  

      5
      0
      Votes
      5
      Posts
      1928
      Views

      @Konstantin-Tokarev Ok. noted. I will start over and get back to you. For now, it considers solved. Thank you very much :)
    • Qt3D Creating cubical box With real points.
      General and Desktop • opengl qt3d qt3d 2.0 qt 5.6.0 windows 8 • • Zee_07  

      2
      0
      Votes
      2
      Posts
      933
      Views

      Hi, Qt3D being currently a tech preview, I'd recommend posting this question on the interest mailing list You'll find there Qt3D developers/maintainers (this forum is more user oriented)
    • ストアアプリ(WinRT)のプログラムで半角/全角キーが反応しない
      Japanese • windows 10 qt 5.5 windows rt windows 8 • • Tank2005  

      1
      0
      Votes
      1
      Posts
      1332
      Views

      No one has replied

    • Touch not working on my QML application on Window 8.1 Surface Pro
      QML and Qt Quick • touchscreen touch 5.5 windows 8 • • dzimiwine  

      2
      0
      Votes
      2
      Posts
      1282
      Views

      @dzimiwine I tested 5.5.0 beta and it works fine
    • dll procedure entry point not found when directly executing qt application
      General and Desktop • qt5.4 dll windows 8 • • Qtpie  

      5
      0
      Votes
      5
      Posts
      4963
      Views

      Hello. I coincidently came across the same problem recently when trying to configure qt5 using msys2. It confused me a lot because only when I placed the newest zlib1.dll in the same directory where the execute file was can the execute file launch without warning. Eventually I solved the problem by deleting the old-version zlib1.dll placed in system32. It is because the useless zlib1.dll conflicts with the newest one which is really needed that the problem appears. If you also find a zlib1.dll in system32, you can try deleting it and the problem might be solved. Sorry for my poor English, which is my second language.