Most languages have a Project Build facility that automates the process of building a DLL file. The following procedure guides you through the process of building a project in general terms. Refer to the documentation for the application language you’re using for specific instructions.
To build a custom implicit solver
1. Invoke the Compiler environment.
2. Add all the source files listed under Source files for building a custom implicit solver to the project or make file.
3. Under Project Options, specify the project type as DLL.
4. Under Compiler Preprocessor Options, specify Embed-install-directory\VSDK as the include directory.
5. Build the project.