It's entirely possible that I'm simply overlooking something silly, but could someone please tell e under what conditions the following code should fail
I'm running under Vista on a fairly new laptop(1.73 dual/ 2 Gig)
Thanks,
John
Global image1:TPixmap Global image2:TPixmap Graphics 800,600 SetColor 255,255,255 DrawLine(0,0,100,100) image1 = GrabPixmap(0,0,100,100) DrawPixmap(image1,150,150) SavePixmapPNG(image1, "testpix.png") image2 = LoadPixmap("testpix.png") DrawPixmap(image2,300,300) Flip WaitKey()
I'm running under Vista on a fairly new laptop(1.73 dual/ 2 Gig)
Thanks,
John