Results 22 comments of otya

Invalid window handles are now removed from the handle table when the handle table overflows.

``` winevdm: can't exec 'C:\WineVDM\sol.exe': invalid program file ``` SOL.EXE cannot be started because it is not a valid executable file.

https://ci.appveyor.com/project/otya128/winevdm/builds/41997730/job/fdati8s38inu9bw7/artifacts を試して修正されたかどうか確認してください

I have tested that [this build](https://ci.appveyor.com/project/otya128/winevdm/builds/26773988/job/c5yxs6ucmbe0wvft) works on ReactOS 0.4.11.

Similar to #944

The original winevdm does not use a CPU emulator, but I have introduced a CPU emulator/hypervisor to make it work on 64-bit Windows. To achieve this, a number of portability...

This is a Windows issue and is difficult to resolve. The UAC service kills the started process when it confirms that it is another executable file. In this case, the...

Anyway, in the 32-bit version of wine, you can execute it by overriding the library and giving priority to native such as krnl386.exe16. https://wiki.winehq.org/Winecfg#Libraries It's not impossible to port to...

DisableAero(default: 1) is a setting that disables window themes and has no significant impact on compatibility. EnableVisualStyle(default: 0), on the other hand, enables visual styles for common controls and affects...

If you are using the classic style, then you cannot enable the visual style.