S
SteveC
Hi everyone
Is there any way to use DPMI in ISO C++ ? (I use Borland C++ for
example).
Here's the code for DJGPP:
my_video_ds=__dpmi_allocate_ldt_descriptors(1);
__dpmi_set_segment_base_address(my_video_ds,0xA000+__djgpp_conventional_base);
__dpmi_set_segment_limit(my_video_ds,2000000);
How would this look like in ISO C++ ?
Thanks in advance
Steve
Is there any way to use DPMI in ISO C++ ? (I use Borland C++ for
example).
Here's the code for DJGPP:
my_video_ds=__dpmi_allocate_ldt_descriptors(1);
__dpmi_set_segment_base_address(my_video_ds,0xA000+__djgpp_conventional_base);
__dpmi_set_segment_limit(my_video_ds,2000000);
How would this look like in ISO C++ ?
Thanks in advance
Steve