Re: MSVC 6 && PRO C/C++ is there anyway to do this?

From: John Tower <twrg001_at_attglobal.net>
Date: Mon, 14 Jan 2002 16:27:56 GMT
Message-ID: <Xns919673C5A7BFDjtowerjr_at_216.166.71.233>


"news.msais.com" <satan_at_hell.com> wrote in news:a1s89j$ec1_at_guppy.msais.com:

> Hi All.
>
> Is there any way to get PRO C/C++ on the NT 4 platform, so it works
> with MSVC 6, so as to be able to throw bounds checker against C code
> with embedded sql, that is destine to run on a UNIX box?
>
> Thanks in advance.
>
> Jan
>
>
>

Jan,

            Add the .pc file to the MSVC project as well as oraSQL8.lib (or your version's equivalent). Then add the following to the custom build screen under the settings feature for the .pc file (will need to be customized):

Commands box:
call vcvars32.bat

g:\ora8i\bin\proc parse=full  $(ProjDir)\$(InputName).pc      
	include=$(ProjDir)\..\..\..\public  include="%MSVCDIR%\include"      
	include="$(MSDEVDIR)\..\vc\include"       
	include="$(MSDEVDIR)\..\..\vc98\include" 

Ouputs box:
$(ProjDir)\$(InputName).c

            After compiling you will need to add the resulting .c file to the project. At this point you should be able to walk through the code and run diagnostic programs against it.

John Received on Mon Jan 14 2002 - 17:27:56 CET

Original text of this message