home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / cplus / 11353 < prev    next >
Encoding:
Text File  |  1992-07-22  |  1.8 KB  |  42 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!snorkelwacker.mit.edu!thunder.mcrcim.mcgill.edu!sifon!alpha!leying
  3. From: leying@alpha (Leying Zhao)
  4. Subject: Re: Protogen Code Generator
  5. Message-ID: <1992Jul22.220615.20744@sifon.cc.mcgill.ca>
  6. Sender: news@sifon.cc.mcgill.ca
  7. Nntp-Posting-Host: alpha.management.mcgill.ca
  8. Organization: Faculty of Management, McGill University, Canada
  9. References: <2386@bsu-cs.bsu.edu>
  10. Date: Wed, 22 Jul 1992 22:06:15 GMT
  11. Lines: 29
  12.  
  13. In article <2386@bsu-cs.bsu.edu> twpunix@bsu-cs.bsu.edu (Tim Parsons) writes:
  14. >
  15. >  Having recently registered my Borland C++/AF 3.0, I got a call from a 
  16. >Borland rep offering Protogen for $49.95 (regularly $495, she said).
  17. >Does anyone know if it's worth getting, what it's particularly suited for?
  18. >It'd have a money-back trial period, but I'd like to know if it's something
  19. >to seriously look into, before I make even such a modest leap.  I've scanned
  20. >back issues of PC Week, etc., but info is pretty sketchy.  Thanks.
  21. >
  22. >Tim Parsons (twpunix@bsu-cs.bsu.edu)
  23.  
  24. I have PROTOGEN 2.0.
  25.  
  26. The information on their ad is missleading.
  27. You have to read its ad very carefully. It reads(line 14 of the white half
  28. page ad):
  29.         ... preserves all of the code you add to this framework ...
  30.                                           ^^^                    
  31. But, I can not simply ADD code. The source code generated by it deos
  32. not give you any way to transfer data in/out dialog. You have to
  33. modify the source code. Your modification will be gone when you back
  34. to use it. I wrote a small C program to preserve my changes. But I
  35. have to add more and more features to my C tool to do what I want. So
  36. I gave up. I did not order 2.1 version when I ordered BC++ 3.1.
  37.  
  38. If you want use it as a prototype generator, it works.
  39.  
  40. I have to say: the name is not missleading: PROTOtype GENerator, not CODEGEN.
  41.  
  42.