Skip Headers
Pro*C/C++ Getting Started
10g Release 2 (10.2) for Microsoft Windows (32-Bit)

Part Number B14321-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

What's New in Pro*C/C++?

This section describes new features of Oracle Database 10g releases and provides pointers to additional information. New features information from previous releases is also retained to help those users migrating to the current release.

The following sections describe the new features in Oracle Pro*C/C++:

Oracle Database10g Release 2 (10.2) New Features in Pro*C/C++

There is no new Windows specific feature in Pro*C/C++ for this release.

Oracle9i Release 2 (9.2) New Features in Pro*C/C++

There is no new Windows specific feature in Pro*C/C++ for this release.

See Also:

"What's New" preface of Pro*C/C++ Programmer's Guide

Oracle9i Release 1 (9.0.1) New Features in Pro*C/C++

The Oracle9i release 1 (9.0.1) feature described in this section highlights the support for Windows 2000.

Using Oracle9i on Windows 2000

Pro*C/C++ is now supported on Windows 2000. There are some differences between using Oracle9i on Windows 2000.

See Also:

Oracle Database Platform Guide for Windows

Oracle8i Release 8.1.6 New Features in Pro*C/C++

The Oracle8i release 8.1.6 features and enhancements described in this section comprise the overall effort to make Pro*C/C++ application development simpler.

Fully Integrated Debugging Capabilities

Beginning with release 8.1.6, the behavior of the LINES={YES|NO} option has changed. Now, when LINES=YES is specified, a #line preprocessor directive is generated after every line of generated code in the output program. This enables developers using debuggers such as GDB or IDEs such as the Microsoft Visual Studio for C++ to debug their application programs by viewing the Pro*C/C++ source program instead of by stepping through the generated code.

See Also:

Integrating Pro*C/C++ within Microsoft Visual C++ Projects