久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

Qt 5.1.1:應(yīng)用程序無法啟動,因為平臺插件“wind

Qt 5.1.1: Application failed to start because platform plugin quot;windowsquot; is missing(Qt 5.1.1:應(yīng)用程序無法啟動,因為平臺插件“windows無法啟動不見了)
本文介紹了Qt 5.1.1:應(yīng)用程序無法啟動,因為平臺插件“windows"無法啟動不見了的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

問題描述

有些人開始將我的問題標(biāo)記為重復(fù).不要忘記當(dāng)我問這個問題時存在許多類似的問題(參見例如下面的列表).但是,這些答案都沒有解決我的問題.經(jīng)過長時間的搜索,我發(fā)現(xiàn)了一條評論,所有用戶都忽略了該評論,指向缺失的庫.現(xiàn)在,幾個月后,評論已更改為答案.但是,當(dāng)我自己回答這個問題時,我打算通過直接提供解決方案來幫助其他人.這不應(yīng)該被遺忘,到目前為止,我的回答幫助了很多人.因此,我的問題絕對不是重復(fù)的.順便說一句:頂部提供的鏈接中接受的答案不能解決問題

Some people started to mark my question as a duplicate. Do not forget that many similar questions existed when I asked this one (see e.g. the list below). However, none of these answers solved my problem. After a long search I found a comment which had been ignored by all users pointing to the missing lib. Now, many months later, the comment has been changed to an answer. However, when I answered this question by msyself I intended to help other people by directly providing the solution. This should not be forgotten and so far my answer helped a lot of people. Therefore my question is definitely not a duplicate. By the way: The accepted answer within the provided link on top does not solve the problem!

是的,我使用了搜索:

無法加載平臺插件windows";.可用平臺有:錯誤

從 Visual Studio qwindows 部署 Qt C++ 應(yīng)用程序.dll錯誤

加載平臺插件失敗窗戶"可用平臺有:windows、minimum

但是,就我而言,問題仍然存在.我在 Visual Studio 2012 中使用 Qt 5.1.1,并在 Windows 7 上使用 Qt Creator 2.8.1 開發(fā)了我的應(yīng)用程序.應(yīng)用程序以發(fā)布"模式編譯,如果直接使用 Qt Creator 啟動即可執(zhí)行.

However, in my case the problem still persists. I am using Qt 5.1.1 with Visual Studio 2012 and developed my Application on Windows 7 with Qt Creator 2.8.1. Application is compiled in "Release"-mode and can be executed if directly started with Qt Creator.

但是,當(dāng)從發(fā)布"文件夾開始時,我收到以下消息:

However, when starting from the "release"-Folder, i get the following message:

此應(yīng)用程序無法啟動,因為它無法找到或加載Qt 平臺插件windows".可用的平臺插件有:最小、屏幕外、窗口.

This application failed to start because it could not find or load the Qt platform plugin "windows". Available platform plugins are: minimal, offscreen, windows.

文件夾結(jié)構(gòu)如下:

release
+ gui.exe
+ icudt51.dll
+ icuin51.dll
+ icuuc51.dll
+ libGLESv2.dll
+ Qt5Core.dll
+ Qt5Gui.dll
+ Qt5Widgets.dll
+ platforms

Platforms 是直接從 QtQt5.1.15.1.1msvc2012pluginsplatforms 復(fù)制的文件夾,包括例如qwindows.dll.如果我像其他一些用戶那樣將其重命名為平臺",則無關(guān)緊要.Qt還是沒有找到平臺插件窗口",我錯在哪里?

Platforms is the folder directly copied from QtQt5.1.15.1.1msvc2012pluginsplatforms including e.g. qwindows.dll. Does not matter if I rename it to "platform" as some other users did. Qt is still not finding the "platform plugin windows", where is my mistake?

推薦答案

好的,正如這里發(fā)布的 https://stackoverflow.com/a/17271172/1458552 沒有被其他用戶過多關(guān)注:

Okay, as posted here https://stackoverflow.com/a/17271172/1458552 without much attention by other users:

libEGL.dll 丟失了!即使在嘗試啟動應(yīng)用程序時沒有報告此問題(所有其他 *.dll 文件,如 Qt5Gui.dll 均已報告).

The libEGL.dll was missing! Even though this has not been reported when trying to start the application (all other *.dlls such as Qt5Gui.dll had been reported).

這篇關(guān)于Qt 5.1.1:應(yīng)用程序無法啟動,因為平臺插件“windows"無法啟動不見了的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請聯(lián)系我們刪除處理,感謝您的支持!

相關(guān)文檔推薦

How can I read and manipulate CSV file data in C++?(如何在 C++ 中讀取和操作 CSV 文件數(shù)據(jù)?)
In C++ why can#39;t I write a for() loop like this: for( int i = 1, double i2 = 0; (在 C++ 中,為什么我不能像這樣編寫 for() 循環(huán): for( int i = 1, double i2 = 0;)
How does OpenMP handle nested loops?(OpenMP 如何處理嵌套循環(huán)?)
Reusing thread in loop c++(在循環(huán) C++ 中重用線程)
Precise thread sleep needed. Max 1ms error(需要精確的線程睡眠.最大 1ms 誤差)
Is there ever a need for a quot;do {...} while ( )quot; loop?(是否需要“do {...} while ()?環(huán)形?)
主站蜘蛛池模板: 黄色一级免费 | 亚洲性网站 | 亚洲天堂一区 | 国产福利视频在线 | 久久精品欧美一区 | av福利网 | 免费观看全黄做爰的视频 | 永久免费精品视频 | 999毛片 | 国产午夜激情 | 欧美成人精品欧美一级私黄 | 国产一区二区影院 | 亚洲一级大片 | 欧美成人精品一区二区三区在线看 | 色激情网| 日本久久网 | 免费网站观看www在线观看 | 一级毛片在线看 | 国产蜜臀av | 一区二区三区网站 | 成人小视频在线观看 | 亚洲精品观看 | 蜜桃色999| 欧美一级特黄视频 | 亚洲免费黄色 | 色婷婷香蕉在线一区二区 | 青青草国产成人av片免费 | 亚洲高清在线视频 | 成人黄色小视频 | 成人手机在线视频 | 久久精品欧美一区二区三区不卡 | 国产成人在线视频 | 黄色一级网站 | 国产精品国产成人国产三级 | 69成人网 | 中文字幕在线免费看 | 国产精品美女视频 | 日韩精品一区在线观看 | 成人激情综合网 | 国产在线www | 成人一级毛片 |