Andrey Gromov
05/07/2020, 2:41 PM.def
file to klib
with header file included. This header contains other includes.
# cat myext.def
headers = somepath\somelib.h
# cinterop -def myext.def -o myext
error: 'someOther.h' file not found with <angled> include; use "quotes" instead
It's third party headers and I can't change them. How to resolve this without adding those headers into def
in right order?Kris Wong
05/07/2020, 2:43 PM