Hi,
I have no experience with the Silverfrost C++ compiler. However, I found a very usefull mesh generator (for FEM) written in C that I would really like to use in our software. According to the author only standard C was used from which I suppose the Silverfrost C++ should be able to compile it. As usuall my fisrt attempt did not succeed 😦
Since my lack of experience with C I do not now what to do with in oder to compile the C code (triangle.c) found at: http://www.cs.cmu.edu/~quake/triangle.html.
The author suggests the following easy way to compile:
(http://www.cs.cmu.edu/~quake/triangle.html).
The author suggests the following easy way to compile: [quote:19851761e6]Alternatively, the files are usually easy to compile without a makefile: cc -O -o triangle triangle.c -lm
Unfortunatley the code is to long to add in the Forum. I would however apprceiate 😄 it if anyone with experience using the Silverfrost C++ compiler could take a quick look at it. Once I can compile the code, I would be able the figure out the rest.
Regards Jacques
