Pro*C/C++ Visual Studio 2005

  • Thread starter Thread starter mario.oshiro
  • Start date Start date
M

mario.oshiro

Hi all.

How can I integrate the pre-compiler Pro*C/C++ in Visual Studio 2005.
I'd like automaticly my development process now a edit embedded SQL
source code and make a pre-compiler in Pro*C/C++ and insert the result
into visual studio project.

thanks in advanced.
 
Hi all.

How can I integrate the pre-compiler Pro*C/C++ in Visual Studio 2005.
I'd like automaticly my development process now a edit embedded SQL
source code and make a pre-compiler in Pro*C/C++ and insert the result
into visual studio project.

You're going to need to identify the product better than that, include a
vendor name or link to a website.
 
Hi.

I added the .pc file in VS project and used the right-click and setup
the "Custon Build Step".

In the "Custon Build Step" exists the command line entrance to call
the Pro*C pre-compiler tool..
 
Mário Oshiro said:
Hi.

I added the .pc file in VS project and used the right-click and setup
the "Custon Build Step".

In the "Custon Build Step" exists the command line entrance to call
the Pro*C pre-compiler tool..

Sounds like the correct solution, make sure you also enter in the name of
the file it creates so that dependency calculations and minimal rebuild work
right.
 
Back
Top