I ran Dr. Watson b/c I was having trouble with MPEGS w/Win 98.
I was playing an MPEG file.
Also, when I go to shut down windows, I get a blue screen with this message:
A fatal exception 0D has occured at 039F:0000474E
Microsoft DirectDraw attempted to use a null data pointer variable...
Here's the program I wrote
CLS
COLOR 11
PRINT "Copyright 2000 Joseph Emerson"
PRINT " Numerics Pilot 1.0 beta A"
score = 0
5
d = 10
RANDOMIZE TIMER
x% = INT(RND * 1000) + 1
COLOR 15
PRINT "I am thinking of a number between 1 and 1000."
10
IF d = 0 THEN 1000...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.