VIDE Quick Start Guide


VIDE 1.21 - 28Feb2001

VIDE User Guide


This document is intended to get you started using VIDE as quickly as possible with your compiler. However, we strongly recommend that you read the full VIDE User Guide to get a complete overview of VIDE's capabilities. If you are seeing this as a result of running the VIDE installation program, you can now click in the install window, and finish the installation. This will remain after the install is complete.


VIDE for Windows with gcc (MinGW/Cygnus)

Installing VIDE for Windows with gcc  top

Your First Project for Windows with gcc  top

VIDE can be used simply as an editor to edit any text file such as a C++ program or an HTML file. Simply use the File menu to open a file of your choice. For a programming project, however, VIDE lets you create a project that makes working with your program much easier. The following steps describe how to create a project, and then how to compile your program.

VIDE has been designed to use the standard tools that come with your compiler. Before compiling your program, VIDE will use the project options you've set to generate a Makefile to be used with the standard gnu make program. VIDE then runs make to compile your project. For most cases, you won't need to know the details of how VIDE generates the makefile.

At this point, you've now used the basic features of VIDE. You can read about other VIDE features, such as using the debugger, in the VIDE User Guide.

VIDE for Windows with Borland BCC 5.5

Installing VIDE for Windows with Borland BCC  top

VIDE is by default setup to work with the gcc compiler. For it to work correctly with the Borland BCC compiler, it is essential that you have set up VIDE for BCC as described in the following steps. If you don't follow these steps, you won't be able to successfully compile programs from within VIDE.

Your First Project for Windows with Borland BCC  top

VIDE can be used simply as an editor to edit any text file such as a C++ program or an HTML file. Simply use the File menu to open a file of your choice. For a programming project, however, VIDE lets you create a project that makes working with your program much easier. The following steps describe how to create a project, and then how to compile your program.

VIDE has been designed to use the standard tools that come with the Borland compiler. Before compiling your program, VIDE will use the project options you've set to generate a Makefile to be used with the standard Borland make program. VIDE then runs Borland make to build your project. For most cases, you won't need to know the details of how VIDE generates the makefile. The makefile generated by VIDE does use separate runs of BCC32 and ILINK32 which is different than using BCC32 alone from a command prompt.

At this point, you've now used the basic features of VIDE. You can read about other VIDE features, such as using the debugger, in the VIDE User Guide.

VIDE for Linux with gcc

Installing VIDE for Linux with gcc  top

Your First Project for Linux with gcc  top

VIDE can be used simply as an editor to edit any text file such as a C++ program or an HTML file. Simply use the File menu to open a file of your choice. For a programming project, however, VIDE lets you create a project that makes working with your program much easier. The following steps describe how to create a project, and then how to compile your program.

VIDE has been designed to use the standard tools that come with your compiler. Before compiling your program, VIDE will use the project options you've set to generate a Makefile to be used with the standard gnu make program. VIDE then runs make to compile your project. For most cases, you won't need to know the details of how VIDE generates the makefile.

At this point, you've now used the basic features of VIDE. You can read about other VIDE features, such as using the debugger, in the VIDE User Guide.


Installing VIDE for Sun Java (JDK)  top

Please see the complete VIDE Java tutorial.


No Warranty top

This program is provided on an "as is" basis, without warranty of any kind. The entire risk as to the quality and performance of the program is borne by you.


VIDE Reference Manual
Copyright © 1999-2000, Bruce E. Wampler
All rights reserved.

Bruce E. Wampler, Ph.D.
bruce@objectcentral.com
www.objectcentral.com