home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / mswindo / programm / misc / 4391 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.4 KB

  1. Path: sparky!uunet!pipex!bnr.co.uk!uknet!mcsun!sun4nl!relay.philips.nl!prle!martens
  2. From: martens@prl.philips.nl (martens p)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: Re: quick C and FAQ
  5. Message-ID: <1992Dec21.124645.192@prl.philips.nl>
  6. Date: 21 Dec 92 12:46:45 GMT
  7. References: <Bz2I76.337@cs.columbia.edu> <1992Dec14.115454.12708@prl.philips.nl> <1992Dec18.105314.10867@comp.lancs.ac.uk>
  8. Sender: news@prl.philips.nl (USENET News System)
  9. Organization: Philips Research Laboratories, Eindhoven, The Netherlands
  10. Lines: 18
  11.  
  12. In article <1992Dec18.105314.10867@comp.lancs.ac.uk> davei@comp.lancs.ac.uk (Mr D Ingles) writes:
  13. >In article <1992Dec14.115454.12708@prl.philips.nl> martens@prl.philips.nl (martens p) writes:
  14. >>In article <Bz2I76.337@cs.columbia.edu> smadja@cs.columbia.edu (Frank Smadja) writes:
  15. >>>1. What are the limitations of Quick C?  Can you link any library or DLL
  16. >
  17. >Can someone tell me how one goes about upgrading QuickC for Windows for use 
  18. >with Windows 3.1 ? I heard somewhere that you had to use the libraries from
  19. >Microsoft C7  to do it. If this is the case, which files do I need, and how 
  20. >do I use them with QuicKC for Windows.
  21. >
  22. >Davei
  23.  
  24. That is how I got it work: just replace the libraries and header files of 
  25. QuickC with the ones that come with MSC7. That way you can also use the 
  26. macro's that implement message maps and get rid of the ridiculous switch
  27. statements for processing messages. And then I discovered C++.
  28.  
  29. Peter.
  30.