From: "doug" Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE 1.4 problem with malloc() Date: 29 Aug 2000 01:43:00 GMT Organization: Rijksuniversiteit Groningen Lines: 16 Message-ID: <01c01224$db9d0fc0$b3247d81@default> References: <8oelrf$ele$1 AT uranium DOT btinternet DOT com> NNTP-Posting-Host: client36-179.oprit.rug.nl X-Trace: info.service.rug.nl 967513380 21286 129.125.36.179 (29 Aug 2000 01:43:00 GMT) X-Complaints-To: newsmaster AT rug DOT nl NNTP-Posting-Date: 29 Aug 2000 01:43:00 GMT X-Newsreader: Microsoft Internet News 4.70.1155 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com fishybawb schreef in artikel <8oelrf$ele$1 AT uranium DOT btinternet DOT com>... > Hello. > I tried allocating a block of memory using malloc(), and then storing the > contents of a simple text file in it. I then printed the contents of the > memory block out, but the output were corrupted when I ran the program > through RHIDE's "run" command - running the executable from the command line > works fine. Is this a known problem? Thanks. No, this is not a known problem. You are gonna pretty much have to post some source to show this because RHIDE works great for me. Post a short program and lots of people will give you advice... Doug