X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=FYlGAqlBnIXkUgkNzpGkdvCN4JxMJErIHo6ShD1oQfs=; b=mxSmcLnCP2s47ha0FxZioTYNzeI49+ie0BTVKWocfOFmFRpHLQKUH0LvYuZdxQRXPp SSCtbwueEbCawsdVjhET/YPxjPsk5s9Gkv9gEZTIWYcBZhYq2PsIgQ2ctcDVTmvsCGaF TWBRWLugxrXVj4PGaNPH8tgiYzwLkQfj+1m6Afj8SXb4ZK8KZXeJ9nS/f1UjkvYyg9sw 62CCd8clH5YzlfaRjzyKv9RwFYjKGKlFcp1b+un7mDCb8myHo0ym3rQNK+ADDQW+QOv6 121dIOBzBylitnS6sYQxYcUMhLMsxG15kbNpCa6jLIub97TuB7HBVn6COsQqFWAvALBZ 91Tw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=FYlGAqlBnIXkUgkNzpGkdvCN4JxMJErIHo6ShD1oQfs=; b=Pbg4sKDFO8K+xtjdLoxgWBXSkowF7l9zhZz6v7x0bVktf5Jj3GRv6JNUpdGTufhG9G YjpGgCj3u+qJ9Kvr/9AuiEmo6l9xpReG4xQZErKjEUtKEn4M3DvMm57yMx0JxMIjtmHK iWVG7VfYCyPK1KhC6RfjWWsvAs68eZPN3drR9EXHtzvbO+8LPjZa/XuLgm6ZPZZbDPz8 2OKafVS9zCw/dnklNbbCkSib9bq4eSoHbf2nH6heLFw9Zw/L4NIr8q0MG/jCgQ0CrjtP YVbqtsyGhil5+O9bECtakoWd3Dk254eiQTBlbzqTqvpI4QJgN/y4ztdJOOQzvhSB9548 sQjA== X-Gm-Message-State: AFeK/H351ksWN+CWDJg18voqCxvIyasuDHPlFB31mZe7KV3kAVVtgE+eRcyUQ5LXIGSQgQ== X-Received: by 10.46.70.25 with SMTP id t25mr6214940lja.116.1490088434284; Tue, 21 Mar 2017 02:27:14 -0700 (PDT) Subject: Re: no go32 stuff compiles anymore To: djgpp AT delorie DOT com References: <4230f3b8-6eb6-4874-ac87-581d4dc49d49 AT googlegroups DOT com> From: "Gisle Vanem (gisle DOT vanem AT gmail DOT com) [via djgpp AT delorie DOT com]" Message-ID: <86ef484f-ae07-bc0a-35a1-398c07abcccc@gmail.com> Date: Tue, 21 Mar 2017 10:27:14 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <4230f3b8-6eb6-4874-ac87-581d4dc49d49@googlegroups.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Jim Michaels wrote: > what happened? anything with a __tb in it breaks. tried going back to old compilers, > and I am on an XP32 box for compilation, tried 4.90 5.40 and 6.20 with same blast of errors. > > I don't know what you are using now for a DOS-and-flataddrmodel memory access API. Using '__tb' works fine for me. The '__tb' is really a short-hand notation for '_go32_info_block.linear_address_of_transfer_buffer': $DJDIR\sys-include\go32.h #define __tb _go32_info_block.linear_address_of_transfer_buffer Tested on Windows-10 with Andrew Wu's excellent djgpp cross-compiler: https://github.com/andrewwutw/build-djgpp/releases Are you sure you're not using '-ansi' or something? -- --gv