May 17, 200422 yr 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...
June 13, 200422 yr 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.
June 21, 200422 yr Author hi,i have tried using inline assemnbly, but vc++ compiler is not allowing key word int86x
Create an account or sign in to comment