Yury Vovk
Results
2
comments of
Yury Vovk
Source code of my main.swift is similar to yours cygwin test. I use CWin32 too, and on cygwin it hasn't errors, only on mingw. Actually I get error even if...
It seems work for now ``` main.swift:4:51: error: cannot convert value of type 'DWORD' (aka 'UInt32') to expected argument type 'Int' let err = NSError(domain:NSCocoaErrorDomain, code:GetLastError(), userInfo:nil) ^~~~~~~~~~~~~~ Int( )...