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!

32 bit error in C++ inline assembler

Status
Not open for further replies.

ry3dat4

Programmer
Jan 8, 2003
2
US
_asm int 10h

it gives me an error and its because ms visual C++ works in 32 bits...
is there any way to make it run in 16 bits?
 
On VC6, no chance. You may be able to do it on VC5. Alternatively, you could download a 16 bit compiler like Digital Mars or Watcom. Use DM if you have STL in your code.
 
Hi,
Win32 never will allow you this interruption. It is an internal set of functions. You can use OpenGL or DirectX drivers if you want to make graphical programs. For drawing in console in textual or graphical mode there also exist some system functions. Ion Filipski
1c.bmp


filipski@excite.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top