Setting Up VS2008
From Leadwerks Developer Wiki
You can use Leadwerks Engine 2 with C and C++.
The following tutorials show how to set up Visual Studio 2008 C++ Express for Leadwerks Engine 2.
Contents |
C
This tutorial shows how to set up for the C wrapper.
- Setting Up VS2008
C++
There's a thin class wrapper for Leadwerks Engine 2, called LEO (LEO - Leadwerks Engine Objects ).
This tutorial shows how to set up VS 2008 for that.
- Setting Up VS2008 for LEO
but "The procedure for a non LEO project only differs in two points which are commented."
so everybody can use this one.
Project Wizard
You may also use a Project Wizard to create your Leadwerks Engine projects

It's called LEWizard and is included in the SDK
Syntax Highlighting
You can also get syntax highlighting in VS, by following the steps of this tutorial:
- VS2008 Syntax Highlighting
