I posted this earlier, but no one replied. Please respond! Thank you!
---------------------------------------------------------------------
Is it possible to plot a pixel or draw a line to the screen in text mode
using Turbo Pascal? (or ASM in a pascal procedure)
So far I have not been able to accomplish this--perhaps there is no way
to do it. If there is however, I would greatly appreciate a function or
procedure of the following format :
PROCEDURE PlotPixel(X,Y,PColor : WORD); {PColor determines the color of}
{the pixel to be plotted}
{If it is only possible to plot in}
{the current textcolor, this may}
{be ommitted.}
BEGIN
(Code to plot pixel to text screen)
(This can be in pascal or assembly--whatever works.)
END;
If it is possible, I would also like a GetPixel fuction that returns the
color (or the state) of a textmode pixel at (X,Y).
Responses can be posted or sent to gr...@oboe.aix.calpoly.edu (I prefer
E-Mail, but I appreciate any form of help & will be reading the
newsgroup). Thank you very much!!!
--JERRY
----------------------------------------------
-------I-Exist--------------------------------
----------------------------------------------
-------------gr...@oboe.aix.calpoly.edu-------
----------------------------------------------
---------I-Think------------------------------