Han Sang-jin

Results 15 comments of Han Sang-jin

@Veigres, I'm sorry, I answer your question late. I'm currently concentrating on the MinGW-w64 version. If some more works were done, I'll build for MSVC version. It will take some...

Could you try this on latest Cygwin port ? (https://github.com/tinysun212/swift-windows/releases/tag/swift-cygwin-20160913)

@ewmailing, Could you try this on latest MinGW-w64 port ? (https://swiftforwindows.github.io/)

Thanks for using this program. Could you show me your `test2.swift`?

Thanks for your report. Could you tell me the imported module and the full source of main.swift ?

This is my test source in Cygwin. ``` $ cat main.swift import CWin32 let win_find_data = WIN32_FIND_DATA() print(win_find_data) $ cat Package.swift import PackageDescription let package = Package( name: "Issue6", dependencies:...

Could you try this again with the latest Swift compiler for MinGW-w64?

Could you try this again with the latest compiler? This issue is very similar to SwiftForWindows/SwiftForWindows#32.

The config toolchain describes how to use the C/C++ compiler of MinGW/Cygwin. CLion supports Swift plugin and there is the setting page for Swift Toolchain Path. Unfortunately, the Swift plugin...