Re: How to use libdxfrw?
Posted by
R. van Twisk on
URL: https://forum.librecad.org/How-to-use-libdxfrw-tp5713395p5713401.html
Mandeep,
here is an example
https://github.com/rvt/dxfrwtest (we spoke on the LibreCAD IRC channel).
modify CMakeLists.txt because I quickly hacked it together.
For your sample you gave me,
I would advice against trying to modify existing code when you are traying to understand something. It's usually better to start from 0 and learn from their then modifying existing code, change a lib and hope for the best...