From: Martin DOT Stromberg AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: Compiles on bcc but not on djgpp Date: 22 Jan 1999 10:24:34 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 25 Message-ID: <789jl2$590$1@antares.lu.erisoft.se> References: <36A81DDE DOT 7CE9C890 AT pl DOT jaring DOT my> NNTP-Posting-Host: juno.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Mohanaraj Gopala Krishnan (mohangk AT pl DOT jaring DOT my) wrote: : I have source code which compiles on bcc and compiles on djgpp with no : errors. The problem is the djgpp version hangs up but the bcc compile : doesnt. : It is a dos program, rather small one I have to do for school. Any ideas : anybody? You don't give much info, so it's hard to say. Things to try: Does work in plain DOZE? Uninitialised pointers? Run it in a debugger and see where it hangs. Did you compile with "-Wall"? Oh, your subject is missleading. You say there that it doesn't compile, but in your message you say it compiles without warnings. Right, MartinS