libredwg
libredwg copied to clipboard
Official mirror of libredwg. With CI hooks and nightly releases. PR's ok
Using the precompiled windows binaries for version 13.3. When I import the LibreDWG.py module the first thing it does is look for the _LibreDWG.so file. However, this file is nowhere...
in `dwg.i` , etc: ``` EXPORT bool dwg_dynapi_header_utf8text (const Dwg_Data *restrict dwg, const char *restrict fieldname, char **restrict textp, int *isnew, Dwg_DYNAPI_field *restrict fp); ``` the output params is `textp`,...
hello ,I saved the DWG2000 file with dwgrewrite and the CAD does not recognize the opening error `./dwgrewrite -v9 -o ./example_file_rewrite.dwg ./example_file.dwg`
C:\Users\Liu\Desktop\libredwg-master\src\common.h(1,1): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 [C:\Users\Liu\Desktop\libredwg-master\build2\libredwg.vcxproj] C:\Users\Liu\Desktop\libredwg-master\src\decode.c(3477,1): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 [C:\Users\Liu\Desktop\libredwg-master\build2\libredwg.vcxproj] C:\Users\Liu\Desktop\libredwg-master\src\decode.c(3799,22): error C2065: “ref”: 未声明的标识符 [C:\Users\Liu\Desktop\libredwg-master\build2\libredwg.vcxproj] C:\Users\Liu\Desktop\libredwg-master\src\decode.c(3799,23): error C2224: “.obj”的左侧必须具有结构/联合类型 [C:\Users\Liu\Desktop\libredwg-master\build2\libredwg.vcxproj] C:\Users\Liu\Desktop\libredwg-master\src\decode.c(3800,22): error C2065: “ref”: 未声明的标识符...
**System info** Ubuntu x86_64, clang 13.0.1 version: last commit https://github.com/LibreDWG/libredwg/commit/07c078aca71840f0f9a0dffb3032056d043858b0 **Command line** ./programs/dwg2dxf ./poc **Poc** poc: [poc](https://github.com/SEU-SSL/Poc/blob/main/libredwg/id_000000%2Csig_06%2Csrc_003350%2B007001%2Ctime_55827966%2Cexece_9692579%2Cop_splice%2Crep_2) **AddressSanitizer output** ==4125299==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x602000000012 at pc 0x7fc49363558d bp 0x7ffda16f9180...
Invalid DXF file is produced when trying to convert DWG to DXF using `dwg2dxf`. Long text (usually in group `1`) is split incorrectly. The continuation line does not have a...
In file included from decode.c:287:0: template.spec: In function ‘template_private’: template.spec:22:1: error: format not a string literal, argument types not checked [-Werror=format-nonliteral] FIELD_RS (MEASUREMENT, 0); // copied to header_vars ^ template.spec:22:1:...
as wanted in #346 skip all problematic objects and links. generally it's better to avoid data-loss, and let the 3rdparty cad app recover minor errors.
My environment is windows 10, vs2019, using libredwg which was recompiled and installed with vs2019. My original files are r2018 dwg files, so I need to convert to r2000 for...
Hello, I was testing some dwg files and found segmentation fault in dwg2dxf. macOS Monterey 12.5 , M2 compile with ./autogen.sh && ./configure --disable-bindings && make && sudo make install...