home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!sun-barr!ames!pacbell.com!pacbell!oracle!unrepliable!bounce
- Newsgroups: comp.databases.oracle
- From: dcriswel@oracle.uucp (David Criswell)
- Subject: Re: Oracle V6.0 and Borland C++ 3.0 ???
- Message-ID: <1992Jul24.202341.27800@oracle.us.oracle.com>
- Sender: usenet@oracle.us.oracle.com (Oracle News Poster)
- Nntp-Posting-Host: mailseq.us.oracle.com
- Organization: Oracle Corporation, Redwood Shores CA
- References: <1992Jul23.145506.2758@news.iastate.edu>
- Distribution: usa
- Date: Fri, 24 Jul 1992 20:23:41 GMT
- X-Disclaimer: This message was written by an unauthenticated user
- at Oracle Corporation. The opinions expressed are those
- of the user and not necessarily those of Oracle.
- Lines: 24
-
-
- In article <1992Jul23.133752.4755@news.weeg.uiowa.edu>,
- pkoch@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@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.
-
-