Re: How to use libdxfrw?
Posted by
mandeep7 on
URL: https://forum.librecad.org/How-to-use-libdxfrw-tp5713395p5713409.html
R. van Twisk wrote
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.
Thanks ries,
I got this working.
R. van Twisk wrote
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...
Thank you for the advice. :)
Mandeep Singh