Pro*C/C++ Visual Studio 2005

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.
 
B

Ben Voigt [C++ MVP]

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.
 
M

Mário Oshiro

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..
 
B

Ben Voigt [C++ MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top