-
a12 made 1 file-release changes.
2009-08-23 13:45:03 UTC in ThanCad
-
a12 made 1 file-release changes.
2009-08-23 13:44:03 UTC in ThanCad
-
a12 made 1 file-release changes.
2009-08-23 13:33:01 UTC in ThanCad
-
a12 made 1 file-release changes.
2009-08-23 13:31:01 UTC in ThanCad
-
The Binary Spatial Partitioning Tree data structure, which is used by ThanCad, was presented in The Sixth International Conference on Engineering Computational Technology, Athens, Greece, 2-5 September, 2008.
The presentation is http://thancad.sf.net/2008ect_bsp.pdf.
2008-09-05 19:06:17 UTC in ThanCad
-
ThanCad is used for commercial purposes. Specifically, it is used for the production of private cadastre maps.
See http://www.ktim.gr.
2008-06-29 08:36:59 UTC in ThanCad
-
ThanCad was presented in the EuroPython conference held in Vilnious, Lithuania, July 9-11, 2007. The presentation is http://thancad.sf.net/thancad10.pdf.
2008-06-29 08:29:52 UTC in ThanCad
-
I am curious. LGPL states that you can distribute a statically linked executable, if you accompany it with the GTS source code, and the object code of your application. I am wondering why you don't think this is practical. I have never done it, but I plan to, so I would really like to know your opinion.
Thanasis.
2008-03-27 09:53:26 UTC in The GNU Triangulated Surface Library
-
eldie1 wrote:
"...crash occurring in the first call to
fprintf() that writes..."
I had a similar problem in a completely unrelated program. fprintf would fail
even though nothing seemed wrong:
double a;
fprintf(fw, "%lf\n", a);
After many attempts I found the following bug:
double a;
fscanf(fr, "%f", &a);
This somehow corrupted the memory addressed by a, and caused the...
2008-03-27 07:45:15 UTC in The GNU Triangulated Surface Library
-
a12 registered the ThanCad Fortran Dxf Library project.
2007-11-26 21:05:10 UTC in ThanCad Fortran Dxf Library