Relocating the original post:
Hey folks, does anyone know if there's a way to compile a multiplatform project via clang-cl or MSVC instead of MinGW? I'm trying to do some kotlin native development for Windows only, and I'd like to interop with https://github.com/microsoft/Detours which uses a few Microsoft extensions to C (such as
__try
for SEH) and a few MSVC preprocessor flags.
l
louiscad
06/25/2019, 4:38 PM
Belongs to this one, #kotlin-native
a
Artyom Degtyarev [JB]
06/27/2019, 1:45 PM
Hello, @Sam Garfinkel! For now, there is no way to achieve your goals, as far as I know. Other C compilers support is not provided, and it is not coming in the nearest future(https://github.com/JetBrains/kotlin-native/issues/3015)