Date: Sun, 28 Feb 1999 14:58:52 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Clifford Roche cc: djgpp AT delorie DOT com Subject: Re: Help with creating DOS programs after RSXNTDJ... In-Reply-To: <36D8C75D.E56C20D@is-comm.hypermart.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Sun, 28 Feb 1999, Clifford Roche wrote: > However I noted thatwhen I tried to create a DOS (and DOS only) > console program Can Winalleg at all produce DOS programs that run standalone? > I keep getting a SIGSEV error when I try to > run the .exe produced, and when I use RHIDE, itcomes back with an error > (can't rememberwhat.. all I know isthatthe error is some thing like > 0x000003) This usually means that you have some unresolved external functions in the executable. I'd guess that under Windows, these get resolved by loading some DLL, but in DOS... well, you get the point.