andrewrk / andrewrk/libsoundio
statically linking to prebuilt libsoundio.a in msvc
Abierto
bug
- Lenguaje dominante
- C
- Estrellas
- 2.1k
- Forks
- 254
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
unresolved external symbols: __imp___iob_func, __mingw_vfprintf, __mingw_vsnprintf
it also emits a warning, which I do not really understand:
MSVCRT.lib(std_type_info_static.obj) : warning LNK4078: multiple '.drectve' sections found with different attributes (00100A00)
using libsoundio 1.1.0
using msvc 2015 (14, update 2)
side note: dynamic linking works fine, although, it took me quite some time to realize, that i can use the .a file as if it was .lib :D
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.