Re: Oracle V6.0 and Borland C++ 3.0 ???
Date: Fri, 24 Jul 1992 20:23:41 GMT
Message-ID: <1992Jul24.202341.27800_at_oracle.us.oracle.com>
In article <1992Jul23.133752.4755_at_news.weeg.uiowa.edu>,
pkoch_at_news.weeg.uiowa.edu (Peter F Koch) writes:
>I bought Borland C++ V3.0 recently. I will soon be getting Oracle V6.0
>for MS-DOS and want to develop Windows database applications. Does Oracle
>support Borland C++ or do I have to use Microsoft's compiler?
>
>===========================================================================
>Peter Koch Phone: 708-534-5200
>Weston Gulf Coast Labs email:pkoch_at_umaxc.weeg.uiowa.edu
>2417 Bond St.
>University Park, IL 60466
>===========================================================================
If anyone's keeping a FAQ for this group, this one's a biggie ...
This is not documented nor supported by Oracle, however, Borland C++ will work to create Windows applications. It will NOT work for either protected or real mode MSDOS applications. Precompile and compile your application in the normal way and then at link time, add the SQL13WIN import library to the link step. For Windows OCI programs, add ORA6WIN.LIB at link time.
I don't speak for my employer, obviously. Received on Fri Jul 24 1992 - 22:23:41 CEST