Can I combine .OBJ and .LIB files from Microsoft C and Turbo C?
Not easily; see the comp.os.msdos.programmer FAQ list. comp.lang.c FAQ list · Question 19.40b Q: How do I… Use BIOS calls? Write ISR’s? Create TSR’s? A: These are very particular to specific systems (PC compatibles running MS-DOS, most likely). You’ll get much better information in a specific newsgroup such as comp.os.msdos.programmer or its FAQ list; another excellent resource is Ralf Brown’s interrupt list. comp.lang.c FAQ list · Question 19.40c Q: I’m trying to compile this program, but the compiler is complaining that “union REGS” is undefined, and the linker is complaining that int86 is undefined. A: Those have to do with MS-DOS interrupt programming. They don’t exist on other systems. comp.lang.c FAQ list · Question 19.40d Q: What are “near” and “far” pointers? A: These days, they’re pretty much obsolete; they’re definitely system-specific. They had to do with 16-bit programming under MS-DOS and perhaps some early versions of Windows.
Not easily; see the comp.os.msdos.programmer FAQ list. comp.lang.c FAQ list · Question 19.40b Q: How do I… Use BIOS calls? Write ISR’s? Create TSR’s? A: These are very particular to specific systems (PC compatibles running MS-DOS, most likely). You’ll get much better information in a specific newsgroup such as comp.os.msdos.programmer or its FAQ list; another excellent resource is Ralf Brown’s interrupt list. comp.lang.c FAQ list · Question 19.40c Q: I’m trying to compile this program, but the compiler is complaining that “union REGS” is undefined, and the linker is complaining that int86 is undefined. A: Those have to do with MS-DOS interrupt programming. They don’t exist on other systems. comp.lang.c FAQ list · Question 19.40d Q: What are “near” and “far” pointers? A: These days, they’re pretty much obsolete; they’re definitely system-specific. They had to do with 16-bit programming under MS-DOS and perhaps some early versions of Windows. If you really need to know, see a DOS
Related Questions
- We do not actually use Microsoft Exchange, but still have PST files generated from POP3 and SMTP servers and email. Will .PST Attender work with these types of PST files?
- Is there a website that can convert Microsoft Works files to Word format?
- Can I combine .OBJ and .LIB files from Microsoft C and Turbo C?