X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: Shared array between DJGPP app under NTVDM (WNT-XP) and win32 app Date: Thu, 3 Jul 2008 22:03:36 -0700 (PDT) Organization: http://groups.google.com Lines: 9 Message-ID: <8401fd4f-fb07-4f0a-a912-85083e10676c@y38g2000hsy.googlegroups.com> References: NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1215147817 24465 127.0.0.1 (4 Jul 2008 05:03:37 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 4 Jul 2008 05:03:37 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: y38g2000hsy.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.50 (Windows NT 6.0; U; en),gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id m645F5R0017817 Reply-To: djgpp AT delorie DOT com On Jul 3, 12:29 pm, RayeR wrote: > Hi, > is it possible to create a static buffer (array of few megs) which can > be accessed both by a DJGPP program running under NTVDM of WinNT/XP > and console win32 application compiled in MinGW32? Okay, here's a really really dumb answer: save it to file. (Remember, in *nix, everything is a file. Or whatever.) ;-)