Zero-Giulio
21-11-2008, 19:58
Devo compilare questo programma
http://tetgen.berlios.de/
in Windows. Sul sito ufficiale c'è una guida per farlo con Visual Studio.
Io ho solo Dev-C++, che per quel minimo di programmazione che devo fare è più che sufficiente.
Le istruzione per Visual Studio dicono:
TetGen compiles as a console program "tetgen.exe" or a library "tetgen.lib" on Win32 systems. Test have been done with Microsoft Visual C++ 6.0 (VC++).
The easiest way to compile TetGen is to use the integrated development environment (IDE) of VC++.
The minimum steps to create "tetgen.exe" are:
Create a ``Win32 console application'' called ``tetgen''.
Add all source files (tetgen.h, tetgen.cxx, predicates.cxx) into this project.
Build the project.
To create a library do the following minimum steps:
Create a ``Win32 static library'' called ``library''.
Add all source files into this project.
Add the symbol ``TETLIBRARY'' to compile switches.
Build the project.
chi mi da una mano?
http://tetgen.berlios.de/
in Windows. Sul sito ufficiale c'è una guida per farlo con Visual Studio.
Io ho solo Dev-C++, che per quel minimo di programmazione che devo fare è più che sufficiente.
Le istruzione per Visual Studio dicono:
TetGen compiles as a console program "tetgen.exe" or a library "tetgen.lib" on Win32 systems. Test have been done with Microsoft Visual C++ 6.0 (VC++).
The easiest way to compile TetGen is to use the integrated development environment (IDE) of VC++.
The minimum steps to create "tetgen.exe" are:
Create a ``Win32 console application'' called ``tetgen''.
Add all source files (tetgen.h, tetgen.cxx, predicates.cxx) into this project.
Build the project.
To create a library do the following minimum steps:
Create a ``Win32 static library'' called ``library''.
Add all source files into this project.
Add the symbol ``TETLIBRARY'' to compile switches.
Build the project.
chi mi da una mano?