ive been working on VGA graphics (320*200*256) in C, but now i want to move everything to c++, as well as using SVGA instead of VGA. i use ms vc++ 98, and i just have no idea how to set the video mode, or write to video memory. any tips?
This is a discussion on SVGA graphics mode in MS VC++ 98 within the C++ Programming forums, part of the General Programming Boards category; ive been working on VGA graphics (320*200*256) in C, but now i want to move everything to c++, as well ...
ive been working on VGA graphics (320*200*256) in C, but now i want to move everything to c++, as well as using SVGA instead of VGA. i use ms vc++ 98, and i just have no idea how to set the video mode, or write to video memory. any tips?
benforbes@optusnet.com.au
Microsoft Visual Studio .NET 2003 Enterprise Architect
Windows XP Pro
Code Tags
Programming FAQ
Tutorials
You cant write to video memory in user mode...
Lookup a graphics library like DirectX or OpenGL
You can also use VFW (video for windows), but DirectX which uses WDM (Window Driver Modle) and is more powerfull...
Thanks
*shakes fist in the air*