Salut Laurent !
git clone https://github.com/Vadoola/dxf2elmt.git dxf2elmt_vadoola cd dxf2elmt_vadoola rustup update cargo build
try this:
git clone https://github.com/Vadoola/dxf2elmt.git dxf2elmt_vadoola
cd dxf2elmt_vadoola
rustup update
RUSTFLAGS='-C strip=symbols' cargo build --release
That results in a 2.4MB executable.
But it does not solve the Problem of not outputting to stdout...
The commandline-parameter "-v" that is used in QET-GUI does not produce anything: No elmt and no output to stdout.
EDIT:
What bothers me more about dxf2elmt:
The default behavior for polygons of dxf2elmt seems to be "closed=false", but for QET the default behavior is "closed=true". (see attachments)
Isn't it defined in the dxf or in the dxf-library if a polygon is closed or not?
If there are only a few polygons, this can be fixed quickly, but for complex elements ...