Date: Thu, 10 Sep 1998 20:30:41 +0300 (IDT) From: Eli Zaretskii To: insect cc: djgpp AT delorie DOT com Subject: Re: HELP~~~~~~~~~~~~~~~~ In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 10 Sep 1998, insect wrote: > 1) Is there a macro in DJGPP called FP_SEG or something like that ? Becoz > I try to use it to set my DOS mouse cursor using interrupt 33H, > function 9. If YES, can u please tell me which header file it's in? You cannot have FP_SEG in DJGPP because real-mode interrupts cannot access the protected-mode memory where your program lives. Please download the DJGPP FAQ list (v2/faq210b.zip from the same place you get DJGPP) and read sections 18.1, 18.2, and 18.4 there. They should explain how these things are done in DJGPP. > 2) I got a problem about GRX22. I install the thing but it won't run. It > can compile, but when I try to run the program it'll tell me something > like function not found or something like that. And all those > functions were in the GRX22 include files. Do u know why??? You need to install libgrx20.a in the `lib' subdirectory of your main DJGPP directory. Otherwise, the linker won't find the library.