valentina/src/libs/vdxf/libdxfrw
2024-01-23 15:57:29 +02:00
..
intern Minimal Qt version increased to Qt 5.15. Minimal C++ standard to C++17. 2024-01-23 15:57:29 +02:00
AUTHORS Added library libdxfrw. 2017-06-20 11:40:39 +03:00
COPYING Added library libdxfrw. 2017-06-20 11:40:39 +03:00
drw_base.cpp Port set version bug from solvespace fork and cleanup version handling in DRW_TextCodec. 2021-11-23 13:12:11 +02:00
drw_base.h Minimal Qt version increased to Qt 5.15. Minimal C++ standard to C++17. 2024-01-23 15:57:29 +02:00
drw_classes.cpp Remove unused DRW_Class::parseCode() method. 2022-02-07 14:55:31 +02:00
drw_classes.h Remove unused DRW_Class::parseCode() method. 2022-02-07 14:55:31 +02:00
drw_entities.cpp Clang warnings. 2024-01-11 16:25:31 +02:00
drw_entities.h Added support for notch data type dependency. 2023-11-20 15:15:58 +02:00
drw_header.cpp libdxfrw. C++14 support 2023-11-20 12:23:56 +02:00
drw_header.h libdxfrw. C++14 support 2023-11-20 12:23:56 +02:00
drw_interface.h Increased requirement for minimal Qt version. 2023-08-12 12:03:28 +03:00
drw_objects.cpp libdxfrw. C++14 support 2023-11-20 12:23:56 +02:00
drw_objects.h libdxfrw. C++14 support 2023-11-20 12:23:56 +02:00
drw_reserve.h Fix build. 2022-02-08 20:40:33 +02:00
libdxfrw.cpp Fix export to DXF AAMA/ASTM on Windows with Qt 6. 2024-01-16 20:12:41 +02:00
libdxfrw.h Forward declaration is not enough. 2024-01-13 08:29:42 +02:00
main_doc.h Class to handle plot settings object entries. 2021-11-23 14:43:26 +02:00
README Added library libdxfrw. 2017-06-20 11:40:39 +03:00

libdxfrw

libdxfrw is a free C++ library to read and write DXF files in both formats, ascii and binary form.
Also can read DWG files from R14 to the last V2015.
 It is licensed under the terms of the GNU General Public License version 2 (or at you option
any later version).


If you are looking for general information about the project, check our website:
http://sourceforge.net/projects/libdxfrw

== Building and installing the library ==

Use the tipical 
./configure
make
make install (as root)

[VC++]
- Open vs2013\libdxfrw.sln with VS2013
- Build Solution
There is also a dwg to dxf converter that depends on libdxfrw that can be built the same way.
- Open dwg2dxf\vs2013\dwg2dxf.sln with VS2013
- Build Solution

== Example usage of the library ==

The dwg to dxf converter (dwg2dxf) included in this package can be used as reference.