Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I combine .OBJ and .LIB files from Microsoft C and Turbo C?

files Microsoft TURBO
0
Posted

Can I combine .OBJ and .LIB files from Microsoft C and Turbo C?

0

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.

0

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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123