Home > Mobile >  Windows virtual machine run Qt application, the results turned out to be like this
Windows virtual machine run Qt application, the results turned out to be like this

Time:04-26

Everybody is good, my virtual machine system is Windows 7 SP1 64, Qt program is compiled using Qt 5.12.0, 64, after the operation error "This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix This problem."

So I copied "D: \ Qt \ Qt5.12.0\5.12.0 \ msvc2017_64 \ plugins \ platforms" folder to the directory,

Again run Qt application, the result is no reaction, process a startup is automatically exit, try another project of Qt program also is such, good magic ah,,

The point is, a run out, also does not have any error, the zha positioning to knead?

CodePudding user response:

Pack didn't lack of library or library version is wrong

CodePudding user response:

reference 1/f, mango black response:
didn't pack well short of library or library version is wrong
thank mango black, but the key what also don't say it, don't know what it wants,

CodePudding user response:

refer to the second floor half hungry belly response:
Quote: refer to 1st floor mango black response:
didn't pack well short of library or library version is wrong
thank mango black, but the key what also don't say it, don't know what it wants,

Well how do you pack can use depend tool view dependent libraries

CodePudding user response:

Is lack of something

CodePudding user response:

reference mango black reply: 3/f
Quote: refer to the second floor half hungry belly response:
Quote: refer to 1st floor mango black response:
didn't pack well short of library or library version is wrong
thank mango black, but the key what also don't say it, don't know what it wants,

Well how do you pack can use depend depend on tool to view the library
no packaging, green is run, I forgot to say, in my native is Qt application can run normally, I use the depends. Exe see the Qt application in the virtual machine, the red is the following -

API - MS - WIN - APPMODEL - RUNTIME - L1-1-0. DLL
API - MS - WIN - CORE - WINRT - ERROR - L1-1-0. DLL
API - MS - WIN - CORE - WINRT - L1-1-0. DLL
API - MS - WIN - CORE - WINRT - ROBUFFER - L1-1-0. DLL
API - MS - WIN - CORE - WINRT - STRING - L1-1-0. DLL
API - MS - WIN - SHCORE - SCALING - L1-1-1. DLL
BLUETOOTHAPIS. DLL
DCOMP. DLL
IESHIMS. DLL

Doesn't look like what is missing DLL, virtual machines have been installed VC_redist. X64. Exe (version 14.28.29913.0, 2015-2019).

CodePudding user response:

half hungry belly reference 5 floor response:
Quote: refer to the third floor mango black response:
Quote: refer to the second floor half hungry belly response:
Quote: refer to 1st floor mango black response:
didn't pack well short of library or library version is wrong
thank mango black, but the key what also don't say it, don't know what it wants,

Well how do you pack can use depend depend on tool to view the library
no packaging, green is run, I forgot to say, in my native is Qt application can run normally, I use the depends. Exe see the Qt application in the virtual machine, the red is the following -

API - MS - WIN - APPMODEL - RUNTIME - L1-1-0. DLL
API - MS - WIN - CORE - WINRT - ERROR - L1-1-0. DLL
API - MS - WIN - CORE - WINRT - L1-1-0. DLL
API - MS - WIN - CORE - WINRT - ROBUFFER - L1-1-0. DLL
API - MS - WIN - CORE - WINRT - STRING - L1-1-0. DLL
API - MS - WIN - SHCORE - SCALING - L1-1-1. DLL
BLUETOOTHAPIS. DLL
DCOMP. DLL
IESHIMS. DLL

Doesn't look like what is missing DLL, virtual machines have been installed VC_redist. X64. Exe (version 14.28.29913.0, 2015-2019),

No packaging? Is your native development environment can run, because of the need to rely on can link, and run this function code is no problem, basic is the problem of dependent libraries, you 2010 runtime try again
  •  Tags:  
  • Qt
  • Related