home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / cplus / 18757 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  2.1 KB

  1. Xref: sparky comp.lang.c++:18757 comp.os.ms-windows.programmer.tools:1895
  2. Path: sparky!uunet!think.com!ames!sun-barr!cs.utexas.edu!ut-emx!jamshid
  3. From: jamshid@ut-emx.uucp (Jamshid Afshar)
  4. Newsgroups: comp.lang.c++,comp.os.ms-windows.programmer.tools
  5. Subject: Re: Protogen/ Owl directories
  6. Summary: get Borland's Application Frameworks
  7. Message-ID: <86238@ut-emx.uucp>
  8. Date: 6 Jan 93 16:49:46 GMT
  9. References: <1993Jan6.060043.28516@umr.edu>
  10. Reply-To: jamshid@emx.utexas.edu
  11. Followup-To: comp.os.ms-windows.programmer.tools
  12. Organization: The University of Texas at Austin; Austin, Texas
  13. Lines: 31
  14.  
  15. Crossposted and followups redirected to a newsgroup devoted to
  16. programming tools for Windows.
  17.  
  18. In article <1993Jan6.060043.28516@umr.edu> chrisg@cs.umr.edu (Chris Gorsuch) writes:
  19. >I have recently purchased the Borland C++ 3.1 compiler.
  20. >It came with the ProtoGen windows creator included with it.
  21. >The problem is that Protogen is Looking for /borlandc/owl/owl.h
  22. >and it causes an error when it realizes that I have no owl directory
  23.  
  24. ObjectWindows Library is Borland's class library for Windows.  OWL
  25. comes with BC++ *with* Application Frameworks or with the Windows-only
  26. Turbo C++ for Windows.  I highly recommend using OWL or some other
  27. class library when programming for Windows (the C API is a nightmare).
  28. I believe BC++ w/ AF is about $200 at an educ. discount and TC++4W is
  29. <=$100.  Ask customer-support@borland.com (no tech support!) for more
  30. info.  Btw, Protogen can probably output code which doesn't use OWL --
  31. read the docs.
  32.  
  33. >Question 2 is what header file should I give protogen...
  34. >ie how do I hook MY code into the individual menus I have set up.
  35. >It would appear from the little pamphlet that I do all of the protogen
  36. >work first and THEN create my code and hook it into it.
  37. >but without being able to get by the owl problem I can't begin to tackle
  38. >the second problem
  39.  
  40. Sorry I don't use Protogen but maybe someone else will answer.  I just
  41. use OWL and the ResourceWorkshop.  I've seen a lot of people post in
  42. c.o.m.p.t that Protogen was not very useful.  If you bought it in lieu
  43. of OWL, I recommend you return it and get AF.
  44.  
  45. Jamshid Afshar
  46. jamshid@emx.utexas.edu
  47.