-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Description
- git clone https://github.com/compnerd/swift-win32
- cd swift-win32
- swift build --product Calculator
- cd .build\x86_64-unknown-windows-msvc\debug
- Calculator.exe
Expected result: see calculator sample
Actual result: I can see error log in console, and app isn't shuting down until I press Ctrl+C:
2021-07-12T12:01:37+0300 error org.compnerd.swift-win32 : [SwiftWin32] InitCommonControlsEx: Win32 Error 0 - The operation completed successfully.
Microsoft Windows [Version 10.0.19042.1083]
compnerd.org Swift version 5.4.2 (swift-5.4.2-RELEASE)
Target: x86_64-unknown-windows-msvc
Metadata
Metadata
Assignees
Labels
No labels