From: Adam Burakowski Newsgroups: comp.os.msdos.djgpp Subject: Problem, help? Date: Tue, 07 Jul 1998 11:09:25 -0300 Organization: UUNET Canada News Transport Lines: 21 Sender: coolbook AT delorie DOT com Message-ID: <35A22C13.D87318DA@netrover.com> NNTP-Posting-Host: 209.47.93.140 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Alright, I'm very new at DJGPP and so far all I've managed to do is that Hello World first program thing, that managed to compile and run, but now I tried to set Mode13h, using a tutorial from The Game Programming Megasite, I followed their instructions and when I try and run it(it compiles with no errors)from Rhide it it gives me these 2 errors: Error:c:/djgpp/lib\crt0.o(.data+0x92):crt0.s: undefined reference to 'main' Error:c:/djgpp/lib\libc.a(crt1.o)(.text+0x312):crt1.c: undefined reference to 'main' It doesn't give me these errors on the Hello World program, and I downloaded the source code in case it was an error by me and I ran that with these two same errors, I also tried their pixel plotting tutorial with the same errors, any help would be really appreciated, thanks for your time. Adam