INSTRUCTIONS TO COMPILE THE EXAMPLES IN MS-WINDOWS INSTRUCTIONS FOR COMPILING THE EXAMPLES Following the structure of directories above, the libraries libjpeg, tiff, shapelib and terralib must be compiled. Some environment variables must be set in order that EXAMPLE can be compiled and run properly. Note: The environment variables can be set in the Windows XP going to: MyComputer | View System Information | Advanced tab | Environment Variables button To compile EXAMPLE and all of the libraries it needs, you have to select the solution file C:\EXAMPLE\name_of_example.sln through the menu File | Open Solution... in the MS Visual .NET main window. After selecting this solution, make name_of_example as the active project, and through the menu Build | Build Solution, the compilation of all the libraries and name_of_example will start. INSTRUCTIONS FOR RUNNING THE EXAMPLE To execute name_of_example, go to the menu Debug | Debug Start in the debugging mode, or Debug | Start Without Debugging (or Ctrl + F5) in release mode.