Can I use FEniCS as a static/dynamic library in my program?
Is it possible or not?
If it is possible then could you say some steps how to do it.
I also want to use it like static/dynamic library in Windows operating system (using for example MS Visual Studio).
I have tried to compile it in Visual Studio from source files, but I got some errors.
Nevertheless libamd and libumfpack (UMFPACK) compiled quiet successfully.
But when I compiled dolfin I got errors and I don't know how to solve it.
I am using this guide for compiling Fenics (dolfin) under Windows/MS Visual Studio:
How to use FEniCS in MS Visual Studio
Is anybody stuck with the same problem?
How does it solve?
Thanks in advance!