
Up: 2 Installation
Next: 2.2 Macintosh
2.1 Windows
- Create a project with all the files(.cxx extension) (including adapt/*.cpp)
except macrgraph.cpp and xrgraph.cpp.
- If you use Microsoft Visual 2.0, add
_COMPLEX_DEFINED
as a preprocessor
variable and the variable MVC(see pcrgraph.cpp)
- Do not forget the set up the correct include directories (adapt), because we
add
ADAPT
or DEBUG
to your preprocessing directives.
- Add include path to freefem folder to unable the compiler to find the .h files
(because all .h files are declared as
#include <filename.h>
- Then launch freefem; a window with a dialog box will appear to select the
.pde file
Christophe Prud'homme
