home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / cplus / 11742 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  2.1 KB

  1. Path: sparky!uunet!darwin.sura.net!mips!pacbell.com!network.ucsd.edu!sdcc12!cs!pluto
  2. From: pluto@cs.ucsd.edu (Mark Plutowksi)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Protogen Code Generator
  5. Message-ID: <36273@sdcc12.ucsd.edu>
  6. Date: 29 Jul 92 18:33:57 GMT
  7. References: <2386@bsu-cs.bsu.edu> <1992Jul29.143058.15370@sfera.kharkov.ua>
  8. Sender: news@sdcc12.ucsd.edu
  9. Lines: 47
  10. Nntp-Posting-Host: beowulf.ucsd.edu
  11.  
  12. mickey@sfera.kharkov.ua (Mickey Serg Antonoff) writes:
  13.  
  14. >twpunix@bsu-cs.bsu.edu (Tim Parsons) writes:
  15.  
  16.  
  17. >>  Having recently registered my Borland C++/AF 3.0, I got a call from a 
  18. >>Borland rep offering Protogen for $49.95 (regularly $495, she said).
  19. >>Does anyone know if it's worth getting, what it's particularly suited for?
  20. >>It'd have a money-back trial period, but I'd like to know if it's something
  21. >>to seriously look into, before I make even such a modest leap.  I've scanned
  22. >>back issues of PC Week, etc., but info is pretty sketchy.  Thanks.
  23.  
  24. >>Tim Parsons (twpunix@bsu-cs.bsu.edu)
  25.  
  26. >  Hi !
  27.  
  28. > I guess, that if You plan to do a serious work then You have nothing to do
  29. >with it, 'cause it is (as the most of such environment) too simple to do
  30. >smth. larger than 
  31. >main()
  32. >{
  33. >    printf( "Hello world !!" );
  34. >}
  35.  
  36. >    With the best wishes,
  37. >                Mickey <mickey@sfera.kharkov.ua>
  38.  
  39.  
  40. Actually, I like it a lot, myself.  If you are familiar enough with
  41. the OWL interface (which is a C++ interface with Windows resources)
  42. you can pretty quickly slap together your menus & dialog boxes
  43. with Resource Workshop, and then pull them together using Protogen,
  44. which will then generate code for "running" your interface.  Then
  45. you need to link in your function calls etc. with the generated code.
  46. Protogen requires much less learning curve than OWL or Windows, so
  47. IMHO it's worthwhile if you do Windows programming using BCW 3.1.
  48.  
  49. Once you generate your first "final draft" of your interface, you
  50. may find it easier to make tweaks to the code yourself
  51. rather than have Protogen regenerate.  
  52.  
  53. CAVEAT: Get the newest release of Protogen for BCW 3.1 ... it is much
  54. MUCH improved over the older version.  Note also that the new version
  55. (in my experience) will not run correctly with BC 3.0.
  56.  
  57.  
  58. = Mark
  59.