See usage.html for instructions on how to use the template once you've completed the following installation steps.

To install:
First, copy the files from the Templates subdirectory in here to the Templates subdirectory in your Dev C++ directory. Then, start up Dev C++.

The Lightwave Plugin option should now appear in the New Project dialog under the Plugin tab.

setup3

We now need to configure Dev C++'s compiler options (under the tools menu) to include the lwsdk include directory. To do this, go to the 'Directories' tab in the compiler options and add the necessary path to 'C Includes' or 'C++ Includes' or both  (depending on whether you use C, C++, or both).

setup1

setup2

You can alternatively do this on a per-project basis, but it's recommended that you simply do this once to avoid having to ever do it again.

The installation steps are now complete. See usage.html on how to build projects using the template.