home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / database / oracle / 1134 < prev    next >
Encoding:
Internet Message Format  |  1992-07-25  |  1.9 KB

  1. Path: sparky!uunet!sun-barr!ames!pacbell.com!pacbell!oracle!unrepliable!bounce
  2. Newsgroups: comp.databases.oracle
  3. From: dcriswel@oracle.uucp (David Criswell)
  4. Subject: Re: Oracle V6.0 and Borland C++ 3.0 ???
  5. Message-ID: <1992Jul24.202341.27800@oracle.us.oracle.com>
  6. Sender: usenet@oracle.us.oracle.com (Oracle News Poster)
  7. Nntp-Posting-Host: mailseq.us.oracle.com
  8. Organization: Oracle Corporation, Redwood Shores CA
  9. References: <1992Jul23.145506.2758@news.iastate.edu>
  10. Distribution: usa
  11. Date: Fri, 24 Jul 1992 20:23:41 GMT
  12. X-Disclaimer: This message was written by an unauthenticated user
  13.               at Oracle Corporation.  The opinions expressed are those
  14.               of the user and not necessarily those of Oracle.
  15. Lines: 24
  16.  
  17.  
  18. In article <1992Jul23.133752.4755@news.weeg.uiowa.edu>,
  19. pkoch@news.weeg.uiowa.edu (Peter F Koch) writes:
  20. >I bought Borland C++ V3.0 recently.  I will soon be getting Oracle V6.0
  21. >for MS-DOS and want to develop Windows database applications. Does Oracle
  22. >support Borland C++ or do I have to use Microsoft's compiler?
  23. >
  24. >===========================================================================
  25. >Peter Koch                                              Phone: 708-534-5200
  26. >Weston Gulf Coast Labs                     email:pkoch@umaxc.weeg.uiowa.edu
  27. >2417 Bond St.
  28. >University Park, IL 60466
  29. >===========================================================================
  30. ---------------------------
  31. If anyone's keeping a FAQ for this group, this one's a biggie ...
  32.  
  33. This is not documented nor supported by Oracle, however, Borland C++ will 
  34. work to create Windows applications. It will NOT work for either protected 
  35. or real mode MSDOS applications. Precompile and compile your application in
  36. the normal way and then at link time, add the SQL13WIN import library to 
  37. the link step. For Windows OCI programs, add ORA6WIN.LIB at link time.
  38.  
  39. I don't speak for my employer, obviously.
  40.  
  41.