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.
Ben Voigt [C++ MVP] - 28 Nov 2007 19:03 GMT
> 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.
> thanks in advanced.
Mário Oshiro - 28 Nov 2007 19:33 GMT
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..
Ben Voigt [C++ MVP] - 28 Nov 2007 19:48 GMT
> Hi.
>
[quoted text clipped - 3 lines]
> 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.