Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ChiGiang

    Union REGS problem

    When I write a program to access registers in Visual C++. I had used : #include <dos.h> void main(void) { union REGS reg; .... } But the compiler don't accept REGS. How could I do that ? Thanks very much.

Part and Inventory Search

Back
Top