Re: How to use libdxfrw?
Posted by
Kamalpreet on
URL: https://forum.librecad.org/How-to-use-libdxfrw-tp5713395p5713447.html
Following the same example, I am trying to set the attributes of entities using variables.
Code for the same can be referred to at:
https://github.com/kamalpreetgrewal/textToDrawing/tree/testIn the file ExampleWriter.cpp,
On calling writeLine function (dxfW.writeLine(&b);) in addLine, it crashes (seg fault).
Can you help by pointing out my mistake.