TOC PREV NEXT INDEX

Core AVS/Express and the Object Manager


Symbols - A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - R - S - T - U - V - W - X

1

How to use this book

The Developer's Reference provides a comprehensive guide to the development of visualization applications using AVS/Express.

AVS/Express often offers several means of achieving a given goal, both through the Network Editor (NE) and the native V language. This flexibility provides users of all experience levels the option to work in whichever manner suits them best. However, since this reference guide is aimed at those already familiar with basic AVS/Express functionality and the Network Editor (as described in the User's Guide), operations and techniques described in this book tend to be demonstrated via lower-level techniques.You are, of course, free to use any method available to you to achieve a given task.

Developer Edition versus Visualization Edition

This book is supplied with both the Developer Edition and Visualization Edition of AVS/Express. Although these AVS/Express variants offer different levels of sophistication and flexibility, both provide the capability to develop visualization applications. From the application developer's perspective, the key difference is that the Developer Edition allows the creation of runtime versions of those applications using the Save Compiled Project mechanism. This mechanism is not available in the Visualization Edition, although applications developed therein can be distributed and run by other AVS/Express (either edition) users.

Wherever there is a functional difference between the two editions of AVS/Express, this will be clearly flagged throughout this book.

1.1 Who should use this book

This book is intended for all AVS/Express (Developer Edition and Visualization Edition) visualization application developers.

You should already be familiar with
Your system should have

1.2 How to find information in this manual

If you want to know about...
Read
AVS/Express basics
Building applications and application components using AVS/Express objects
Defining objects and applications using the V language
The AVS/Express project mechanism
Integrating user code and manipulating existing objects via the C and C++ APIs
Monitoring and controlling the execution of an application using the status and interrupt facilities
General-purpose programming objects
Importing data from simple files
Techniques for debugging AVS/Express modules and networks
Supporting reference information

1.3 Using other AVS/Express books

You can find additional information about AVS/Express in several books and the online help system.

The documentation that you receive depends on whether you purchased the Developer Edition or the Visualization Edition of AVS/Express. The Visualization Edition is supplied with a subset of the AVS/Express document set that covers the available functionality only (the same applies to the online documentation). The Developer's Edition includes the complete document set.

Both Editions include:
Developer Edition additionally includes:

1.3.1 online help

AVS/Express has an integrated context-sensitive, hypertext help system that provides online access to the applicable documentation (depending on whether you have the Developer's or Visualization Edition) as well as providing point-and-click access to information on any objects in the AVS/Express libraries. online help is convenient and easy to use; you can point at a primitive, macro, module, or any other standard object to access information specific to that object, or you can use the index and hypertext links to quickly find information on a particular topic.

1.4 Conventions

The following conventions are used in this book.

Convention
Explanation
Click (or left-click)
Click the left mouse button.
Middle-click
Click the middle mouse button.
Right-click
Click the right mouse button.
Double-click
Rapidly click the indicated mouse button twice. (If a mouse button is not specified, assume the left button.)
Shift-click
Hold the Shift key down and click the indicated mouse button. (If a mouse button is not specified, assume the left button.)
Drag
Position the pointer over an item, press and hold the indicated mouse button down, move the mouse while the mouse button is still pressed, and then release the mouse button when the move is complete. (If a mouse button is not specified, assume the left button.)

1.4.1 File Naming Conventions

File naming conventions differ between UNIX and Microsoft Windows (NT and 95) environments.

This document uses UNIX conventions. If you are working on a Microsoft Windows system, you will need to make the necessary adjustments.

1.5 Customer Support

Do not hesitate to contact Advanced Visual Systems if you need any assistance while using AVS/Express.

Depending on the nature of your problem, you can:


TOC PREV NEXT INDEX