|
-
April 29th, 2003, 05:09 AM
#1
Win32API for attribute in Int10h subfunction 9
Hi,
I am porting a 16-bit DOS code which uses the Interrupt 10h
subfunction 9 to Win32.
I am using the Win32API function FillConsoleOutputAttribute(..) and
WriteConsoleOutputCharacter(...) to replace Int10h( sub-func 9) which
writes a character with attributes to the console.
The 7th bit of the byte which goes into ah indicates a blinking
character. But FillConsoleOutputAttribute(..) does not support
blinking.
Any ideas on how to achieve the blinking functionality? I need it to
be extremely optmized.
Thanks,
Nihar
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|