Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!hplabs!hp-sdd!ncr-sd!se-sd!dennis From: dennis@se-sd.sandiego.ncr.com (Dennis Foster) Newsgroups: comp.windows.ms Subject: Re: QuickC 2.0 with Windows SDK? Message-ID: <1782@se-sd.sandiego.ncr.com> Date: 16 Feb 89 00:48:40 GMT References: <40130003@hpindda.HP.COM> Reply-To: dennis@se-sd.sandiego.NCR.COM (Dennis Foster(AEP)) Organization: NCR Corp. Systems Engineering, San Diego Lines: 10 In article <40130003@hpindda.HP.COM> huilin@hpindda.HP.COM (Hui Lin Lim) writes: >Does anyone know if QuickC 2.0 can be used with the Windows SDK >2.1 now that it's supposed to support all the different memory >models? I'm trying to save while moving into Windows >programming. QuickC 2.0 will not work for Windows. The problem is not one of memory models, but one of generating the proper calling sequences for windows programs. The MS C compiler generates special function prologue and epilogue code that QuickC (or Turbo C, Aztec C, ...) cannot generate.