You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just built rust bindings using bindgen from the latest windows binary release, but the header files dwg.h dwg_api.h don't include the dwg_write_dxf() function, which appears to be found in src/out_dxf.h.
I ran libredwg-0.dll through dumpbin and it shows the function as an export.
Can anyone help point me in the right direction?
The text was updated successfully, but these errors were encountered:
The problem is that I don't want to expose the internal Bit_Chain struct, and it's needed. There need to be some other public API to which buffer to write to.
Hi all,
I just built rust bindings using bindgen from the latest windows binary release, but the header files
dwg.h dwg_api.h
don't include thedwg_write_dxf()
function, which appears to be found insrc/out_dxf.h
.I ran libredwg-0.dll through dumpbin and it shows the function as an export.
Can anyone help point me in the right direction?
The text was updated successfully, but these errors were encountered: