home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1770 < prev    next >
Encoding:
Internet Message Format  |  1990-12-28  |  1.1 KB

  1. From: mday@iconsys (Matt Day)
  2. Newsgroups: alt.sources
  3. Subject: Re: Help:elvis with Turbo C++ doesn't take args
  4. Message-ID: <76@iconsys>
  5. Date: 2 Sep 90 00:02:06 GMT
  6.  
  7. In article <1415@ziggy.EDU> ssi@ziggy.EDU (Ssi) writes:
  8. > Has anyone gotten ELVIS to work on a pc (MSDOS) using Turbo C++.
  9. >I did a prjcnvt to update the project file, deleted all the termcap/..
  10. >stuff in elvis.prj, added tinytcap and wildcard to elvis.prj.
  11.  
  12. I have, without much complications.  I created a new project file from the
  13. existing one, using the included "tinytcap.c" rather than the "termcap\..."
  14. stuff, used the large model, commented out the line in main.c that called
  15. wildcard(), and linked in Turbo C++'s automatic wildcard argument list
  16. manager WILDARGS.OBJ.  It compiled just fine.
  17.  
  18. >I also had trouble with :1,$s/$/put_this_at_the_end_of_all_lines
  19. >                                  ^
  20. >                                  |- went in at beginning of line
  21.  
  22. I tried this with a "/g" at the end of the command, and it hung my computer.
  23. I guess there are still a few bugs to work out..
  24. -- 
  25. - Matthew T. Day, Sanyo/ICON, mday@iconsys.icon.com || uunet!iconsys!mday
  26.