From: r0500 AT fenix DOT eui DOT upm DOT es (Arturo Colorado Garin) Newsgroups: comp.os.msdos.djgpp Subject: New user's questions Date: 7 Apr 97 16:36:12 GMT Organization: Dpt. Ing. Telematica Message-ID: <3349227c.0@138.100.56.25> NNTP-Posting-Host: fenix.eui.upm.es Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Lines: 25 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi there! I've had DJGPP for two weeks now and I've got the following few questions: 1) Is it possible to link .O objects files generated by DJGPP with .OBJ ones generated by other C compilers and assembbmlers (MASM, TASM,...)? 2) Is it possible to create .LIB library files? If so, How is it done? 3) How can I access VRAM? Do I have to use any special segment? If so, would this work? unsigned char *pointer; pointer = MK_FP(SelectorNumber, 0x000a0000); I'm sure I had some more questions, but I can't remember now, so... Thanks for any help you can give to me. -- Arturo Colorado Garin