hi everybody, can anybody give me a link or resource that might show how to draw large graphics more fast just like Microsoft MapPoint and illustrator?? thanks. abel.
hi everybody, can anybody give me a link or resource that might show how to draw large graphics more fast just like Microsoft MapPoint and illustrator?? thanks. abel.
Use Direct Draw that is fastest way to draw something. Make a surface in VGA memory,get the pointer of it, write any thing whatever you want. If you don't know anything about DX. just make a memDC and write something there and blt it.