Menu

corrupted zip file

Help
MoMaT
2005-10-08
2019-11-04
  • MoMaT

    MoMaT - 2005-10-08

    I guess the zip for v.0.01 is damaged. I cannot unpacked it.

     
    • David Klann

      David Klann - 2005-12-14

      Here too.

      Is anyone monitoring this project?

      Thanks!

      -dklann

       
  • Graham Toal

    Graham Toal - 2019-11-04

    I was able to extract the filenames from the corrupt zip and search for them - found an identical set of files at http://striker.interhact.net/inkscape/inkscape-svn/src/extension/dxf2svg/
    However the files need a bit of tweaking to compile: any #include <string> needs to be changed to #include <string.h> (and the same header has to be added to several other files). And there are a bunch of arrays whose bounds are exceeded at runtime - I doubled the sizes of most arrays to get it to run on a few input files. There are still some DXF inputs that cause crashes however, the whole thing needs to be worked on to fix array sizes to be dynamic. (I'm a C programmer, don't know the subtleties of C++, so someone else needs to do that...)

     

    Last edit: Graham Toal 2019-11-04

Log in to post a comment.