This appendix describes how to integrate Pro*C/C++ into the Microsoft Visual Studio .NET 2002/2003 (or later) integrated development environment.
This appendix contains the following topics:
This section describes how to fully integrate Pro*C/C++ within Microsoft Visual Studio .NET projects.
All the precompiler errors and warnings are displayed in the output box where Microsoft Visual Studio .NET 2002/2003 displays compiler and linker messages. You do not have to precompile a file separately from the Microsoft Visual Studio .NET 2002/2003 build environment. More importantly, Microsoft Visual Studio .NET 2002/2003 maintains the dependencies between .c
and .pc
files. Microsoft Visual Studio .NET 2002/2003 maintains the dependency and precompile files, if needed.
All of the procedures in this section are performed within Microsoft Visual Studio .NET.
For Microsoft Visual Studio .NET to run Pro*C/C++, it must know the location of the Pro*C/C++ executable. If Microsoft Visual Studio .NET was installed before any Oracle release products were installed, then you must add the directory path.
To specify the location of the Pro*C/C++ executable:
After you create a project, you need to add the .pc
files.
To add a .pc
file to a project:
For each .pc
file, you need to add a reference to the .c
file that will result from precompiling.
To add a reference to a .c
file to a project:
.c
file in the File Name box..c
file has not been created yet, Microsoft Visual Studio .NET displays the following message: "The specified file does not exist. Do you want to add a reference to the project anyway?"