From: *SPAM*henrikra AT icenet DOT fi (Orcus) Newsgroups: comp.os.msdos.djgpp Subject: Tricks of game programming gurus ---> doesn't work? - setmodec.c (0/1) Date: Fri, 18 Sep 1998 04:46:20 GMT Organization: Scifi Communications International, http://www.sci.fi/, helpdesk AT sci DOT fi, +358 3 2899111 Lines: 11 Message-ID: <3601e2e2.16076692@news.icenet.fi> NNTP-Posting-Host: ccxxxi.rdyn.saunalahti.fi To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I bought LaMothe's book "Tricks of game programming gurus". I've got a cd with compiler (DJGPP) and source of code from the book. I compiled FIRST code "setmodec.c" and got error message:"undefined reference to 'Set_Mode´" I compiled the code with arguments "gcc setmodec.c" Do i have to some how link that Assembly code to my C-file? Please help me... I attached the code to my message!