Sometimes windows 10 taskbar failed to draw the application icon. ie4uinit.exe can fix it. Create the following batch file and…
There are many kind of shortcuts of command prompt of Visual Studio. Basically the differences are the setting of Host…
Install msys2 Install the 64bit msys2. I downloaded msys2-x86_64-20161025.exe and installed it on C:\local\msys64. Install necessary tools Run msys2-64 and…
It needs an appropriate C++ runtime library to load jvm.dll. Install VC++ 20XX Redistributable.
Stopping network related service will fix it. C:\WINDOWS\system32>net stop bits The Background Intelligent Transfer Service service is stopping.. The Background…
In Win32, you can not show MessageBox after calling PostQuitMessage() until calling GetMessage to get out of message loop. In…
Usually you can fix this error by changing tool-set VS uses. But if the Solution includes a reference which uses…
There is no easy way to check file is open. I write simple code to check it but it still…
Add following line at the top of your hello.pro. QT += widgets