From: Paul Richards Newsgroups: comp.os.msdos.djgpp Subject: RHIDE, RSXNTDJ and WinAlleg Date: Fri, 30 Apr 1999 17:07:25 +0100 Organization: Paul's house Message-ID: NNTP-Posting-Host: dunvegan1.demon.co.uk X-NNTP-Posting-Host: dunvegan1.demon.co.uk:193.237.111.243 X-Trace: news.demon.co.uk 925488513 nnrp-04:11066 NO-IDENT dunvegan1.demon.co.uk:193.237.111.243 X-Complaints-To: abuse AT demon DOT net MIME-Version: 1.0 X-Newsreader: Turnpike (32) Version 4.01 <5Y9PmoTxnkdx6tAFcQ+gcCx86I> Lines: 14 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, How do I get RSXNTDJ + WinAlleg programs to compile and link using RHIDE? At the moment I can do it from the dos prompt like this: gcc -Zwin32 -O -Wall -c win32a.c -o win32a.o gcc -Zwin32 win32a.o -lwinal -o win32a.exe and like this the program works fine. It's just ex1.c but I'm using it to test trying to compile it from RHIDE. Now when I try the same thing from RHIDE the program will compile and link but when it's ran I get an RSXNT message saying "Exception at 0x00000009, Application got signal SIGSEGV" I have no idea what this means. Any idea how I fix it? -- Paul Richards