zen Posted May 17, 2004 Posted May 17, 2004 hi,i have a code having MSDOS functions such as int86x & segread written in microsoft c 6.0. now i want to port that code to 32 bit windows environment using vc++. but i am not able to find out APIs which eill wrk like int86x & also if anybody can tell me abt whether i can use inline assembly code for these functions ? it will be a gr8 hlp.thanks...
vorte[x] Posted June 13, 2004 Posted June 13, 2004 Using in-line assembly: http://msdn.microsoft.com/library/default.....29_.topics.aspInt16h (int86 pointer?) documentation: http://www.shipbrook.com/jeff/zoomer/int16.htmlHope that helps.
zen Posted June 21, 2004 Author Posted June 21, 2004 hi,i have tried using inline assemnbly, but vc++ compiler is not allowing key word int86x
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now